- Added toolbar button for adding citations. Thanks to @axiqia for the enhancement!
- This button is hidden by default, so go to the settings to enable it
- Added configuration item to use underscores for bold markers (defaults to asterisks). Thanks to @zachvalenta for the recommendation!
- Fixed minor issue with document events. Thank you @gama11 for the fix!
- Added configuration item to allow Markdown Shortcuts to be used on other file types
- Fixed issue where blank lines were not being marked as citations when selecting blocks of text
- Fixed issue with "auto" being inserted as newline
Thank you to @raulrpearson for their contribution in supporting other file types!
- Added configuration item to use asterisks for italics markers (defaults to underscore)
- Added configuration item to use dashes or plus signs for bullet point markers (defaults to asterisks)
- Added shortcut for citations
Thank you to @FFengIll for their contributions for citations and configurable bullet points!
- Fixed word selection for words with unicode characters
- 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 their contributions and excellent unit test library.
- Fixed bug with image shortcut where hitting Escape on the prompts would not cancel
- Added support for optional alt tags in images
- Added image shortcut (ctrl+shift+L). Thanks to @ngtrian for the recommendation!
- Added configuration settings to show/hide icons in the title bar
- Fixed issue with Changelog not displaying in Visual Studio Extensions gallery
- Added icon. Thanks to @LaChRiZ for the contribution!
- Modified link shortcut (ctrl+L) to surround URLs with angle brackets. Thanks to @StephD for the recommendation!
- Added strikethrough shortcut. Thanks to @seanmft for the contribution!
- Added support for block selection. This allows you to select a subset of a block of text,
and it will automatically find the start and end of the block. This applies to:
- Bullet, number, and checkbox lists
- Code blocks
- Tables
- Fixed bug where numbered list was adding "1" twice
- Added bullets icon to title menu
- Improved ordering of menu items
- Added title and context menu shortcuts. Menu icons taken from http://material.io/icons
- Added checkbox and table commands. Thanks to @wenbaofu for the recommendations!
- Added header shortcuts. Thanks to @alebaffa for the contribution!