MarkdownEditing icon indicating copy to clipboard operation
MarkdownEditing copied to clipboard

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

Results 59 MarkdownEditing issues
Sort by recently updated
recently updated
newest added

Hello, I set `set_unsaved_view_name` = `false` in both global & syntax-specific settings, yet the tab still gets auto-named after the file's first line when using the Markdown syntax. Thanks

enhancement
C: plugins

I am getting lag when typing text and the document is about 5000 lines including many js code blocks. Sublime Text Build: 4126 markdown: v3.2.2

For long documents, the current default of pasting the footnote definition to the end of the document may complicate their management. How about (adding an option to) insert the def...

enhancement

Adds options for sorting references: 'marker_order': List in order of appearance in document 'alphabetical': Alphabetical based on reference name, sorting numerals lexagraphically 'numeric': Alphabetical based on reference name, sorting numeral...

Hey! When you choose numeric sorting organize references is not working if there are some references with numbers and others with letters. If they are all numbers is working, or...

C: plugins
C: references
bug

I've installed the MarkdownEditing package for Sublime Text (v4) and am trying to get the command `MarkdownEditing: Run markdownlint` to run. The error I'm getting suggests the command is not...

Is there any function available that will allow me to view list of references already included in my document for easy review/re-insertion?

feature

Anyone actually using [heading folding](https://sublimetext-markdown.github.io/MarkdownEditing/usage/#folding-sections) with Markdown? If I fold a heading (with Shift+Tab or right-click, MarkdownEditing, "Fold current section"), that folding state only lasts until I click anywhere else...

bug

Many markdown tools such as [Obsidian](https://obsidian.md/) support links using the wikilinks format. For example, the wikilink `[[I am a link]]` Corresponds to `[I am a link](I%20am%20a%20link.md)` Unlike regular markdown links,...

feature
C: wiki

My markdown files are all named uniquely using a date format such as: "2019-07-11" but I have discovered that the wiki links cannot be followed if the following characters are...

C: wiki
bug