Skip to content

Releases: vipzhicheng/logseq-plugin-mark-map

v0.1.8

26 Feb 10:35
Compare
Choose a tag to compare

Changes

  • fix: pdf asset wrongly parsed as image on markmap.
  • fix: optimize image parse, remove image properties.
  • fix: can not load children blocks in recent Logseq release.
  • infra: change from webpack to vite
  • infra: upgrade deps

Buy me a coffee

If my plugin solve your situation a little bit and you will, you can choose to buy me a coffee via this and this.

v0.1.7

21 Feb 04:07
Compare
Choose a tag to compare
  • fix: parse tag issue, should not parse url anchor

v0.1.6

18 Feb 18:30
Compare
Choose a tag to compare

Changes

  • feat: support exporting high resolution png.

Buy me a coffee

If my plugin solve your situation a little bit and you will, you can choose to buy me a coffee via this and this.

v0.1.5

15 Feb 11:51
Compare
Choose a tag to compare
  • fix: remove shortcut m m but keep ctrl+m ctrl+m.
  • feat: make the shortcut configurable.

v0.1.4

21 Jan 11:40
Compare
Choose a tag to compare
  • feat: support open page or block markmap in markmap.
  • feat: support trigger backward and forward icon button on markmap.
  • feat: support block page markmap trigger by shortcut.
  • feat: add cmd+[ and cmd+] shortcuts on markmap to traverse.

v0.1.3

05 Jan 10:59
Compare
Choose a tag to compare

feat: m m, Trigger Markmap for non-editing mode.
feat: ctrl+m ctrl+m, Trigger Markmap for editing mode.
feat: Markmap slash command.
feat: Markmap contextual menu.
feat: Editing block or highlighting block will be the central node of the Markmap, otherwise it will use the whole page blocks.
fix: Local images can not popup after changing graph.

v0.1.2

08 Nov 04:05
Compare
Choose a tag to compare
  • feat: Add a block property mark-map-limit:: N to limit block next level block list items.
  • feat: Add a page property mark-map-limit:: N to limit first level block list items.
  • feat: Add a page property mark-map-limit-all:: N to limit all block list items.
  • feat: Support parse block ref link and page ref link, eg. []((())) and []([[]])

v0.1.1

12 Oct 03:10
Compare
Choose a tag to compare
  • feat: Add a close button on right top corner and hidden by default.
  • feat: Add a block property mark-map-cut:: 30 to cut text length.
  • feat: Add page property mark-map-collapsed:: extend to show all nodes, and ignore collapsed state.
  • feat: Make mindmap show collapsed state the same with Logseq by default.
  • fix: Local image lightbox not work on Windows.

v0.1.0

02 Oct 03:22
Compare
Choose a tag to compare
  • feat: Custom center node by setting page property mark-map-title:: blahblah
  • feat: Hide any collapsed node by setting page property mark-map-collapsed:: hidden
  • feat: Hide any node by setting block property mark-map-display:: hidden
  • feat: Support multiline text by leading -
  • feat: Support images opened in a popup modal using Lightbox2.
  • fix: Local image can not be opened.

v0.0.10

24 Sep 01:57
Compare
Choose a tag to compare
  • feat: Support highlight syntax, == in Markdown mode, ^^ in Org mode.
  • feat: Support Logseq block reference. #5
  • feat: Support Logseq embed block reference.
  • feat: Support Logseq page reference.
  • feat: Support Logseq embed page reference.
  • feat: Support Logseq page tag
  • feat: Colorize workflow tags.