MarkdownEditing
Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
Details
Installs
- Total 629K
- Win 300K
- Mac 223K
- Linux 106K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 26 | 10 | 22 | 42 | 26 | 16 | 30 | 0 | 0 | 54 | 42 | 26 | 16 | 47 | 53 | 40 | 46 | 39 | 22 | 24 | 41 | 64 | 41 | 56 | 42 | 33 | 21 | 44 | 49 | 54 | 53 | 38 | 24 | 22 | 38 | 41 | 65 | 34 | 31 | 35 | 35 | 36 | 45 | 41 | 42 | 30 |
Mac | 16 | 6 | 15 | 25 | 17 | 12 | 19 | 0 | 0 | 19 | 23 | 17 | 11 | 40 | 26 | 28 | 39 | 27 | 15 | 16 | 22 | 26 | 30 | 20 | 32 | 19 | 13 | 22 | 37 | 26 | 27 | 33 | 13 | 12 | 27 | 24 | 25 | 28 | 27 | 12 | 10 | 27 | 28 | 35 | 16 | 19 |
Linux | 5 | 5 | 5 | 10 | 9 | 3 | 7 | 0 | 0 | 13 | 11 | 6 | 6 | 7 | 11 | 10 | 8 | 9 | 9 | 4 | 11 | 11 | 9 | 8 | 7 | 8 | 8 | 16 | 7 | 9 | 12 | 9 | 11 | 10 | 11 | 8 | 19 | 4 | 9 | 6 | 12 | 11 | 10 | 10 | 6 | 5 |
Readme
- Source
- raw.githubusercontent.com
MarkdownEditing
Markdown plugin for Sublime Text
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
- automatic detection and maintenance of open or closed atx headings style while typing
- change headings levels via key bindings
- auto-complete Setext-style headings underlines
- convert Setext-style headings to ATX headings
- new documents are named automatically based on first header
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:
- http://brettterpstra.com/2012/05/17/markdown-editing-for-sublime-text-2-humble-beginnings
- http://brettterpstra.com/2013/11/23/markdownediting-for-sublime-text-updates
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.