Obsidian — Review & Guide
Obsidian
TL;DR: Obsidian is a markdown-based note-taking app that works perfectly as the “IDE” for an LLM-maintained wiki. The LLM edits files; you browse results in real-time with graph view, search, and plugins.
What It Does
Obsidian is a knowledge base application that works on local markdown files. Key features:
- Local-first — Your files stay on your computer
- Markdown native — Plain text files, no lock-in
- Wikilinks —
Page Namelinking between notes - Graph view — Visual map of how pages connect
- Plugin ecosystem — Extend with community plugins
- Cross-platform — Mac, Windows, Linux, mobile
Who It’s For
- Knowledge workers building personal wikis
- Researchers managing literature and notes
- Teams using the LLM Wiki Pattern
- Anyone who wants their notes in plain files
Pricing
| Plan | Price | Key Features |
|---|---|---|
| Personal | Free | Full app, local files |
| Sync | $4/mo | Cross-device sync |
| Publish | $8/mo | Publish notes as website |
| Commercial | $50/user/yr | Business use license |
For LLM wiki use, the free tier is usually sufficient.
What I Tested
Using Obsidian as the viewing layer for an LLM-maintained wiki:
- Claude Code edits markdown files
- Obsidian displays changes in real-time
- Graph view shows wiki structure
- Search finds content across all pages
What Works Well
- ✅ Real-time updates — See LLM edits instantly
- ✅ Graph view — Visualize wiki connections, find orphans
- ✅ Fast search — Find anything quickly
- ✅ Wikilinks — Perfect for cross-referenced knowledge
- ✅ No lock-in — Just markdown files
- ✅ Plugin ecosystem — Dataview, Marp, templates, etc.
Limitations
- ⚠️ Learning curve — Many features to discover
- ⚠️ Mobile sync — Requires paid plan or manual setup
- ⚠️ No real-time collaboration — Single-user focused
Best Use Cases
- LLM Wiki IDE: LLM edits files, you browse in Obsidian
- Research management: Papers, notes, connections
- Personal knowledge base: Long-term note accumulation
Useful Plugins for LLM Wikis
| Plugin | Purpose |
|---|---|
| Dataview | Query pages by frontmatter metadata |
| Marp | Create slide decks from markdown |
| Templater | Advanced templates for new pages |
| Graph Analysis | Deeper graph insights |
Tips & Tricks
For LLM Wiki Use
- Set “Attachment folder path” to
raw/assets/for images - Use hotkey for “Download attachments” to localize images
- Keep graph view open to see wiki shape evolve
- Use search to verify LLM cross-references
Web Clipper
The Obsidian Web Clipper browser extension converts articles to markdown — essential for quickly getting sources into raw/.
Key Takeaways
- Obsidian = the viewing layer for your LLM-maintained wiki
- Free tier is sufficient for most use cases
- Graph view is the best way to see wiki structure
- Web Clipper is essential for source collection
Related
- glossary/llm-wiki-pattern — The pattern Obsidian supports
- automation/knowledge-management — Broader knowledge management approaches
Sources
- Obsidian — Official site
Last tested: 2026-04-10