Skip to content

Releases: mike-ward/Markdown-Edit

Release 1.22 - Image File Dropped Enhanced

31 Jan 16:18
Compare
Choose a tag to compare

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

26 Jan 00:16
Compare
Choose a tag to compare

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

24 Jan 19:21
Compare
Choose a tag to compare

What's changed:

  • Allow toggle between insert and overtype mode.

Release 1.20.1 - Fix crash on empty document

23 Jan 20:51
Compare
Choose a tag to compare

Guess what I'll check from now on before releasing?

Release 1.20 - Better Scroll Synchronization

23 Jan 20:20
Compare
Choose a tag to compare

What's changed:

  • Better scroll synchronization
  • German translation

Release 1.19

17 Jan 23:01
Compare
Choose a tag to compare

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

07 Dec 23:13
Compare
Choose a tag to compare

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:

example

Release 1.17.1

01 Dec 23:00
Compare
Choose a tag to compare

Add tex_math_dollars option to prevent $$ math expersions $$ from getting reformatted.

Release 1.17 - Math Support

30 Nov 23:46
Compare
Choose a tag to compare

The easiest way to summarize this release is with an image.

math-example

Release 1.16.2

24 Nov 23:06
Compare
Choose a tag to compare