Releases: vipzhicheng/logseq-plugin-mark-map
Releases · vipzhicheng/logseq-plugin-mark-map
v0.1.8
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
- fix: parse tag issue, should not parse url anchor
v0.1.6
v0.1.5
- fix: remove shortcut
m m
but keepctrl+m ctrl+m
. - feat: make the shortcut configurable.
v0.1.4
- 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+[
andcmd+]
shortcuts on markmap to traverse.
v0.1.3
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
- 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
- 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
- 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
- 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.