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.

  1. Markdown 1 2 – Advanced Markdown Editor Free Trial
  2. Markdown 101

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

Softwares[edit]

Markdown

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)

  • Supported OS: Win, Mac & Linux
  • Price: free
  • Table of content: available Menu --> View --> Toggle Outline Panel. Or input [toc][1]
  • Software license: Proprietary
  • Custom Font: Available[1]
  • Export: PDF, HTML, Word (.docx), OpenOffice (.odt), RTF ... Some export formats require pandoc to be installed. Reference: Install and Use Pandoc
  • Syndication: n/a

MacDown: The open source Markdown editor for macOS v. 0.7.2.x

  • Supported OS: Mac
  • Price: free
  • Table of content: not available
  • Software license: MIT license & open source[2]
  • Custom Font:
  • Export: HTML & PDF
  • Syndication:
  • Supported OS: Mac
  • Price: free
  • Table of content: available on Outline menu
  • Software license: Apache License, Version 2.0 & open source on github
  • Custom Font:
  • Export: not available
  • Syndication: not available

Bear - Notes for iPhone, iPad and Mac v. 1.1.2

  • Supported OS: Mac
  • Price: free & paid for advanced features [3]
  • Table of content: not available
  • Software license: Proprietary
  • Custom Font:
  • Export: RTF for free version. PDF, HTML, DOCS, JPG for paid version. Reference: Export your notes
  • Syndication: available for paid version: Syncing your notes with Bear Pro - Bear - Faq and support.
  • Supported OS: Win & Mac
  • Price: free
  • Table of content: available on markdown-toc
  • Software license: MIT license & open source[4]
  • Custom Font: Available[2]
  • Export:
  • Syndication: n/a
  • Supported OS: Win & Mac
  • Price: free
  • Table of content: available on package MarkdownTOC - Packages - Package Control
  • Software license: Proprietary
  • Custom Font: Available[3]
  • Export:
  • Syndication: n/a
  • Supported OS: Win & Mac
  • Price: free
  • Table of content: available on plugin GitHub - naokazuterada/MarkdownTOC: MarkdownTOC(Table Of Contents) Plugin for Sublime Text
  • Software license: MIT License
  • Custom Font:
  • Export:
  • Syndication: n/a

Visual Studio Code - Code Editing. Redefined v. 1.22.2

  • Supported OS: Win, Mac & Linux
  • Price: free
  • Table of content: Available on extension Markdown editing with Visual Studio Code. After installed the extension --> Open the markdown file --> Right menu: Markdown TOC: Insert/Update
  • Software license: 'The source code is available under the MIT license agreement.' Details on License - Visual Studio Code.
  • Custom Font: Available
  • Export: n/a
  • Syndication: n/a
  • Supported OS: Mac
  • Price: free
  • Table of content: not available
  • Software license: MIT License (MIT). Source code available on github
  • Custom Font: Available
  • Export: HTML
  • Syndication:
Editor

tamlok/vnote v. 2.2

  • Supported OS: Windows, Mac & Linux
  • Price: free
  • Table of content: Available on Menu > View > Tools: Outline
  • Software license: MIT License. Source code available on github
  • Custom Font: CSS
  • Export: PDF, HTML & Markdown
  • Syndication:

$Marked v. 2.5.10

  • Supported OS: Mac
  • Price: trial
  • Table of content: Available
  • Software license: Proprietary
  • Custom Font: CSS
  • Export: PDF, HTML, RTFD, RTF, DOC, DOCX, ODT, Markdown, OPML
  • Syndication: n/a

$Caret v. 2.0.11

  • Supported OS: Win, Mac & Linux
  • Price: trial
  • Table of content: not available
  • Software license: Proprietary
  • Custom Font:
  • Export: PDF, HTML
  • Syndication:

$PhpStorm IDE v. 2017.1 + Markdown support Plugin

  • Supported OS: Win, Mac & Linux
  • Price: trial
  • Table of content: not available
  • Software license: Proprietary
  • Custom Font:
  • Export: not available
  • Syndication: n/a

$EmEditor (Text Editor) + Markdown syntax file

  • Supported OS: Win
  • Price: Paid
  • Table of content: not available
  • Software license: Proprietary
  • Custom Font:
  • Export:
  • Syndication: n/a

$妙笔 - WonderPen v. 1.3.1

  • Supported OS: Mac
  • Price: Paid
  • Table of content: Available
  • Software license: Proprietary
  • Custom Font: Available
  • Export: Available: PNG, PDF, Word, Text, Html
  • Syndication: Available

Online services[edit]

HackMD - Collaborative markdown notes (features) [Last visited: 2017-05-06]

  • Supported OS: OS independent. It's the online service.
  • Price: free
  • Table of content: available
  • Software license: hackmd/LICENSE MIT license & open source[5]
  • Custom Font:
  • Export: Markdown, HTML & PDF

Related articles[edit]

References

  1. Custom Font
  2. fonts
  3. Font Settings – Sublime Text 3 Documentation
Retrieved from 'https://wiki.planetoid.info/index.php?title=Markdown_editors&oldid=20383'

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.

Markdown 1 2 – Advanced Markdown Editor Free Trial

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.

Tip

Markdown 101

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)