eric-xujun / Mango

Mango is markdown editor for linux, also supports windows and mac osx, powered by NW.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mango Editor for Markdown

Mango

What is Mango?

Mango is a Markdown editor designed for Linux, also supports Windows and Mac OSX. It's not only supports Markdown, but also extends Markdown syntax with some nice features to help people conveniently write mathematical formula and code. I write a blog in here (in chinese) describe the implement of Mango.

中文说明见这里.

Main Features

1. Cross Platform Support

Mango is powered by NW.js, so it supports all three major operating systems: Windows, Mac OS X, and Linux.

2 . Live Preview with Scroll Sync

Mango’s Scroll Sync accurately binds the scrollbars of the editor panel and the preview panel to ensure that you always keep an eye on the output while writing.

3 . Mathematics Expression

With MathJax support you can render beautiful LaTeX expressions. For inline formulas, enclose the formula in $...$. For displayed formulas, use $$...$$.

4. Syntax Highlighting

You can write code like below, that will highlighted in the Live Preview:

5. Export to Various Formats

You can conveniently export your documents to PDF (shortcut: Ctrl + E) and HTML (shortcut: Shift + Ctrl + E) with beautiful theme.

Screenshots


![](./img/readme_screenshot2.png)
![](./img/readme_screenshot3.png)
![](./img/readme_screenshot4.png)

Downloads

If you have NW.js installed, you also can run from source code.

Acknowlegements

Mango is a open source project, and uses many other open source projects. For detailed information, please see Acknowlegements in docs.

License

Mango uses the GNU General Public License v3.0, see LICENSE file.

Feedback & Bug Report

You can contact me via:

About

Mango is markdown editor for linux, also supports windows and mac osx, powered by NW.js.

License:GNU General Public License v3.0


Languages

Language:CSS 64.3%Language:JavaScript 25.9%Language:HTML 9.8%