Obsidian
A free markdown-based note-taking app used as the visual frontend for the LLM Wiki Pattern. The LLM writes markdown files; the user browses them in Obsidian.
Key Features for LLM Wiki
- Graph view — Visualizes relationships between wiki pages as a node graph. Best way to see hubs, orphans, and the overall shape of the knowledge base.
- Wikilinks —
[[Page Title]]syntax for linking between pages, natively supported. - Obsidian Web Clipper — Browser extension to clip articles directly into the
raw/folder as markdown. - Dataview plugin — Runs queries over page frontmatter (tags, dates) to generate dynamic tables.
- Marp plugin — Renders markdown slide decks.
- Local image downloads — Settings allow downloading article images to a local
assets/folder.