Skip to content

Releases: SublimeText-Markdown/MarkdownEditing

MarkdownEditing 3.1.0 (ST4107+)

11 Dec 17:15

Choose a tag to compare

Bug Fixes

  • Silently fail with empty wiki page links
  • Display correct key for MarkdownEditing: Decrease Heading Level in 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+)

11 Dec 17:15

Choose a tag to compare

Bug Fixes

  • Silently fail with empty wiki page links
  • Display correct key for MarkdownEditing: Decrease Heading Level in 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+)

03 Nov 18:55

Choose a tag to compare

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

  • Add SVELTE support for fenced code block (closes #662)
  • Derive reference name from link url if no text is available (#660)

MarkdownEditing 3.0.7 (ST3176+)

03 Nov 18:55

Choose a tag to compare

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

  • Add SVELTE support for fenced code block (closes #662)
  • Derive reference name from link url if no text is available (#660)

MarkdownEditing 3.0.6 (ST4107+)

03 Oct 18:05

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

03 Oct 12:56

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.6 (ST3176+)

03 Oct 18:05

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

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

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

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