Skip to content

Releases: bwat47/joplin-markdown-alerts

v1.5.1

13 Apr 20:49

Choose a tag to compare

What's Changed

  • fix: bug where alert styling not applied to all lines while editing alert by @bwat47 in #21

Full Changelog: v1.5.0...v1.5.1

v1.5.0

09 Apr 22:57

Choose a tag to compare

What's Changed

  • Extend list of markdown alerts for more detailed usage by @itsthejoker in #20

New Contributors

Full Changelog: v1.4.7...v1.5.0

v1.4.7

08 Apr 14:43

Choose a tag to compare

  • improve inline formatting behavior with active selection so that it behaves more similarly to joplin's formatting commands
  • fix: don't format github alert title lines in selection

Full Changelog: v1.4.6...v1.4.7

v1.4.6

08 Apr 00:26

Choose a tag to compare

What's Changed

  • Enhance formatting command behavior by @bwat47 in #17
  • fix: consistently use CmdOrCtrl in default accelerators

Full Changelog: v1.4.4...v1.4.6

v1.4.4

06 Apr 01:42

Choose a tag to compare

  • fix: make full line formatting ignore horizontal rules
  • fix: clear formatting command behavior with horizontal rules

v1.4.3

05 Apr 03:27

Choose a tag to compare

What's Changed

  • fix: protect tables from full line formatting by @bwat47 in #15
  • fix: behavior when selection contains full + partial lines by @bwat47 in #16

Full Changelog: v1.4.2...v1.4.3

v1.4.2

04 Apr 22:36

Choose a tag to compare

  • feat/change: make superscript/subscript commands use inline html (e.g. <sup>/</sup>) by default (with option to use the markdown formatting), because Joplin (3.6 and newer) can render inline HTML in the editor, but doesn't support rendering the sup/sub markdown syntax in the editor (and the markdown syntax for this is kind of obscure)
  • feat: added command to clear markdown formatting in selection

v1.4.1

03 Apr 00:30

Choose a tag to compare

What's Changed

  • feat: inline formatting commands (strike/highlight/underline/sup/sub) by @bwat47 in #12
  • fix: improve multi-cursor behavior with alert and quote commands

Full Changelog: v1.3.1...v1.4.1

v1.3.1

23 Mar 01:26

Choose a tag to compare

fix issue where editor wasn't focused after using the alert/quote toolbar buttons

v1.3.0

03 Feb 23:08

Choose a tag to compare

Improvements

  • The quote/unquote command no longer requires a text selection, its now context aware and will quote/unquote the current paragraph where the cursor is if there's no text selection (or current line if cursor is somewhere that's not considered a paragraph).
  • The quote command will now create a new block quote when invoked on an empty line (making it easier to create quotes on mobile)
  • The alert command was already partially context aware (toggling alert type when cursor is anywhere in a quote or alert), but has been updated so that it can convert the paragraph where the cursor is to an alert similar to the quote command.
  • Fixed issues with alert/quote commands when there are multiple text selections