Skip to content

Releases: AlanHohn/markdown-toolbar

Release 1.2.0

01 Oct 00:02
Compare
Choose a tag to compare
  • Added support for images and links.

Comments

For simplicity I'm using inline references only; figuring out how to devise separate references and where to put the other half of the reference seemed too complicated to be worthwhile since it's always possible to do it manually.

I did spend a little time hacking on a solution to allow the selection of a file, which gets converted to a relative pathname based on the location of the Markdown currently being edited. Of course you can just input a URL for either the image or the link as well.

Release 1.1.3

04 Aug 22:08
Compare
Choose a tag to compare

Quick fix to remove the keyboard shortcuts for H5 and H6. The shortcut for H5 collides with '€' on Windows. Since H5 and H6 are probably rarely used this seemed the best solution.

Release 1.1.2

19 Jun 22:51
Compare
Choose a tag to compare

Nested bullets and numbers were being re-flowed as if they were not separate items. No more.

Release 1.1.1

30 Apr 17:32
Compare
Choose a tag to compare

Fix paragraph reflow to handle numbered and unnumbered lists correctly

Release 1.1.0

07 Apr 00:50
Compare
Choose a tag to compare

A couple extra features:

  • Toolbar only displays for Markdown files
  • Code blocks

Initial Release

01 Apr 00:35
Compare
Choose a tag to compare

What Works

  • The basics (display, hide, tooltips, keyboard shortcuts)
  • Line based items (headings, lists, quotes)
  • Selection based items (bold, italic, monospace)
  • Paragraph spacing and reflow

What Doesn't Exist Yet

  • Block items (tables, code blocks)
  • Help and settings screens

What Could Be Better

  • Selection items when the selection overlaps
  • Selection items when turning on / off multiple items (bold plus italic)
  • Keyboard shortcuts (somewhat non-intuitive)