Why Use Obsidian?
While not strictly required, Obsidian is the highly recommended environment for integrating AI tools into your research workflow. It acts as your “second brain” for research—a markdown-based knowledge management system that creates a web of interconnected notes. Key Benefits for Your Research Workflow:- Markdown-based: Create a web of interconnected notes with a simple, powerful markup language that is easy to read and write for both humans and AI.
- You Own Your Data: Everything is stored in plain text files on your local machine.
- Powerful 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 seamless research pipeline.
- AI-Accessible: Through a specific plugin, the AI tools we use can directly read and help you synthesize the knowledge in your research vault (e.g., the Obsidian MCP server).
Obsidian vs Zettlr: Obsidian is for research and synthesis (web of interconnected notes). When you’re ready to write the actual paper with citations and export to Word/PDF, see the Zettlr Setup Guide. Both use the same Better BibTeX citation keys from Zotero!
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 in your computer
- Click “Create”
1.3 Enable Community Plugins
- Settings (gear icon) → Community Plugins
- Turn off “Restricted Mode”
- Click “Browse” to access 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 see your notes come to life!
- All the colorful callout boxes in course materials (like this one!) look best in Preview mode.
- Tip: Use Preview mode when reading, Edit mode when writing.
- 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:- Right-click in file explorer → New Folder
- Create each folder in the structure above
Step 3: Zotero Integration Options
- Option A: ZotLit
- Option B: Better Notes (Two-Way Sync)
Best 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
.zip
file → Enable
- Settings → ZotLit
- Point to your Zotero Data Directory
- Use JavaScript-enhanced templates for notes
- 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
4.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”
- 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
5.2 Daily Note Template
Save as:Templates/daily-note-template.md
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 + G
to 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 paper by title/author/citekey
- Select paper → Creates note with metadata
- Review and add your insights
- 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
- 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 permanent note in
02-Permanent-Notes
- Link to supporting literature notes
- Add to relevant Map of Content
- Create index note in
06-Maps-of-Content
- List and organize related notes
- Add brief descriptions
- Update as collection grows