Skip to content

egrcc/Mango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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


![](./img/readme_screenshot2.png)
![](./img/readme_screenshot3.png)
![](./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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published