AI #
Here’s a breakdown of essential Obsidian features and plugins needed to implement key aspects of each system:
Core Features Needed:
Daily Notes (Core Plugin)
- Enables automated daily note creation
- Templates for consistent structure
- Calendar navigation
Templates (Core Plugin)
- For standardized note creation
- YAML frontmatter consistency
- Structure maintenance
File Explorer (Core)
- PARA folder structure
- Johnny.Decimal organization
- Easy navigation
Graph View (Core)
- Zettelkasten visualization
- Network of knowledge
- Identify connection gaps
Essential Community Plugins:
For PARA Method:
- Dataview
- Project tracking
- Status monitoring
- Dynamic lists
- Tasks
- Project management
- Status tracking
- Dataview
For Zettelkasten:
- Note Refactor
- Split notes
- Create atomic notes
- Unique Note Creator
- Timestamp-based IDs
- Automated naming
- Note Refactor
For GTD:
- Tasks
- Task management
- Due dates
- Status tracking
- Calendar
- Time-based planning
- Review scheduling
- Tasks
For Digital Garden:
- Publish (Official Plugin)
- Public/private toggle
- Web publishing
- Obsidian Git
- Version control
- Backup system
- Publish (Official Plugin)
For System Maintenance:
- MetaEdit
- Frontmatter management
- Bulk updates
- QuickAdd
- Rapid note creation
- Automated workflows
- MetaEdit
Recommended Plugin Settings:
Daily Notes:
Format: YYYY-MM-DD-dddd
Template: dailytemplate
Folder: _journal
Templates:
Folder: _templates
Dataview:
Enable inline queries: true
Enable JS queries: true
QuickAdd:
Default folder: true
Template choices:
- Project Note
- Area Note
- Resource Note
- Concept Note
Key Automations to Set Up:
QuickAdd Macros:
// For new project creation - Generate ID - Apply template - Add to project tracker
Dataview Queries:
// For daily note project overview TABLE status, due FROM "Projects" WHERE status = "active"
Tasks Queries:
not done due today path includes Daily
Essential Hotkeys:
- Ctrl+D: Create daily note
- Ctrl+N: Create new note
- Ctrl+T: Insert template
- Ctrl+L: Create link
- Ctrl+Shift+F: Search in all files
Recommended Workflow Automation:
Morning Routine:
- Daily note auto-creation
- Template insertion
- Project status update
Note Creation:
- QuickAdd templates
- Automatic ID generation
- Frontmatter population
Evening Review:
- Task completion check
- Link creation
- Status updates
Weekly Review:
- Project status updates
- Archive completed items
- Update MOCs