Skip to content

Releases: SublimeText-Markdown/MarkdownEditing

MarkdownEditing 3.0.6 (ST3176+)

03 Oct 18:05
Compare
Choose a tag to compare

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+)

03 Oct 12:56
Compare
Choose a tag to compare

Bug Fixes

  • Restore incremental heading level keybinding on MacOS
  • Fenced codeblocks learned go and dockerfile 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 to mde_indent_quote to replace Convert to Blockquote macro
  • The ctrl+alt+g is no longer bound by default in favor of f12
  • The Balance Trailing Hashes macro is renamed to Add Newline and Balance Trailing Hashes
  • The Remove Trailing Hashes macro is renamed to Add Newline and Delete Trailing Hashes
  • The Remove Empty List Item macro is renamed to Delete Empty List Item

MarkdownEditing 3.0.4 (ST4107+)

26 Sep 15:53
Compare
Choose a tag to compare

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+)

26 Sep 15:53
Compare
Choose a tag to compare

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+)

19 Sep 12:53
Compare
Choose a tag to compare

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 respects mde.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+)

19 Sep 12:53
Compare
Choose a tag to compare

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 respects mde.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.2 (ST4107+)

14 Sep 17:28
Compare
Choose a tag to compare

Bug Fixes

  • Add missing Automatic Link Folding usage description
  • Improve bootstrapper (fixes #623)
  • Correct heading style detection (fixes #625)
  • Correct wiki link selectors (fixes #626)
  • Strip image/ref urls from indexed symbols

MarkdownEditing 3.0.2 (ST3176+)

14 Sep 17:27
1cc6d7d
Compare
Choose a tag to compare

Bug Fixes

  • Add missing Automatic Link Folding usage description
  • Improve bootstrapper (fixes #623)
  • Correct heading style detection (fixes #625)
  • Correct wiki link selectors (fixes #626)
  • Strip image/ref urls from indexed symbols

MarkdownEditing 3.0.1 (ST4107+)

13 Sep 20:04
Compare
Choose a tag to compare

Bug Fixes

  • Keymap: Fix key binding conflict (fixes #618)
  • Syntax: Add back support for latex highlighting (fixes #616)
  • Plugins: More robust bootstrapping trigger
  • Symbols: Improve symbol transformations

MarkdownEditing 3.0.1 (ST3176+)

13 Sep 20:03
Compare
Choose a tag to compare

Bug Fixes

  • Keymap: Fix key binding conflict (fixes #618)
  • Syntax: Add back support for latex highlighting (fixes #616)
  • Plugins: More robust bootstrapping trigger
  • Symbols: Improve symbol transformations