📱 Mobile Dashboard Setup Guide
Required Plugins
Install these plugins in Obsidian (Settings → Community Plugins):
1. Buttons (Essential)
- ID:
obsidian-buttons - Purpose: Interactive buttons on dashboard
- Actions: Create tasks, organize notes, new sprints
2. Templater (Essential)
- ID:
templater-obsidian - Purpose: Run JavaScript scripts
- Config:
- Template folder:
_Daily - Script folder:
.obsidian/scripts - Enable “Trigger Templater on new file creation”
- Template folder:
3. Dataview (Essential)
- ID:
dataview - Purpose: Show high-priority tasks dynamically
- Config: Enable JavaScript queries
4. Tasks (Optional but Recommended)
- ID:
obsidian-tasks-plugin - Purpose: Advanced task management
- Features: Due dates, recurrence, filters
5. QuickAdd (Optional)
- ID:
quickadd - Purpose: Faster task creation
- Setup: Pre-configure task templates
Installation Steps
Desktop Setup
- Open Obsidian on your Mac
- Settings → Community Plugins → Browse
- Search and Install:
- Buttons
- Templater
- Dataview
- Tasks (optional)
- Enable all plugins
Templater Configuration
- Settings → Templater
- Template folder location:
_Daily - Script files folder location:
.obsidian/scripts - ✓ Enable “Trigger Templater on new file creation”
- Startup Templates:
- Add
_Daily/Dashboard-Template.mdto auto-create daily notes
- Add
Mobile Sync (iOS/Android)
Option 1: Obsidian Sync (Paid, Recommended)
- Desktop: Settings → Sync → Enable
- Mobile: Install Obsidian app → Sign in → Sync vault
- Wait for plugins to sync (~5 min)
- Mobile: Enable community plugins in settings
Option 2: iCloud (Free, iOS only)
- Desktop: Move vault to
~/Library/Mobile Documents/iCloud~md~obsidian/ - Mobile: Install Obsidian → Open vault from iCloud
- Mobile: Manually enable each plugin (Settings → Community Plugins)
Option 3: Git (Free, Advanced)
- Install Obsidian Git plugin
- Connect to GitHub repository
- Auto-pull on mobile app open
- Plugins sync via git
Dashboard Usage (Mobile)
Daily Workflow
-
Morning:
- Open Obsidian
- Dashboard auto-opens (or tap “Today” in sidebar)
- Review High Priority Tasks (top 5)
- Check Today’s Tasks
-
During Day:
- Tap ➕ Create Task button → Quick dialog
- Or write in “Quick Task Inbox” section
- Dump notes in “Today’s Notes Dump”
-
End of Day:
- Tap đź“‹ Organize Daily Notes button
- Tasks auto-route to project files
- Notes stay in daily file for reference
Button Actions
| Button | Action | What It Does |
|---|---|---|
| âž• Create Task | Opens dialog | Choose project, priority, add task |
| đź“‹ Organize | Runs script | Routes tasks to projects |
| 🆕 New Sprint | Opens dialog | Creates sprint file with template |
| 📊 Projects | Opens view | See all project tasks |
Creating Tasks (Two Ways)
Method 1: Button (Faster on Mobile)
- Tap âž• Create Task button
- Enter task description
- Select project (Star Sailors, Bumble, etc.)
- Select priority (High, Medium, Low)
- Done! Task added to project file
Method 2: Inline (More Control)
- [ ] Fix telescope viewport bug ⏫
- [ ] Design bee pollination mechanic 🔼
- [ ] Research roving gameplay đź”˝Then tap đź“‹ Organize to route them.
Priority Markers
Use these in task text for automatic priority detection:
- High:
⏫,#p1,#high-priority - Medium:
🔼,#p2,#p3 - Low:
đź”˝,#p4,#p5
Project Keywords
Tasks are auto-routed by detecting these keywords:
- Star Sailors:
star-sailors,telescope,satellite,rover - Bumble:
bumble,bee,pollinator,crop - Roving:
roving - Station 198:
station,station-198
Troubleshooting
Buttons Don’t Work
Problem: Buttons show as code blocks
Fix:
- Settings → Community Plugins
- Enable “Buttons” plugin
- Restart Obsidian
Scripts Don’t Run
Problem: “Script not found” error
Fix:
- Settings → Templater → Script folder
- Set to
.obsidian/scripts - Verify files exist:
.obsidian/scripts/organize-daily.js.obsidian/scripts/create-task.js.obsidian/scripts/new-sprint.js
Dataview Queries Blank
Problem: High-priority tasks section empty
Fix:
- Settings → Dataview
- Enable “Enable JavaScript Queries”
- Enable “Enable Inline Queries”
- Restart Obsidian
Mobile Buttons Different
Problem: Buttons look different on mobile
This is normal. Mobile renders buttons as text links, still functional.
Mobile-Specific Tips
Tap Targets
Buttons on mobile are optimized for finger taps. Give yourself space between buttons.
Keyboard Shortcuts
On iPad with keyboard:
Cmd+P→ Quick command palette- Search “Templater: Run Script”
Widget Support (iOS)
Add Obsidian widget to home screen:
- Shows today’s daily note
- Quick access to dashboard
Android Shortcuts
Long-press Obsidian app icon:
- “New Note” → Creates daily dashboard
- “Search” → Find tasks
Advanced Setup (Optional)
Auto-Create Daily Dashboard
- Settings → Daily Notes plugin
- Template:
_Daily/Dashboard-Template.md - New file location:
_Daily - Date format:
YYYY-MM-DD
Now tapping “Open today’s daily note” auto-creates dashboard!
Sidebar Bookmarks
Add to sidebar for quick access:
- High Priority Tasks →
_Tasks/All-Tasks.mdwith Dataview filter - Active Sprints →
_Sprints/Active/folder - Projects →
_Tasks/Projects/folder
Task Notifications (Mobile)
Using Tasks plugin:
- Add due dates:
đź“… 2025-11-10 - Enable notifications in plugin settings
- Get alerts on mobile
Workflow Example
Real Usage on iPhone
Morning (9 AM):
1. Open Obsidian app
2. Tap "Today" bookmark
3. See dashboard with 3 high-priority tasks
4. Review what needs doing today
During Meeting (11 AM):
1. Tap âž• Create Task
2. Type: "Research lunar phases for moon mechanic"
3. Select: Bumble
4. Select: Medium priority
5. Back to meeting notes
Brainstorming (2 PM):
1. Scroll to "Today's Notes Dump"
2. Dump random ideas:
"What if bees could paint flowers?"
"Telescope upgrade paths?"
3. Keep typing, no organization needed
End of Day (6 PM):
1. Scroll to top
2. Tap đź“‹ Organize Daily Notes
3. See notification: "âś… Organized 5 tasks to projects"
4. Tasks now in project files
5. Notes stay in today's file
Tomorrow: New dashboard auto-created, yesterday’s preserved!
Summary
âś… Plugins needed: Buttons, Templater, Dataview
âś… Mobile compatible: Works on iOS & Android
âś… One-tap actions: Create, organize, manage
âś… Auto-routing: Tasks go to correct projects
âś… Always accessible: Dashboard in _Daily/ folder
Next Steps:
- Install plugins
- Configure Templater
- Create today’s dashboard:
vault new-dashboard - Start using buttons!
Created: 2025-11-09
Works on: Obsidian Mobile (iOS/Android) & Desktop