You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge emoji-decorated folders with matching child notes in the 2D map, such as 馃摎 Topic/Topic.md, while preserving original display names and file paths.
Preserve original same-name matching priority and only use emoji-insensitive matches when a single child note matches.
Add regression coverage for emoji sequences, ambiguous names, folder-note links, focus, and node counts.
0.5.1
Address Obsidian review findings by using DOM and style helpers for theme sampling and window-scoped timers for metadata and worker tasks.
Explicitly mark asynchronous search calls and remove the control-character regex while preserving label width calculations.
Keep worker tests and the local benchmark compatible with the browser timer API.
Add back/forward navigation with per-view pan and zoom, independent note-link and hierarchy hover controls, and clearer bilingual panels.
Move map computation into a worker, reuse unchanged vault snapshots and layouts, and accelerate picking and label placement.
Reuse node and road render buffers for unchanged maps while keeping theme, ring-guide, label, and reveal updates intact.
Preserve root and search framing when metadata refreshes overlap navigation, and prevent superseded failures from interrupting the current loading state.
Clean up cancelled pointer drags and ignore unrelated pointers and secondary-button releases.
Improve startup metadata handling, map statistics, and controller cleanup across 2D/3D switches.
0.2.7
Address Obsidian review warnings for console logging, DOM element creation, redundant type assertions, and CSS overrides.
Reduce duplicate vault enumeration and document the local-only metadata used to build maps.
0.2.6
Add semantic 2D node shapes, clearer route colors, faster label updates, and an All links hover mode.
Improve pinned-route grouping, panel guidance, theme controls, and full-map expansion for the current root.
Rebuild, validate, and attest release assets in CI while keeping the checked-in plugin bundle synchronized.
0.2.5
Refresh the map control panels with clearer headings, denser controls, and accessible collapse state.
Apply the resolved map theme before loading so daylight and custom backgrounds display immediately.
Keep visible 2D search results in place, open hidden results as roots, and clear stale selections during map navigation.
0.2.4
Move 3D node inspection details into the side panel.
Improve long label, pin, neighbor, and button wrapping in the map panels.
Type Obsidian saved plugin data as unknown before settings migration to avoid unsafe assignment warnings.
0.2.3
Add a 2D Complete map action that shows the vault root with expanded node, link, depth, and outside-link detail budgets.
Allow farther 2D zoom-out for large complete maps.
Improve 2D panel wrapping and alignment so long labels remain readable.
Soften the 2D outside-link road color and legend swatch.
0.2.2
Address Obsidian community plugin review findings around settings APIs, command names, deprecated slider tooltips, direct static styles, and config folder handling.
Raise the minimum supported Obsidian version to 1.13.0 for the current settings definitions API.
Remove reveal CSS that relied on partially supported browser features in older Obsidian builds.
Tighten 2D neighbor list typing and add regression coverage for configured vault folders.
0.2.1
Add default day/night map background fallbacks when the active Obsidian theme cannot provide a matching background color.
Refresh explicit 3D day/night backgrounds after Obsidian CSS changes.