Visual knowledge base — what it is and when to want one.
A visual knowledge base is a notes store with visual structure baked in: a graph view, table/cards views over page properties, or both. The point isn't a drawing canvas — it's rendering your own knowledge so you can see it.
What "visual" usually means here
Most note apps render text. A visual knowledge base adds at least one of: a graph view (nodes and edges), a structured view (table, kanban, calendar) over page properties, or a whiteboard. The visualization is over your real data — not a separate drawing layer.
Why it matters
- Folders are a single tree. A graph or property view is many overlapping ones.
- Visual structure lets you find what you forgot you wrote.
- Backlinks panels surface unintentional connections — adjacent thinking shows up.
- Properties + table views give you database-style filtering without a database.
Visual surfaces that ship in MindWiki
- Knowledge graph view (macOS app) — every wikilink is an edge; pan and zoom across your vault.
- Backlinks panel — every page shows what links into it.
- Properties inspector — set type, area, tags, confidence at the page level.
- Table view, cards view, calendar view (macOS) — over page properties.
- Wikilink pills in the live-preview editor — connections are visible while you write.
What MindWiki is honest about NOT being
MindWiki is not a whiteboard. The graph view is a navigation surface over real pages — not a free-canvas drawing tool. If you want to arrange cards spatially on a canvas, look at Heptabase or Miro. We compare those tools fairly in the alternatives section.
Frequently asked questions
Is a visual knowledge base the same as a mind map?
Not quite. A mind map is usually a single hand-drawn tree centered on one idea. A visual knowledge base shows the full graph of your real notes — many concepts, many connections, computed from your links.
Does the graph automatically connect notes that are similar?
In MindWiki, no. The graph is built from your actual wikilinks. Semantic similarity is exposed separately through search and the mindwiki_similar MCP tool — so the graph stays honest.
Can I print or export the graph?
You can take a screenshot of the macOS graph view. Programmatic export of the graph as JSON is available via the GET /vault/graph endpoint.