Awesome
Mango Editor for Markdown
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 wrote a blog in here (in chinese) which describes the implementation 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
</br> ![](./img/readme_screenshot2.png) </br> ![](./img/readme_screenshot3.png) </br> ![](./img/readme_screenshot4.png)Downloads
If you have NW.js installed, you can also 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:
- Twitter:@egrcc
- Weibo:@egrcc
- Email: zhaolujun1994@gmail.com