Release Notes
1.1.0 (2026-06-02)
Features
- plugin: always show labels for index notes
Bug Fixes
- plugin: scope Tailwind CSS to avoid breaking other plugins
Performance Improvements
- plugin: reduce graph flicker during Obsidian indexing
1.0.2 (2026-05-14)
1.0.1 (2026-05-13)
1.0.0 (2026-05-13)
0.6.0 (2026-04-10)
Features
- all: added a minimap
0.5.0 (2026-04-08)
Features
- all: enabled moving node and connected ones
0.4.0 (2026-04-08)
Features
- all: added maturity management
- all: added support for changing node positions (mind palace). Updated user guide
- all: improved colors ux
- all: improved graph options and added legend (prev commit)
- all: improved maturity dropdown styling
- all: refactored settings
0.3.0 (2026-04-07)
Features
- all: improved graph view (selection vs explored rings)
- all: updated
0.2.0 (2026-04-07)
Features
- all: added possibility to easily open the current note in the side panel into a new tab
- all: added size and text settings
- all: adjusted the nodes and text scales
- all: better layout of the graph
- all: improve text
- all: improved graph nodes spacing
- all: improved graph view
- all: improved the graph and panel features
- all: improved visual consistency of the graph controls
0.1.0 (2026-04-07)
Features
- add frontmatter utilities for explored property
- add graph canvas component with force-graph rendering
- add graph controls and zoom controls components
- add graph data builder to transform base entries into graph nodes/links
- add graph explorer BasesView implementation
- add graph explorer CSS styles
- add graph explorer view constants and options
- add graph side panel with embedded note rendering
- add graph type definitions and update plugin settings
- register graph explorer base view and update plugin
Bug Fixes
- address code review issues (search highlight, theme reactivity, view option sync, cleanup)