Releases: mike-ward/Markdown-Edit
Release 1.22 - Image File Dropped Enhanced
What's changed:
- Added "As Data URI" to the image drop menu
- Added "As Local File" to the image drop menu
"As Data URI" does pretty much what it says. It converts the image file to a Data URI and pastes it into the document.
"As Local File" is a little nifty-er (is that a word). When clicked, it gives you a list of document relative folders where you can copy the image file. It then inserts a document-relative link into the document.
These are new so I expect to revise the interface based on feedback/bugs.
Once we've settled on this, I'll add the same thing for image pasting from the clipboard.
Release 1.21.1 - Better (crisper) fonts
What's changed:
- Enabled UseLayoutRounding in the root window element. This removes some of the subpixel font rendering in the browser resulting in a crisper font on displays.
Release 1.21 - Overtype (Over Strike) mode
What's changed:
- Allow toggle between insert and overtype mode.
Release 1.20.1 - Fix crash on empty document
Guess what I'll check from now on before releasing?
Release 1.20 - Better Scroll Synchronization
What's changed:
- Better scroll synchronization
- German translation
Release 1.19
What's changed:
- Multiline snippets: This makes writing/updating snippets that are
several lines long easier. Example:
signed::
Mike Ward
Developer
Living somewhere in the USA
::
Simply add two semicolons after the snippet name, type your text and
then end the snippet with two semicolons (on a new line)
- Format protector: I use markdown to write slides for presentations a
I give. The slide package has some unusual front matter (not
quite YAML) that MDE's format and wrap command messes up. Rather
than build it in I add a special document command:
<!-- MDE -->
Anything above the marker does not get reformatted when using MDE's
formatting commands.
- Updated to latest packages including the new release of MahApps
which fixes some interface bugs. - Fix bugs #83, #84, #91, #92
- Focus issues with preview resolved.
- Preview Scroll Sync #89: Improved the syncing between text
and preview. Note: Improved. It will never be perfect and can
get fooled but should perform better than before. Without injecting
text anchors into the source document, there's no way to do semantic
syncing (at least none I can think of). I welcome any ideas on how
to improve this.
There are a number of enhancements in the issues list. I haven't
forgotten them. Just wanted to get these bugs out of the way first.
Release 1.18
Time for another release. So what's new?
- Smarter smart link pasting. MDE detects when you're pasting a link
and converts it to the appropriate format. However, there are places
where this is not the desired behavior. For instance, when pasting
into a code or HTML block. - Block element backgrounds paint the entire block instead of just
the text.
Here's an example:
Release 1.17.1
Add tex_math_dollars
option to prevent $$ math expersions $$
from getting reformatted.
Release 1.17 - Math Support
Release 1.16.2
- @mike-ward fix export problems #75
- @mike-ward change default for ignore yaml
- @matsande Create Uri from template path
- @mike-ward Merge pull request #76 from matsande/master
- @mike-ward change save as html shortcut
- @mike-ward v 1.16.2