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 637K
  • Win 304K
  • Mac 226K
  • Linux 107K
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 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9
Windows 5 68 55 25 24 41 43 56 57 56 44 41 56 61 62 57 54 33 33 54 50 76 49 45 34 34 62 59 44 55 53 44 30 46 50 58 45 54 23 29 48 68 43 62 45 20
Mac 1 30 30 16 23 29 29 29 35 34 16 23 33 36 40 36 37 15 18 39 22 33 37 36 14 12 32 33 45 39 47 24 17 42 31 37 35 37 15 30 28 40 31 51 37 25
Linux 1 7 14 8 7 5 6 16 15 15 9 8 14 17 17 10 10 8 12 16 15 12 7 11 8 10 14 10 9 15 17 11 7 7 14 14 8 12 10 10 21 11 11 12 19 13

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.