Releases: SublimeText-Markdown/MarkdownEditing
Releases · SublimeText-Markdown/MarkdownEditing
MarkdownEditing 3.0.6 (ST3176+)
Bug Fixes
- Recently changed macros work on end of file again (fixes #653)
- Enable terminate block quote for non-list items
MarkdownEditing 3.0.5 (ST3176+)
Bug Fixes
- Restore incremental heading level keybinding on MacOS
- Fenced codeblocks learned
go
anddockerfile
language identifiers (fixes #650) - Hitting backspace removes only one block quote sign (fixes #651)
- Add misssing keypad_enter bindings
- Auto-complete setext heading underlines only if caret is at eol
- Fix regression with tab after single
-
or*
not inserting\t
- shift+enter correctly indents 2nd line of GFM task
- Maintain indentation of block quote content when adding new line
New Features
- Add fenced code blocks protobuf highlighting (fixes #650)
- Bind f12 and shift+f12 to jump between references and definitions
- Block quotes can be terminated via ctrl+enter
Changes
- The
>
key is bound tomde_indent_quote
to replaceConvert to Blockquote
macro - The ctrl+alt+g is no longer bound by default in favor of f12
- The
Balance Trailing Hashes
macro is renamed toAdd Newline and Balance Trailing Hashes
- The
Remove Trailing Hashes
macro is renamed toAdd Newline and Delete Trailing Hashes
- The
Remove Empty List Item
macro is renamed toDelete Empty List Item
MarkdownEditing 3.0.4 (ST4107+)
Bug Fixes
- Add missing keybinding context setting prefix (fixes #641)
- Improve auto match heading hashes behavior (fixes #643)
- Incremental heading level changes rotates betwenn 1..6 (fixes #644)
- Restore inline image link url scope (fixes #647)
- Organize references finds references again (fixes #649)
- Fix bootstrapper ST3 compatibility issue
MarkdownEditing 3.0.4 (ST3176+)
Bug Fixes
- Add missing keybinding context setting prefix (fixes #641)
- Improve auto match heading hashes behavior (fixes #643)
- Incremental heading level changes rotates betwenn 1..6 (fixes #644)
- Restore inline image link url scope (fixes #647)
- Organize references finds references again (fixes #649)
- Fix bootstrapper ST3 compatibility issue
MarkdownEditing 3.0.3 (ST4107+)
Bug Fixes
- Tweak auto link folding selector (fixes #624)
- Use correct selector for open page key binding (fixes #629)
- Restore Goto Link Reference/Definition functionality (fixes #632)
- Refactor image/link/reference syntax definitions (fixes #633)
- Don't hide inline code-span punctuation im Mariana/Monokai (fixes #633)
- Resolve
AltGr
key binding conflicts (fixes #634) - Don't move caret to beginning of word after changing formatting (fixes #636)
- Adding task via
alt+t
respectsmde.list_indent_bullets
setting (fixes #636) - Bootstrapper reassigns Markdown syntaxes from any location
- Bootstrapper removes invalid syntax specific color scheme settings
- Color Scheme Selector correctly detects 'auto' color scheme
- Remove obsolete keymap selectors (required due to recent syntax changes)
- Add a macro to unbold bold italc text (required due to recent syntax changes)
- Only strip whitespace separated trailing hashes of headings from symbol lists
- Scope inet/email autolinks according to CommonMark 0.30.0
New Features
- Scope path separators and escapes in urls
- Support fish fenced code (if supported syntax is installed)
- Partially support xonsh fenced code (use Python syntax due to a lack of xonsh syntax support in ST)
MarkdownEditing 3.0.3 (ST3176+)
Bug Fixes
- Tweak auto link folding selector (fixes #624)
- Use correct selector for open page key binding (fixes #629)
- Restore Goto Link Reference/Definition functionality (fixes #632)
- Refactor image/link/reference syntax definitions (fixes #633)
- Don't hide inline code-span punctuation im Mariana/Monokai (fixes #633)
- Resolve
AltGr
key binding conflicts (fixes #634) - Don't move caret to beginning of word after changing formatting (fixes #636)
- Adding task via
alt+t
respectsmde.list_indent_bullets
setting (fixes #636) - Bootstrapper reassigns Markdown syntaxes from any location
- Bootstrapper removes invalid syntax specific color scheme settings
- Color Scheme Selector correctly detects 'auto' color scheme
- Remove obsolete keymap selectors (required due to recent syntax changes)
- Add a macro to unbold bold italc text (required due to recent syntax changes)
- Only strip whitespace separated trailing hashes of headings from symbol lists
- Scope inet/email autolinks according to CommonMark 0.30.0
New Features
- Scope path separators and escapes in urls
- Support fish fenced code (if supported syntax is installed)
- Partially support xonsh fenced code (use Python syntax due to a lack of xonsh syntax support in ST)