- fix: compatibility when export as svg on Win/Mac
- fix: export as svg on Firefox
- fix: pdf area annotation render issue.
- fix: export as svg do not support image.
- chore: upgrade deps
- fix: image render issue.
- fix: adjust save to svg
- chore: refactor code
- chore: change ui to shadcn-vue
- feat: add blur switch setting
- feat: add left bottom button and control panel menu, and move most actions to it.
- feat: optimize and add some shortcuts
- feat: enable rendering images on markmap, and adjust render size.
- feat: make task tag clickable
- feat: support hierarchy and linked references
- fix: replace query syntax to indicator
- fix: replace table syntax to indicator
- feat: support disable shortcuts
- fix: allow empty block with children blocks exists.
- fix: style for
WAITING
task andCANCELLED
task - fix: clean logbook syntax
- fix: shortcut
b
not work - fix: reset theme not correct
- infra: upgrade deps
- feat: add favoriates and recent to default markmap
- fix: footnote messed up markmap
- feat: node anchor icon changable
- feat: add pen mode icon.
- feat: add pen mode for presentation.
- fix: color freeze level default value.
- feat: support color freeze level feature.
- fix: continue to optimize code block render logic
- fix: continue to optimize code block render logic
- fix: code block render logic
- feat: add an option to replace complicated math expression for compatability.
- feat: add autofit option, default is enabled, but you can disable it now.
- fix: error when missing block happens.
- fix: only show first line on markmap.
- fix: expand shortcut can not show all nodes.
- feat: sync collapsed state to markmap.
- feat: support markdown quote syntax,
>
. - feat: journal home page mark map.
- refactor: remove Alpine dependency.
- fix: support image popup for org format.
- fix: http image not popup.
- fix: node anchor back and forth not work on namespace page.
- fix: always show top right corner buttons.
- infra: upgrade deps.
- feat: support node anchor then you can pick any sub tree as the new markmap.
- infra: upgrade deps.
- fix: png not loading #25.
- fix: content is a little bit small in saved png #43.
- fix: can only render at most level 6 #44.
- infra: upgrade deps.
- feat: optimize for
{{cloze}}
.
- feat: add theme setting, so you can keep your favorite theme permanently.
- feat: add
ctrl+shift+m ctrl+shift+m
to trigger mindmap for all - infra: upgrade deps.
- feat: change trigger icon.
- fix: zindex to over the system puzzle icon.
- feat: serve alpinejs locally.
- fix:
^^
highlight not supported.
- infra: upgrade deps.
- feat: set default theme according Logseq theme.
- infra: upgrade deps.
- feat: support Logseq hash syntax.
- fix: ref block cut issue.
- chore: refactor some code.
- feat: support auto wrap for long block.
- infra: upgrade deps.
- feat: ignore
---
lines. - feat: replace renderer lines.
- feat: support export as svg.
- feat: support block background color on markmap.
- 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.
- fix: parse tag issue, should not parse url anchor.
- feat: support exporting high resolution png.
- fix: remove shortcut
m m
but keepctrl+m ctrl+m
. - feat: make the shortcut configurable.
- feat: support open page or block markmap in markmap.
- feat: support trigger backward on markmap.
- feat: support block page markmap trigger by shortcut.
- feat: add
cmd+[
andcmd+]
shortcuts on markmap to traverse.
- 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.
- 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[]([[]])
- 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.
- 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.
- 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.
- no new features or bug fixes, just fix meta data.
- fix: Org-mode, strikethrough(del) syntax not work, #3
- fix: Make all URLs in MindMap opened to system browser to prevent stuck in Logseq, #4
- fix: Latex syntax not rendered at first time.
- fix: Shortcut
r
conflicts with Logseqcmd
+r
. - feat: Improve parsing links, now pure links with text can be parsed correctly.
- feat: Finally, image partly supported, and will be convert to image link.
- feat: Support org format in a non-perfect way.
- feat: Make pure url clickable on Markmap.
- fix: Code block render issue.
- feat: Add a help popup modal, press
/
to trigger. - feat: Add more shortcuts to change theme, move mindmap up, down, left, right.
- fix: Wrong "save as png" file name sometimes.
- feat: Add up to 16 themes.
- feat: Change auto dark mode to follow Logseq theme.
- Fix: corner toolbar color change with theme changing.
- Filter out front matter block.
- Show Logseq block tag.
- Add blur background effect.
- Support auto dark mode based on system theme.
- Fix some level and page switch issues.
- Add more shortcuts include traversing step by step, level by level, focusing in and out.
- Add shortcuts support.
- Add
save as png
toolbar. - Optimize performance.
- Basic integration with
Markmap
.