All Projects → SublimeText-Markdown → Markdownediting

SublimeText-Markdown / Markdownediting

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

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to Markdownediting

Markdown Mode
Emacs Markdown Mode
Stars: ✭ 634 (-78.7%)
Mutual labels:  markdown, gfm, markdown-editor
Abricotine
Markdown editor with inline preview
Stars: ✭ 2,308 (-22.45%)
Mutual labels:  markdown, gfm, markdown-editor
Sublime Markdown Extended
Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
Stars: ✭ 645 (-78.33%)
Mutual labels:  markdown, sublime-text, gfm
Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+294.52%)
Mutual labels:  markdown, gfm, markdown-editor
Markdown
📖Clean & Modern MarkDown Generator, 🔌Offline Support and Easy Generation of Markdown ⚡️⚛️ https://github.com/JP1016/Markdown-Electron/releases
Stars: ✭ 170 (-94.29%)
Mutual labels:  markdown, markdown-editor
Python Markdown Editor
Standalone editor for your markdown files
Stars: ✭ 164 (-94.49%)
Mutual labels:  markdown, gfm
Markdown Edit
online markdown editor/viewer
Stars: ✭ 188 (-93.68%)
Mutual labels:  markdown, markdown-editor
Vditor
♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
Stars: ✭ 3,773 (+26.78%)
Mutual labels:  markdown, gfm
Lute
🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。
Stars: ✭ 211 (-92.91%)
Mutual labels:  markdown, gfm
Sublimetext Markdown Preview
markdown preview and build plugin for sublime text 2/3
Stars: ✭ 2,337 (-21.47%)
Mutual labels:  markdown, sublime-text
Lute
🎼 一款对中文语境优化的 Markdown 引擎,支持 Go 和 JavaScript。A structured Markdown engine that supports Go and JavaScript.
Stars: ✭ 222 (-92.54%)
Mutual labels:  markdown, gfm
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (-94.66%)
Mutual labels:  markdown, markdown-editor
Showdown
A bidirectional Markdown to HTML to Markdown converter written in Javascript
Stars: ✭ 12,137 (+307.83%)
Mutual labels:  markdown, gfm
Tui.editor
🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
Stars: ✭ 14,016 (+370.97%)
Mutual labels:  markdown, gfm
Sublimeless zk
A note taking app, Markdown editor, and text browser, featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like sophisticated tag search, note transclusion, support for note templates, bibliography support, etc. to make working in your Zettelkasten a joy 😄
Stars: ✭ 153 (-94.86%)
Mutual labels:  markdown, markdown-editor
Rtlmd
rtl markdown editor
Stars: ✭ 152 (-94.89%)
Mutual labels:  markdown, markdown-editor
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (-92.57%)
Mutual labels:  markdown, markdown-editor
Table Magic
Converts between CSV, HTML and Markdown. Has a little form editor and a preview.
Stars: ✭ 243 (-91.83%)
Mutual labels:  markdown, markdown-editor
Toonote
小兔笔记:Markdown 内置数据 跨平台 加密存储
Stars: ✭ 247 (-91.7%)
Mutual labels:  markdown, markdown-editor
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (-95.06%)
Mutual labels:  markdown, gfm

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].