Graph View Guide

This guide keeps the Obsidian graph readable. The goal is to make meaningful project structure visible while avoiding accidental ghost nodes. graph obsidian

Clean graph principle

Every wikilink should point to a real note with an intentional name. Avoid generic names such as index, todo, notes, or misc.

Naming Rules

RuleGoodAvoid
Use explicit catalog namesTag Catalog, Script Catalogindex
Use exact script note namesMainForm.cs, VizzyXmlConverter.csMainForm if the script note is MainForm.cs
Keep guide names user-facing04 - Export ValidationInternal shorthand without context
Prefer one hub per domainComponent MapMany competing hub pages

Graph Filters

Filter ideaQuery
Component notestag:#script OR tag:#project-file OR tag:#manifest
Conversion coretag:#converter OR tag:#validation OR tag:#clean-view
Live bridgetag:#bridge OR tag:#juno
Troubleshootingtag:#troubleshooting OR tag:#validation
Catalog pagestag:#catalog

Cleanup Checklist

  • Search for generic names such as index, todo, misc, and old note names.
  • Run a missing-link check after moving notes between folders.
  • Keep one explicit note per script.
  • Keep old folder names out of wikilinks.
  • Use Tag Taxonomy before adding new tags.
  • Use Component Map as the central internal architecture hub.

Dataview cannot fully validate broken links by itself, but catalogs make them visible:

TABLE type AS "Type", related AS "Related", file.tags AS "Tags"
FROM "VizzyCode"
SORT file.name ASC

Related notes: 00 - Home, Component Map, Tag Catalog, Tag Taxonomy, Obsidian Plugin Workflows.