GithubHelp home page GithubHelp logo

w0lker / yosoro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iceend/yosoro

0.0 2.0 0.0 3.44 MB

🍨Beautiful Markdown NoteBook Desktop App. 🏖

Home Page: https://yosoro.coolecho.net

License: GNU General Public License v3.0

JavaScript 87.03% HTML 0.33% CSS 12.64%

yosoro's Introduction

Yosoro

Beautiful Cloud Drive Markdown NoteBook Desktop App

Download

The latest version of Yosoro for macOS, linux and Windows is available here.

macOS 10.9+, Windows 7+ & Linux are supported.

Features

  • Management notes
  • Support Latex math formulas.
  • File synchronization(OneDrive is supported)
  • Image upload (GitHub is supported)
  • Export notes as markdown or html or pdf
  • Post article(Supports Medium)

You can read Wiki & CHANGELOG to get more information.

Demo

Write

2018-09-24.14.00.53-write.gif

LaTeX

The editor converts LaTeX equations in double-dollars $$: $$ax^2+bx+c=0$$. All equations are rendered as block equations. If you need inline ones, you can add the prefix \inline: $$x_{1,2} = {-b\pm\sqrt{b^2 - 4ac} \over 2a}$$. But it is a good practice to place big equations on separate lines:

$$
x_{1,2} = {-b\pm\sqrt{b^2 - 4ac} \over 2a}.
$$
$$
|\vec{A}|=\sqrt{A_x^2 + A_y^2 + A_z^2}.
$$
$$
T^{\mu\nu}=\begin{pmatrix}
\varepsilon&0&0&0\\
0&\varepsilon/3&0&0\\
0&0&\varepsilon/3&0\\
0&0&0&\varepsilon/3
\end{pmatrix}
$$

Example:

2018-09-29.10.17.27-image.png

Upload Image

Drag the image into the editor or use the shortcut ctrl+v to upload the image.

image

File Syncing

sync

Screenshots

macOS

screenshot-osx

Windows

screenshot-window

linux

screenshot-linux

Contributing Guide

Install

yarn

The installation failed in Windows, can try this command:

yarn --ignore-paltform

Dev Tools Extension

cp ./config/devconfig.example.json ./config/devconfig.json

Edit ./config/devconfig.json, add Chrome extensions, for example:

{
    "extensions": [
        "/Users/xxx/Library/Application Support/Google/Chrome/Default/Extensions/lmhkpmbekcpmknklioeibfkpmmfibljd/2.15.3_0",
        "/Users/xxx/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/3.4.0_0"
    ]
}

Run Main Process

npm run dev:main

Run Renderer Process

npm run dev:renderer

Build

npm run build:all|main|renderer

Package

npm run packager:mac|win|win:64|linux

Contributors

All Contributors

Thanks goes to these wonderful people (emoji key):


Alchemy

💻 🎨 📖 ⚠️

Jirawat Boonkumnerd

💻

Austin Leath

📖

Hermes Gjini

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

License

GPL-3.0 © Alchemy

yosoro's People

Contributors

afractal avatar austinleath avatar iceend avatar ntsd avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.