Examples¶
Real-world examples showing how to set up Trail for different use cases. Each example includes complete configuration and sample notes.
Available Examples¶
-
Family Tree
Track family relationships with parent/child relations, display birth years and other biographical data.
-
Project Hierarchy
Organize projects, epics, tasks, and subtasks with filtering by status and priority sorting.
-
Sequential Notes
Navigate book chapters, daily notes, or any sequential content with next/prev relations.
Building Your Own¶
These examples demonstrate patterns you can adapt:
| Pattern | Example | Your Use Case |
|---|---|---|
| Hierarchical | Family tree, Project hierarchy | Categories, taxonomies, org charts |
| Sequential | Book chapters | Course lessons, workflows, timelines |
| Bidirectional | All examples | Any relationship that works both ways |
| Filtered groups | Project hierarchy | Different views for different note types |
| Display properties | Family tree | Show metadata alongside links |
Starting Points¶
If You Want Hierarchy¶
Start with Family Tree or Project Hierarchy. They show:
- Parent/child relations
- Implied bidirectional links
- Unlimited depth traversal
If You Want Sequences¶
Start with Sequential Notes. It shows:
- Next/prev relations
- Flat list display
- Chain sorting
If You Want Both¶
Combine patterns. Many vaults need both hierarchy (categories) and sequence (timelines).
Common Customizations¶
Adding a New Relation Type¶
- Go to Settings → Trail
- Add a new relation
- Name it, add aliases, set visual direction
- Add implied relations for bidirectional linking
- Add it to a group
Creating a Filtered Group¶
- Add a new group
- Add members (relations + depth)
- Add show conditions (when to display)
- Add filters (which notes to include)
- Configure sorting and display properties
Changing Display Properties¶
- Expand the group in settings
- Find "Display properties"
- Enter comma-separated property names
- Properties appear as badges in the Trail pane