Markdown Pro Editor
The Markdown Pro Editor (formerly Advanced Markdown Editor) is a Standard Notes derived editor that offers full support for Markdown editing.
This editor is based on EasyMDE, which is a fork of the now unmaintained SimpleMDE.
![Fully featured Markdown editor with live preview, a styling toolbar, and split pane support.](markdown_pro_editor_bar.png)
Quickstart
Use your browser to see the Markdown Pro Editor in action.
- Clone the advanced-markdown-editor from GitHub.
- Run
npm install
to install any required dependencies. - Run
grunt
to build the project in the dist folder. - Open
index.html
in your browser where the editor will be running.
Local Installation
See the editor in the desktop app and make changes to the code.
-
Clone the advanced-markdown-editor from GitHub.
-
Run npm install
to install any required dependencies.
-
Ensure that either the Standard Notes desktop app is available for use or the web app is accessible. Use both locally or with an Extended account (or the extension will not load).
-
Follow the instructions here to setup the extension locally.
-
Begin development! Upon making any changes to the code, run grunt
to build the files to the dist
folder.
Support
For issues related to core functionality, we suggest creating an issue on the core repo instead. For issues specifically related to how this editor integrates with Standard Notes, please feel free to create an issue in this repo.
Refer to the following link for more details on editors:
We are also reachable on our forum, Slack, Reddit, Twitter, and through email:
- Standard Notes Help and Support: Get Help
License
GNU AGPL v3.0