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 wrote a blog in here (in chinese) which describes the implementation of Mango.
中文说明见这里.
Mango is powered by NW.js, so it supports all three major operating systems: Windows, Mac OS X, and Linux.
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.
With MathJax support you can render beautiful LaTeX expressions. For inline formulas, enclose the formula in $...$
. For displayed formulas, use $$...$$
.
You can write code like below, that will highlighted in the Live Preview:
You can conveniently export your documents to PDF (shortcut: Ctrl + E
) and HTML (shortcut: Shift + Ctrl + E
) with beautiful theme.
![](./img/readme_screenshot2.png)
![](./img/readme_screenshot3.png)
![](./img/readme_screenshot4.png)
If you have NW.js installed, you also can run from source code.
Mango is a open source project, and uses many other open source projects. For detailed information, please see Acknowlegements in docs.
Mango uses the GNU General Public License v3.0, see LICENSE file.
You can contact me via:
- Twitter:@egrcc
- Weibo:@egrcc
- Email: [email protected]