ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Markdown​Editing

by SublimeText-Markdown ALL Top 100

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.

Details

Installs

  • Total 618K
  • Win 294K
  • Mac 220K
  • Linux 104K
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13
Windows 26 38 30 39 39 42 23 25 41 36 47 43 45 26 23 48 37 42 44 38 28 29 17 27 38 45 49 27 21 27 37 38 46 44 22 28 45 45 44 41 46 28 24 43 58 42
Mac 16 29 29 34 24 36 8 18 27 17 26 14 31 14 15 32 25 36 24 25 18 8 19 26 30 25 24 7 15 29 20 22 30 19 15 14 26 25 30 30 27 14 13 27 27 29
Linux 3 7 13 17 10 9 12 2 11 17 11 7 14 5 9 9 10 8 9 14 22 5 9 6 7 7 3 8 11 8 6 11 9 12 8 4 15 12 13 11 9 7 6 4 5 7

Readme

Source
raw.​githubusercontent.​com

MarkdownEditing

Markdown plugin for Sublime Text

MarkdownEditing

with…

  • useful Markdown editing features for Sublime Text
  • color schemes optimized for writing
  • robust syntax definitions for
    • Standard Markdown
    • Github flavored Markdown
    • MultiMarkdown

Please visit User Guide to learn more about the full set of features and how to use them.

Features

Folding and Navigation

  • displays headings in Goto Symbol…
  • displays headings in Goto Symbol in Project…
  • fold current section
  • fold by heading levels
  • navigate between adjacent headings with Find Next/Previous Heading command.

Headings

Lists

  • At the end of a list item, pressing Enter will automatically insert the new list item bullet.
  • Pressing Tab on the blank list item will indent it and switch the list bullet to another one (Order is *, -, + in a cycle).
  • Pressing Shift + Tab on the blank list item will unindent it in the same way as above.
  • Sequential Tab s or Shift Tab s are supported.
  • You can disable automatic bullet switching or choose which bullets to be used, in your settings file (mde.list_indent_bullets).
  • If a list item contains a GFM Task, pressing
    • Enter at the end of the line continues with a new blank task.
    • Alt+X in the line toggles the check mark.

Blockquotes

  • At the end of a blockquote line, pressing Enter will automatically extend blockquote.
  • Selecting some text and pressing > will convert it to blockquote. The first and the last line don't have to be fully selected; partial select works, too.

Critic Markup

  • Syntax highlighting for inline critic markup
    • {++ addition ++}
    • {>> comment <<}
    • {-- deletion --}
    • {== highlight==}{>> comment <<}
    • {~~ substitution ~> by ~~}
  • Reviewers can add critic via key bindings
  • Authors can accept or reject critic via key bindings

Links and References

  • Left bracket pairing is modified to eliminate the selection and leave the cursor at a point where you can insert a [] or () pair for a link.
  • URL part of images, links and references is automatically folded if caret is not within brackets
  • Convert inline links to references
  • Jump between definitions and references
  • Organize references
  • Add or remove footnotes

Text Formatting

  • Asterisks (*), backticks (`) and underscores (_) are auto-paired and wrap selected text
  • ~ wraps selected text with ~~ (strike-through)
  • Backspace deletes an empty pair
  • Space or Tab deletes right element of empty pair of asterisks or underscores

Contributing

See CONTRIBUTING.md.

Credits

MarkdownEditing was originally created by Brett Terpstra and has become a community project with the goal of consolidating the best features from the varied collection of Markdown packages for Sublime Text.

Related blog posts from Brett:

Development was headed by Ali Ayas and Felix Hao until early 2021.

Current development is headed up by DeathAxe.

This plugin contains portions of code from Knockdown.

Footnote commands were submitted by J. Nicholas Geist and originated at geekabouttown.

License

MarkdownEditing is released under the MIT License.