Releases: SublimeText-Markdown/MarkdownEditing
Releases · SublimeText-Markdown/MarkdownEditing
MarkdownEditing 3.1.0 (ST4107+)
Bug Fixes
- Silently fail with empty wiki page links
- Display correct key for
MarkdownEditing: Decrease Heading Levelin Command Palette - Use better table border color of Mariana color scheme
- List MarkdownEditor-*.tmTheme color schemes (see #666)
- Improve bailouts from tables to fix highlighting of links after lines with pipes
New Features
- Added support for various syntaxes in fenced code blocks
- ActionScript
- AppleScript
- Arduino
- CSS
- HTTP request/response
- Terraform
- Twig
- Verilog
Changes
- Markdown.sublime-syntax has been refactored to increase readability,
fix several issues and prepare for future ST4 only changes.
MarkdownEditing 3.1.0 (ST3176+)
Bug Fixes
- Silently fail with empty wiki page links
- Display correct key for
MarkdownEditing: Decrease Heading Levelin Command Palette - Use better table border color of Mariana color scheme
- List MarkdownEditor-*.tmTheme color schemes (see #666)
- Improve bailouts from tables to fix highlighting of links after lines with pipes
New Features
- Added support for various syntaxes in fenced code blocks
- ActionScript
- AppleScript
- Arduino
- CSS
- HTTP request/response
- Terraform
- Twig
- Verilog
Changes
- Markdown.sublime-syntax has been refactored to increase readability,
fix several issues and prepare for future ST4 only changes.
MarkdownEditing 3.0.7 (ST4107+)
Bug Fixes
- More robust trailing hash detection in macros
- Normalize whitespace of reference definition symbols
- Fix Make Wiki Page Reference menu item visibility check
- Fix parens after footnotes highlighted as link destination
- Resolve remaining ctrl+alt+ key binding conflict (fixes #654)
- Improve selector matching in references plugin (fixes #658)
New Features
MarkdownEditing 3.0.7 (ST3176+)
Bug Fixes
- More robust trailing hash detection in macros
- Normalize whitespace of reference definition symbols
- Fix Make Wiki Page Reference menu item visibility check
- Fix parens after footnotes highlighted as link destination
- Resolve remaining ctrl+alt+ key binding conflict (fixes #654)
- Improve selector matching in references plugin (fixes #658)
New Features
MarkdownEditing 3.0.6 (ST4107+)
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 (ST4107+)
Bug Fixes
- Restore incremental heading level keybinding on MacOS
- Fenced codeblocks learned
goanddockerfilelanguage 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_quoteto replaceConvert to Blockquotemacro - The ctrl+alt+g is no longer bound by default in favor of f12
- The
Balance Trailing Hashesmacro is renamed toAdd Newline and Balance Trailing Hashes - The
Remove Trailing Hashesmacro is renamed toAdd Newline and Delete Trailing Hashes - The
Remove Empty List Itemmacro is renamed toDelete Empty List Item
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
goanddockerfilelanguage 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_quoteto replaceConvert to Blockquotemacro - The ctrl+alt+g is no longer bound by default in favor of f12
- The
Balance Trailing Hashesmacro is renamed toAdd Newline and Balance Trailing Hashes - The
Remove Trailing Hashesmacro is renamed toAdd Newline and Delete Trailing Hashes - The
Remove Empty List Itemmacro 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