• Stars
    star
    2,116
  • Rank 21,785 (Top 0.5 %)
  • Language
    JavaScript
  • Created over 9 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Markdown editor with extra features.

Markdown Plus

Code Climate

Markdown Plus ("M+" or "mdp" for short) is a markdown editor with extra features.

Online demo: mdp.tylingsoft.com

Markdown Plus

Apps

We currently don't accept donations. The best way to support our development is to buy our apps.

Markdown Plus

Markdown Plus is available for both OS X and Windows. You get every feature of the web version plus lots of advanced features.

Markdown Mate

Markdown Mate is a markdown previewer, it's not going to replace your favorite editor but handles everything about markdown.

Features

  • GitHub flavored markdown
  • Live preview with scroll sync
  • Source code highlight
  • Footnote
  • Table of Contents
  • Task list
  • Abbreviation
  • Custom container
  • Definition list
  • Emoji, Font Awesome icon
  • Mathematical formula, AsciiMath
  • Mermaid: Flowchart, Sequence diagram, Gantt diagram, Class diagram
  • Vim mode, Emacs mode
  • Themes
  • Plugins
  • Chart.js: line, bar, radar, polar area, pie, doughnut and bubble

Setup & Run

Optionally ⭐ this project, then:

fork it
git clone to your local
yarn install
yarn watch
open dist/index.html in your browser

How to use Markdown Plus in your projects

Please take dist/index.html as example.

Thanks

  • Thanks to those who have bought our apps to support our development !
  • Thanks to all the dependent open source projects' authors !
  • Thank ASTND for designing the icon !
  • Thanks to those who have contributed by creating PRs / issues !

License

MIT

Copyright Β© 2015 - 2017 Tylingsoft




Todo

  • Get rid of jQuery

More Repositories

1

markdown-it-mermaid

Mermaid plugin for markdown-it.
JavaScript
38
star
2

markdown-core

An extensible markdown engine which powers Markdown Plus.
JavaScript
35
star
3

dagre-layout

Out-of-box replacement for dagrejs/dagre
JavaScript
34
star
4

markdown-plus-plugins

Markdown Plus plugins
JavaScript
23
star
5

markdown-it-source-map

Add source map to the output HTML of markdown-it.
JavaScript
15
star
6

markdown-it-latex

Plugin for markdown-it, supports KaTex and AsciiMath.
CSS
15
star
7

dagre-d3-renderer

Out-of-box replacement for cpettitt/dagre-d3
JavaScript
11
star
8

markdown-it-chart

Chart.js plugin for markdown-it.
JavaScript
10
star
9

markdown-plus-themes

Markdown Plus themes
CSS
10
star
10

graphlibrary

Out-of-box replacement for dagre/graphlib
JavaScript
9
star
11

markdown-it-highlight

highlight.js plugin for markdown-it
JavaScript
8
star
12

markdown-plus-demo

Demo for Markdown Plus
HTML
7
star
13

markdown-it-regex

Plugin for markdown-it, replaces strings that match a regular expression pattern.
JavaScript
7
star
14

markdown-it-icon

Deprecated. Emoji icons, Font awesome icons and Ionicons icons for markdown-it.
JavaScript
7
star
15

markdown-it-icons

Plugin for markdown-it, supports emoji icons and font-awesome icons.
JavaScript
5
star
16

website

Tylingsoft official website
HTML
2
star
17

github-css

CSS to replicate the GitHub style
CSS
2
star
18

markedown

Markdown parser based on marked, added some source map feature.
JavaScript
2
star
19

dist

1
star
20

tutorial.md

Markdown Tutorial
JavaScript
1
star
21

markdown-core-node-demo

JavaScript
1
star
22

markdown-it-task-list

Plugin for markdown-it, supports GitHub style task list.
JavaScript
1
star