New Features:
NEW
Added a snippets system, that can be activated with the shortcut Ctrl+Space. We provide several built-in snippets but the system can be extended with user-defined snippets. This powerful functionality can be used to autocomplete Markdown syntax, for inserting repetitive text blocks or even to provide often used document templates. (#81)NEW
Added "Go to Line" menu item (#114)NEW
Added options "case sensitive", "whole words only" and "use regular expressions" to find/replace functionality (#63)NEW
Support for adding the selected word to an user dictionary (#78)NEW
Option to change width of tab characters (#102)NEW
Option for superscript Markdown extension (#92)NEW
Option to control word wrap in Markdown editor (#46)NEW
Added Japanese translation created by k0ta0uchi (#94)NEW
Support for additional Markdown converters (#87)
Improvements:
IMPROVED
Updated the code highlighting library highlight.js to version 7.5 (#90)IMPROVED
Improved perceived performance while typing in long Markdown documents (#100)
Fixes:
FIXED
Changed shortcuts for Blockquote to Ctrl+Shift+Q and for Insert Image to Ctrl+Shift+I to prevent ambiguous shortcuts on Linux (#115)