The Industry standard Markdown text editor. Available for Mac, iPhone, iPad, Android, and Windows. Download it now, try it for free. Dumbdown is designed to be best used in editors that support advanced autocomplete, type checking, syntax highlighting, additional secondary notations, and real time projections. Can I compile my dumbdown docs into markdown instead of HTML? The first prototype compiled to markdown.
Comparison of markdown editors: (1) Supported Operated System, (2) Price, (3) Table of content (TOC): Improve the navigation through a long-form content, (4) License, (5) Export format
Typora — a minimal markdown reading & writing app v. 0.9.9.9.4.2 (virus scan result of mac version: ok, virus scan result of windows version 0.9.48 (beta): ok)
MacDown: The open source Markdown editor for macOS v. 0.7.2.x
Bear - Notes for iPhone, iPad and Mac v. 1.1.2
Visual Studio Code - Code Editing. Redefined v. 1.22.2
tamlok/vnote v. 2.2
$Marked v. 2.5.10
$Caret v. 2.0.11
$PhpStorm IDE v. 2017.1 + Markdown support Plugin
$EmEditor (Text Editor) + Markdown syntax file
$妙笔 - WonderPen v. 1.3.1
HackMD - Collaborative markdown notes (features) [Last visited: 2017-05-06]
References
Creating your own custom buttons and custom actions, labels, icons, and titles. The toolbarFooterL has been changed in this example to include buttons to generate LEFT arrow and RIGHT arrow markup. In addition, this example also shows how you can configure the markdown-it library plugin options. For example, you can allow HTML code to be typed in the editor by setting html
setting to true
within markdownItOptions.
When allowing html
input, you must purify the HTML output to prevent XSS attack.
The purify.min.js
is the DomPurify plugin by cure53. It is required to be loaded before markdown-editor.min.js
if you wish to purify your HTML for HTML content preview and is called when purifyHtml is set to true
. This is normally only needed when you set allow html
to true
within markdownItOptions .
Note, the demo example(s) uses:
this as the raw input source for the markdown textarea
.
these assets loaded on the page in the order mentioned.
Not seeing the updated content on this page! Hard refresh your browser to clean cache for this page (e.g. SHIFT-F5 on Windows Chrome)