Skip to content

1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:28
2c14aa5

CHANGELOG - 1.2.0

  • New features

    • Heading nodes (#24) — Display each note's heading
      structure in the graph. Notes referenced under a heading attach to that heading, and heading nodes have their own
      configurable color.
    • Fold & unfold (#32) — Shift+left-click folds a node's
      whole subtree, or reveals its direct children when fully folded; Shift+right-click unfolds recursively. Folded
      nodes render as half-discs oriented toward their parent. Fold state persists across restarts, and an Unfold all
      graph nodes command resets everything.
    • Weight nodes by descendants (#33) — Optional: node size
      reflects every displayed descendant at any depth, not just direct children. Folded nodes shrink accordingly.
    • Folder filtering (#31) — Include or exclude a list of
      folders (recursive, one path per line), with an option to hide filtered-out files entirely instead of leaving them
      disconnected.
    • Folder search (#27) — Ctrl/Cmd+click a folder node to
      pre-fill the graph search with a path:"…" filter; Ctrl/Cmd+click the root node to clear it.
    • Ghost nodes for unresolved wikilinks (#53) — Missing
      folders, files, and headings implied by unresolved links now appear as outlined nodes, correctly chained in the
      hierarchy. Clicking a ghost creates the content (folder, file, or heading) and then behaves like a regular click:
      explorer highlight, or opening the note at the new section.
    • Heading link anchoring (#53) — Choose how [[note#Heading]]
      links are drawn: file → file, file → heading, heading → file, or heading → heading (default). The mode only
      affects edges — ghost headings stay visible regardless.
    • Commands & hotkeys (#25,
      #48) — Toggle folder nodes (Mod+Shift+G), heading nodes
      (Mod+Shift+H), the root folder node, and subtree weighting from the command palette.
    • Folder node color (#23) — Folder nodes use a configurable
      color instead of the tag color.
  • Improvements

    • Settings tab reorganized into native-style groups (Folders, Headings, Folder filtering, Weighting), with refreshed
      English and French copy.
    • The graph refreshes automatically on vault changes (file/folder create, delete, rename, and content edits),
      keeping ghost states accurate.
  • Bug fixes

    • Bookmarked graph views no longer flash and revert to the global settings while the plugin is active
      (#28).
    • The plugin now disables and re-enables cleanly — startup and shutdown were hardened
      (#38).
    • Right-clicking no longer stacks multiple "New note/folder" modals
      (#37).
    • Unresolved wikilinks with exotic paths (leading slash, empty segments) no longer generate malformed phantom folder
      nodes — the crash reported in #35 is structurally impossible
      now.