Releases: bwat47/joplin-markdown-alerts
Releases · bwat47/joplin-markdown-alerts
v1.5.1
v1.5.0
What's Changed
- Extend list of markdown alerts for more detailed usage by @itsthejoker in #20
New Contributors
- @itsthejoker made their first contribution in #20
Full Changelog: v1.4.7...v1.5.0
v1.4.7
- 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
v1.4.4
v1.4.3
v1.4.2
- 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
v1.3.1
v1.3.0
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