Essential Tools
Obsidian Setup Guide
Obsidian gives research notes a local, linked structure that AI tools can read and help synthesize.
Intermediate · 45–60 min · Zotero account (Better BibTeX for full integration)
A research archive is only as useful as the connections you can draw through it.
Why use Obsidian?
You don't strictly need Obsidian, but it's the recommended environment for integrating AI tools into this workflow. It acts as a local, markdown-based knowledge management system that creates a web of interconnected notes.
Benefits for your research workflow:
- Markdown-based: Create a web of interconnected notes with markup that is easy for both humans and AI to read and write.
- Local data: Store everything in plain text files on your machine.
- Linking: Create connections between ideas, papers, and notes, mirroring how research actually happens.
- Extensible with plugins: Connect directly to Zotero and other tools to create a research pipeline.
- AI-accessible: The AI tools we use can read and help synthesize the knowledge in your research vault through a plugin, such as the Obsidian MCP server.
This guide covers the setup and integration of Obsidian as a personal research environment.
Step 1: install and configure Obsidian
1.1 download Obsidian
- Visit obsidian.md
- Download for your operating system
- Install the application
- Launch Obsidian
1.2 create your research vault
- Click "Create new vault"
- Name:
Research - Location: Choose a folder on your computer
- Click "Create"
1.3 enable community plugins
- Settings (gear icon) → Community Plugins
- Turn off "Restricted Mode"
- Click "Browse" to access the plugin marketplace
1.4 essential Obsidian navigation
Edit vs. Preview Mode
- Edit Mode (Cmd/Ctrl+E): See raw markdown syntax, edit text directly.
- Preview Mode (Cmd/Ctrl+E again): See beautifully formatted output with styled callouts, tables, and links.
- Toggle between modes to edit or read the same note.
- These callout boxes, like this one, are easiest to read in Preview mode.
- Tip: Use Preview mode when reading, Edit mode when writing.
Other essential keys:
- Cmd/Ctrl+Click on links: Open in new tab
- Cmd/Ctrl+P: Command palette (search all features)
- Cmd/Ctrl+O: Quick switcher (find any note fast)
Step 2: essential folder structure
Create this structure in your vault:
/Research/
│
├── 00-Inbox/ # Temporary notes, to be processed
├── 01-Literature-Notes/ # Individual research file notes from Zotero
│ ├── by-author/ # Optional: organize by first author
│ ├── by-year/ # Optional: organize by publication year
│ └── by-topic/ # Optional: organize by research topic
├── 02-Permanent-Notes/ # Your synthesized insights
├── 03-AI-Conversations/ # Exported from AI tools
├── 04-Research-Projects/ # Project-specific notes
│ └── Research-2025/
├── 05-Daily-Notes/ # Research journal
├── 06-Maps-of-Content/ # Index/overview notes
├── Templates/ # Note templates
└── Attachments/ # Images, PDFs (if stored locally)Create folders:
- Right-click in file explorer → New Folder
- Create each folder in the structure above
Step 3: Zotero integration options
Useful for power users who want faster, direct database access and more customization.
Installation:
- Download from zotlit.aidenlx.top
- Settings → Community Plugins → Install from file
- Select downloaded
.zipfile → Enable
Configuration:
- Settings → ZotLit
- Point to your Zotero Data Directory
- Use JavaScript-enhanced templates for notes
Features:
- Faster performance (direct database access)
- Real-time annotation sync
Step 4: additional essential plugins
4.1 dataview (Required)
Create dynamic tables and queries from your notes.
Installation:
- Community Plugins → Search "Dataview"
- Install → Enable
Example Use:
TABLE
authors AS "Authors",
year AS "Year",
rating AS "Rating"
FROM "01-Literature-Notes"
WHERE contains(tags, "#research")
SORT year DESC4.2 templater (Highly recommended)
Advanced templates with dynamic content.
Installation:
- Community Plugins → Search "Templater"
- Install → Enable
- Settings → Templater → Template Folder:
Templates
4.3 citations plugin
Pandoc-style citations without full Zotero integration.
Installation:
- Community Plugins → Search "Citations"
- Install → Enable
- Configure BibTeX export from Zotero
4.4 Obsidian MCP server (for AI access)
Allow Cherry Studio to read your vault.
Installation:
- Download MCP server: GitHub - Obsidian MCP
- Community Plugins → Search "Local REST API"
- Install → Enable
- Settings → Local REST API:
- Enable server
- Port: 27124
- Enable: "Read access"
In Cherry Studio:
- Add MCP Server → Obsidian
- Vault path: Your vault location
- Port: 27124
Step 5: create templates
5.1 literature note template
Save as: Templates/literature-note-template.md
---
title: "{{title}}"
authors: [{{authors}}]
year: {{year}}
citekey: {{citekey}}
tags: [literature-note, {{tags}}]
date-created: {{date}}
date-modified: {{date}}
---
# {{title}}
## 📚 Metadata
- **Authors**: {{authors}}
- **Year**: {{year}}
- **Journal**: {{publicationTitle}}
- **DOI**: {{DOI}}
- **Zotero**: [Open](zotero://select/items/{{id}})
- **PDF**: [Open]({{pdfLink}})
## 🎯 Key Takeaways
-
## 📝 Summary
{{abstractNote}}
## 🔬 Methodology
- **Approach**:
- **Data**:
- **Analysis**:
## 💡 Main Findings
1.
2.
3.
## 🔗 Connections
- **Supports**:
- **Contradicts**:
- **Extends**:
- **Related**: [[]]
## 💭 Personal Thoughts
-
## 📌 Annotations
{{annotations}}
## ❓ Questions
-
## 📅 Reading Progress
- [ ] Abstract
- [ ] Introduction
- [ ] Methods
- [ ] Results
- [ ] Discussion
- [ ] Conclusion5.2 daily note template
Save as: Templates/daily-note-template.md
---
date: {{date}}
tags: [daily-note]
---
# {{date:YYYY-MM-DD}}
## 📚 Reading Goals
- [ ]
## 🔬 Research Activities
-
## 💡 Insights
-
## 🤖 AI Conversations
-
## 📝 Notes
-
## 🔗 Created Notes
-
## 📅 Tomorrow
-Step 6: configure settings
6.1 core settings
- Settings → Options:
- Default location for new notes:
00-Inbox - New link format:
Shortest path - Use [[Wikilinks]]: Yes
- Default location for new notes:
6.2 files & links
- Settings → Files & Links:
- Deleted files: Move to Obsidian trash
- Attachment folder:
Attachments - Automatically update internal links: Yes
6.3 daily notes
- Settings → Core Plugins → Daily Notes → Enable
- Configure:
- New file location:
05-Daily-Notes - Template:
Templates/daily-note-template.md - Date format:
YYYY-MM-DD
- New file location:
6.4 graph view
- Settings → Core Plugins → Graph View → Enable
- Use
Cmd/Ctrl + Gto view knowledge graph - Filter by tags or folders
Step 7: workflow integration
7.1 Zotero → Obsidian workflow
Adding new literature:
- In Obsidian:
Cmd/Ctrl + P→ "Zotero Integration: Create Literature Note" - Search for a paper by title, author, or citekey
- Select the paper. Obsidian creates a note with metadata.
- Review and add your insights
Batch Import:
- Select multiple items in Zotero
- Right-click → Copy Better BibTeX Citation Key
- In Obsidian: Create new note
- Run command: "Zotero Integration: Insert Literature Notes"
7.2 Cherry Studio → Obsidian workflow
Export AI Conversations:
- In Cherry Studio: Export → Markdown
- Save to:
03-AI-Conversations/YYYY-MM-DD-topic.md - In Obsidian: Review and link to relevant notes
MCP Access:
- Cherry Studio can read your vault via MCP
- Ask: "What are my notes about [topic]?"
- AI retrieves and synthesizes from your vault
7.3 Obsidian → synthesis workflow
Creating Permanent Notes:
- Review literature notes
- Identify recurring themes
- Create a permanent note in
02-Permanent-Notes - Link to supporting literature notes
- Add to relevant Map of Content
Maps of Content (MOCs):
- Create an index note in
06-Maps-of-Content - List and organize related notes
- Add brief descriptions
- Update as collection grows
cite this page
Lin, X. (2026). Obsidian Setup Guide. Research Memex. https://research-memex.org/docs/implementation/foundational-setup/obsidian-setup-guide
@misc{docs-implementation-foundational-setup-obsidian-setup-guide-2026,
author = {Xule Lin},
title = {Obsidian Setup Guide},
year = {2026},
howpublished = {\url{https://research-memex.org/docs/implementation/foundational-setup/obsidian-setup-guide}},
note = {ORCID: 0000-0001-7885-4194}
}one renderingthe source remains