{"id":15048704,"url":"https://github.com/sublimetext-markdown/markdownediting","last_synced_at":"2025-05-13T20:22:25.715Z","repository":{"id":3318732,"uuid":"4361634","full_name":"SublimeText-Markdown/MarkdownEditing","owner":"SublimeText-Markdown","description":"Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.","archived":false,"fork":false,"pushed_at":"2025-04-28T11:52:05.000Z","size":5033,"stargazers_count":3231,"open_issues_count":49,"forks_count":643,"subscribers_count":95,"default_branch":"master","last_synced_at":"2025-04-28T11:59:00.533Z","etag":null,"topics":["gfm","markdown","markdown-editor","sublime-text"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SublimeText-Markdown.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-05-17T18:39:57.000Z","updated_at":"2025-04-27T22:53:00.000Z","dependencies_parsed_at":"2024-03-10T15:44:48.494Z","dependency_job_id":"3fadc9f9-14d7-4dac-aafa-f9455ad1ae9f","html_url":"https://github.com/SublimeText-Markdown/MarkdownEditing","commit_stats":{"total_commits":1161,"total_committers":85,"mean_commits":"13.658823529411764","dds":0.4900947459086994,"last_synced_commit":"38bb41157433808ff265d5298edfd40f202804a1"},"previous_names":[],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText-Markdown%2FMarkdownEditing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText-Markdown%2FMarkdownEditing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText-Markdown%2FMarkdownEditing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText-Markdown%2FMarkdownEditing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText-Markdown","download_url":"https://codeload.github.com/SublimeText-Markdown/MarkdownEditing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251311332,"owners_count":21569008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gfm","markdown","markdown-editor","sublime-text"],"created_at":"2024-09-24T21:15:30.286Z","updated_at":"2025-04-28T11:59:16.925Z","avatar_url":"https://github.com/SublimeText-Markdown.png","language":"Python","readme":"# MarkdownEditing\n\n**Markdown plugin for Sublime Text**\n\n![MarkdownEditing][preview]\n\nwith...\n\n*   useful Markdown editing features for Sublime Text \n*   color schemes optimized for writing\n*   robust syntax definitions for\n    -   Standard Markdown\n    -   Github flavored Markdown\n    -   MultiMarkdown\n\nPlease visit [User Guide][UserGuide] to learn more about the full set of features and how to use them.\n\n## Features\n\n### Folding and Navigation\n\n*   displays headings in _Goto Symbol..._\n*   displays headings in _Goto Symbol in Project..._\n*   fold current section\n*   fold by heading levels\n*   navigate between adjacent headings with `Find Next/Previous Heading` command.\n\n### Headings\n\n*   automatic detection and maintenance of open or closed [atx headings][AtxHeadings] style while typing\n*   change [headings levels][HeadingsLevels] via key bindings\n*   auto-complete [Setext-style headings][SeHeadings] underlines\n*   convert [Setext-style headings][SeHeadings] to ATX headings\n*   new documents are named automatically based on first header\n\n### Lists\n\n*   At the end of a list item, pressing \u003ckbd\u003eEnter\u003c/kbd\u003e will automatically insert the new list item bullet.\n*   Pressing \u003ckbd\u003eTab\u003c/kbd\u003e on the blank list item will indent it and switch the list bullet to another one (Order is `*`, `-`, `+` in a cycle).\n*   Pressing \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eTab\u003c/kbd\u003e on the blank list item will unindent it in the same way as above.\n*   Sequential \u003ckbd\u003eTab\u003c/kbd\u003e s or \u003ckbd\u003eShift\u003c/kbd\u003e \u003ckbd\u003eTab\u003c/kbd\u003e s are supported.\n*   You can disable automatic bullet switching or choose which bullets to be used, in your settings file (`mde.list_indent_bullets`).\n*   If a list item contains a [GFM Task][], pressing \n    - \u003ckbd\u003eEnter\u003c/kbd\u003e at the end of the line continues with a new blank task.\n    - \u003ckbd\u003eAlt+X\u003c/kbd\u003e in the line toggles the check mark.\n\n### Blockquotes\n\n*   At the end of a blockquote line, pressing \u003ckbd\u003eEnter\u003c/kbd\u003e will automatically extend blockquote.\n*   Selecting some text and pressing \u003ckbd\u003e\u0026gt;\u003c/kbd\u003e will convert it to blockquote. The first and the last line don't have to be fully selected; partial select works, too.\n\n### Critic Markup\n\n*   Syntax highlighting for inline critic markup\n    -   `{++ addition ++}`\n    -   `{\u003e\u003e comment \u003c\u003c}`\n    -   `{-- deletion --}`\n    -   `{== highlight==}{\u003e\u003e comment \u003c\u003c}`\n    -   `{~~ substitution ~\u003e by ~~}`\n*   Reviewers can add critic via key bindings\n*   Authors can accept or reject critic via key bindings\n\n### Links and References\n\n*   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.\n*   URL part of images, links and references is automatically folded if caret is not within brackets\n*   Convert inline links to references\n*   Jump between definitions and references\n*   Organize references\n*   Add or remove footnotes\n\n### Text Formatting\n\n*   Asterisks (\u003ckbd\u003e\\*\u003c/kbd\u003e), backticks (\u003ckbd\u003e\\`\u003c/kbd\u003e) and underscores (\u003ckbd\u003e\\_\u003c/kbd\u003e) are auto-paired and wrap selected text\n*   \u003ckbd\u003e~\u003c/kbd\u003e wraps selected text with `~~` (strike-through)\n*   \u003ckbd\u003eBackspace\u003c/kbd\u003e deletes an empty pair\n*   \u003ckbd\u003eSpace\u003c/kbd\u003e or \u003ckbd\u003eTab\u003c/kbd\u003e deletes right element of empty pair of asterisks or underscores\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Credits\n\nMarkdownEditing 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. \n\nRelated blog posts from Brett:\n\n*   http://brettterpstra.com/2012/05/17/markdown-editing-for-sublime-text-2-humble-beginnings\n*   http://brettterpstra.com/2013/11/23/markdownediting-for-sublime-text-updates\n\nDevelopment was headed by [Ali Ayas][] and [Felix Hao][] until early 2021.\n\nCurrent development is headed up by [DeathAxe][].\n\nThis plugin contains portions of code from [Knockdown][].\n\nFootnote commands were submitted by [J. Nicholas Geist][] and originated at [geekabouttown][].\n\n## License\n\nMarkdownEditing is released under the [MIT License][opensource].\n\n\n[preview]: docs/img/preview.png\n[Knockdown]: https://github.com/aziz/knockdown\n[geekabouttown]: http://geekabouttown.com/posts/sublime-text-2-markdown-footnote-goodness\n[opensource]: http://www.opensource.org/licenses/MIT\n[UserGuide]: https://sublimetext-markdown.github.io/MarkdownEditing\n[AtxHeadings]: docs/usage.md#atx-style\n[HeadingsLevels]: docs/usage.md#headings-levels\n[SeHeadings]: docs/usage.md#setext-style\n[GFM Task]: https://github.github.com/gfm/#task-list-items-extension-\n\n[Ali Ayas]: https://github.com/maliayas\n[Brett Terpstra]: http://brettterpstra.com\n[DeathAxe]: https://github.com/deathaxe\n[Felix Hao]: https://github.com/felixhao28\n[J. Nicholas Geist]: https://github.com/jngeist\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext-markdown%2Fmarkdownediting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimetext-markdown%2Fmarkdownediting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext-markdown%2Fmarkdownediting/lists"}