This folder contains a complete onboarding experience to help you get started with Hyperdash, inspired by Things 3's excellent first-time user experience.
- sample-vault/ - A complete, ready-to-use Obsidian vault with:
.basefiles for filtering todos and projects- Example todos and projects organized in folders
- Everything you need to get started!
The sample vault includes friendly, interactive examples that demonstrate every feature while being immediately useful. Just like Things 3, these examples help you learn by doing!
- Download this
examples/folder - Open
sample-vault/directly in Obsidian (File → Open Vault) - In Raycast preferences, set:
- Todo Base File:
path/to/sample-vault/hyperdash.base - Project Base File:
path/to/sample-vault/hyperpro.base
- Todo Base File:
- Open Hyperdash in Raycast and explore the examples!
That's it! Everything is already set up and ready to use.
- Copy the contents of
sample-vault/into your existing vault:hyperdash.baseandhyperpro.basefilestodos/andprojects/folders (optional, just examples)
- Configure Raycast with paths to your base files
- Explore the examples, then customize or delete them
examples/
└── sample-vault/ # Complete Obsidian vault
├── .obsidian/ # Obsidian configuration
├── hyperdash.base # Todo filter configuration
├── hyperpro.base # Project filter configuration
├── todos/
│ ├── explore-hyperdash.md # Welcome task (high priority, due tomorrow)
│ ├── plan-weekly-review.md # In progress, recurring weekly
│ ├── organize-notes.md # Next up, linked to project
│ ├── try-creating-task.md # Someday idea
│ └── example-completed-task.md # Shows "Done" view
└── projects/
├── personal-organization.md # Active project
├── learn-raycast-extensions.md # Planning phase
├── obsidian-setup.md # Up next
└── ideas-backlog.md # Someday/backlog
Everything you need is inside the sample-vault/ folder - just open it in Obsidian and you're ready to go!
Filters notes with the #todo tag and provides views:
- Default view: All todos except done/canceled
- Todo view: Only active todos (not done/canceled)
- Done view: Completed todos
Key features:
- Tag-based filtering (
#todo) - Status-based views
- Works with or without TaskNotes plugin
Filters notes with the #project tag and provides views:
- ALL view: All projects
- Current view: Active projects (planning through in-progress)
Key features:
- Tag-based filtering (
#project) - Status-based views
- Project lifecycle tracking
explore-hyperdash.md - Your first task! Demonstrates:
- High priority with due date
- Actionable checklist to try features
- Friendly intro to the extension
plan-weekly-review.md - Active work. Shows:
- In-progress status
- Recurring weekly pattern
- Time tracking (30min tracked / 1hr estimate)
- Due today highlighting
organize-notes.md - Queued up. Demonstrates:
- Next status (after current tasks)
- Low priority
- Scheduled date (not a due date)
- Project association
try-creating-task.md - Future idea. Shows:
- Someday status (backlog)
- Minimal frontmatter
- Tutorial for creating tasks
example-completed-task.md - Done! Demonstrates:
- Completed status
- Appears in "Done" view
- Historical due date
personal-organization.md - Active work. Shows:
- In-progress status
- Linked tasks
- Start date, no hard deadline
learn-raycast-extensions.md - Planning phase. Demonstrates:
- Planning status
- Multiple tags
- Learning-focused project
obsidian-setup.md - Up next. Shows:
- Up-next status
- Target due date
- Actionable checklist
ideas-backlog.md - Someday. Demonstrates:
- Someday status
- Minimal frontmatter
- Idea collection
- Change tags: Edit
values:in base files - Add custom statuses: Extension recognizes any status value
- Add custom fields: Include any YAML frontmatter you want
- Multiple views: Add more view definitions to base files
Add to a base file:
views:
Urgent:
- property: priority
operator: equals
value: urgent
- property: status
operator: not_equals
value: doneLike Things 3's excellent onboarding, these examples:
- Teach by doing - Each example demonstrates a specific feature
- Are immediately useful - Real tasks you might actually want to do
- Guide you forward - Natural progression from exploration to creation
- Are easy to clean up - Delete them when you're ready for your own system
These examples work standalone - no TaskNotes plugin or external API required!
Just:
- Create markdown notes with YAML frontmatter
- Add appropriate tags (
#todo,#project) - Use status/priority/date fields as shown
If you DO use TaskNotes or Hyperdash API:
- All features remain fully compatible
- Base files work with both systems
- Same vault structure and file format
- Download or copy the
examples/folder - Open
sample-vault/in Obsidian (it's already a complete vault!) - Update Raycast preferences (⌘,):
- Todo Base File:
/path/to/sample-vault/hyperdash.base - Project Base File:
/path/to/sample-vault/hyperpro.base
- Todo Base File:
- Open Hyperdash in Raycast and start exploring!
No extra setup needed - the base files are already in the vault!
- Explore - Open "Explore Hyperdash Features" task and try the actions
- Switch views - Try "Todo" and "Done" views, "All" and "Current" projects
- Edit a task - Open any task in Obsidian and modify it
- Mark complete - Use the complete action on a task
- Delete examples - When ready, delete these examples and create your own!
- See the main setup guide for detailed configuration
- Create your own tasks and projects
- Customize the base files for your workflow
- Set up keyboard shortcuts in Raycast for quick access
Found these examples helpful? Let us know what worked well or what could be improved!