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

Markdown​Editing

by SublimeText-Markdown ALL Trending Top 100

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

Details

Installs

  • Total 646K
  • Win 309K
  • Mac 229K
  • Linux 108K
Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13
Windows 15 56 81 26 22 49 42 41 41 47 22 14 35 41 42 49 50 31 18 49 43 37 34 40 28 28 38 44 39 33 40 33 16 39 53 54 37 37 23 23 37 35 59 40 41 20
Mac 6 45 55 15 16 29 39 38 30 31 20 14 33 33 38 28 39 19 24 34 34 46 28 36 17 17 46 43 23 27 37 15 16 31 38 32 26 40 27 18 31 32 25 34 26 12
Linux 1 13 12 6 10 7 21 19 8 8 4 5 5 14 14 14 11 3 7 5 19 12 13 2 7 6 9 11 5 14 5 0 7 9 9 8 10 13 11 4 9 15 8 7 10 3

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.