Skip to content

Releases: mdickin/vscode-markdown-shortcuts

v0.12.0

10 Nov 16:13
Compare
Choose a tag to compare
Version bump

v0.10.0

03 Feb 16:39
Compare
Choose a tag to compare
Account for blank newlines in citation blocks

Resolves #43

v0.8.1

03 May 01:13
Compare
Choose a tag to compare
  • Fixed word selection for words with unicode characters

v0.8.0

25 Mar 20:17
Compare
Choose a tag to compare
  • Added "surrounding word" feature for commands. This means that you can now place your cursor on a word and toggle bold, italic, etc. No need to highlight the whole word!
  • Fixed issue with newlines in block code command
  • Added missing H1-H6 commands to VS Code command palette

Huge thank you to @mlewand for his contributions and excellent unit test library.

Image shortcut fixes

12 Mar 16:25
Compare
Choose a tag to compare

Added alt text support
Fixed issue with canceling out of image shortcut

Added image shortcut

11 Mar 22:49
Compare
Choose a tag to compare
  • Added image shortcut
  • Added ability to configure which icons show on the title bar

v0.6.0

11 Feb 20:01
Compare
Choose a tag to compare

Added icon
Modified link command to handle URL selections differently

Block selection, strikethrough

03 Dec 14:55
Compare
Choose a tag to compare

Added strikethrough command
Added block selection
Fixed issue with numbered list adding "1" twice

Checkboxes and tables

08 Nov 14:22
Compare
Choose a tag to compare

Added commands for adding tables and GFM checkboxes