Skip to content

Releases: SeptemberHX/joplin-plugin-enhancement

v1.3.0: Partial support for cm6

14 Apr 01:12
a792520
Compare
Choose a tag to compare

Thanks @personalizedrefrigerator !!

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

05 May 08:55
Compare
Choose a tag to compare

Fix list number auto correcting bugs

v1.2.0

30 Mar 06:47
Compare
Choose a tag to compare
  1. New: render --- as a horizontal line in markdown editor
  2. Fix:
    1. Fix list number auto correcting bugs
    2. Fix wrong link icon

v1.1.3

03 Mar 07:27
Compare
Choose a tag to compare
  • New: Automatically correct list numbering when editing lists.
  • Fix: Some bugs.

2023-03-03 15 28 55

v1.1.2

25 Sep 10:49
Compare
Choose a tag to compare
  • New:
    • PlantUML rendering support in markdown editor
    • Floating toolbar with highlighting in different colors when selecting any text. You can disable it in settings
    • Rendering markdown table to editable table in markdown editor
  • Change:
    • Double click the rendered block contents to edit them (math block, code block, etc.)
    • Allow showing image caption or not in settings
    • The opacity of admonition keywords is set to 0.3 for better reading
  • Fix:
    • sequenceDiagram rendering bugs #12
    • todo item attributes rendering bugs

v1.1.1

08 Sep 15:37
Compare
Choose a tag to compare
  1. improve
    1. more fine-grained settings without restart. Check the settings for more details!
    2. /today now follows the date format in joplin settings
  2. add:
    1. hide blockquote token > when cursor is not on current line
    2. render task @project, +tag, //date, and !2 in markdown editor
    3. list token rendering for -, +, and * list
    4. inline tag rendering: (tag1|tag2::xxxxxxxxxxxxxx)
    5. render <mark> and <ins> in markdown editor
  3. fix:
    1. links in a separate line are rendered normally
    2. do not show hints when \ is followed by a non-space character

V1.1.0

28 Aug 10:47
Compare
Choose a tag to compare
  1. Highlight.js based codeblock rendering in markdown editor
  2. Allow styling the footnotes with pre.footnote.CodeMirror-line {}
  3. Bug fix: Missing background color for selected text

v1.0.0

13 Aug 02:02
Compare
Choose a tag to compare

New feature:

  1. inline/block math rendering in markdown editor
    • live preview for block math when editing math block
  2. mermaid rendering in markdown editor
  3. block link & image rendering in markdown editor
    • block link: only PDF, video, and audio are supported now
  4. clickable head level

v0.9.0

03 Aug 11:56
Compare
Choose a tag to compare

New features:

  1. Search & Replace
  2. Border for indent list in markdown editor
  3. Clickable task checkbox in markdown editor
  4. Toggle Sidebar and Note List panel together

v0.8.1

17 Jun 01:57
Compare
Choose a tag to compare
  • fix: quick commands does not work without note-link-system plugin
  • fix: quote style admonition is not rendered in markdown editor
  • fix: admonition is not rendered when there are whitespaces between ::: and note|tip|xxxx
  • improve: better fold implementation. Now the note is rendered as folded directly when switching note
  • add: image fold & footnote fold