Tips and Best Practices
Data Organization
Consistent Property Names
Use consistent naming across your vault:
- Good:
mood,energy_level,sleep_hours - Avoid:
Mood,energy,sleepHours(mixing styles)
Use Presets for Common Properties
If you track the same properties across multiple Bases:
- Create visualization presets in settings
- Use consistent property names
- Visualizations auto-configure when you add columns
Date-Based File Names
For best date resolution, name files with dates:
- Daily notes:
2024-01-15.md - Weekly notes:
2024-W03.md - Monthly notes:
2024-01.md
Visualization Selection
Choose the Right Chart
| Data Type | Recommended |
|---|---|
| Daily ratings (1-5) | Heatmap |
| Continuous measurements | Line chart |
| Duration/counts | Bar chart |
| Habits (yes/no) | Heatmap |
| Tags/categories | Tag cloud, Pie chart |
| Multi-property trends | Overlay (Line) |
| Distribution | Pie, Doughnut |
Heatmap for Streaks
Heatmaps excel at showing:
- Consistency (no gaps)
- Streaks (consecutive days)
- Patterns (weekday vs weekend)
Overlays for Correlations
Use overlays when you want to answer:
- Does X affect Y?
- Are these metrics related?
- When do patterns align?
Performance
Large Vaults
For vaults with many notes:
- Use time frame filters to limit data
- Start with monthly/quarterly granularity
- Add specific date ranges as needed
Cards appear as soon as the view opens: their outlines are laid out immediately and each one fills in as it finishes rendering, so a multi-year dashboard is usable while it is still drawing. Dense line and area charts (more than 500 points, roughly 18 months of daily data) drop their point markers and draw just the line — every point is still plotted and still shows a tooltip on hover.
Many Visualizations
If you have many properties:
- Increase grid columns for better overview
- Use maximize mode for detailed analysis
- Consider hiding individual cards via overlay option
Workflow Tips
Morning Review
- Open your Life Tracker view
- Set time frame to “This week”
- Scan heatmaps for gaps
- Use capture command to fill missing data
Weekly Review
- Set time frame to “Last week”
- Review trends and patterns
- Look at overlays for correlations
- Note insights in a weekly review note
Data Entry Routine
- Open yesterday’s note (or today’s)
- Run capture command
- Fill properties in order
- Let auto-save handle persistence
Troubleshooting
Visualizations Not Showing Data
Check:
- Properties have values in frontmatter
- Date anchoring is working (check filename or property)
- Time frame includes the dates with data
- Property column exists in the Base
Wrong Dates
If data appears on wrong dates:
- Check filename date format
- Configure date anchor property in view settings
- Ensure consistent date formats across notes
Empty Heatmap
If heatmap shows all empty:
- Verify property has numeric values
- Check scale settings (auto-detect vs preset)
- Ensure dates fall within view time frame
Overlay Not Showing All Properties
If some properties are missing from overlay:
- Ensure all properties have data in the time range
- Check that properties exist in the Base
- Verify property IDs haven’t changed
Advanced Usage
Multiple Views per Base
Create multiple Life Tracker views for different purposes:
- Dashboard view: All properties, 3 columns
- Focus view: Specific properties, maximized
- Correlation view: Just overlays
Embedded Views
Embed Life Tracker views in notes:
- Create a Base with your tracking data
- Set up Life Tracker view
- Use Obsidian’s embed syntax to include in other notes
Property Definitions as Templates
Use property definitions to:
- Standardize tracking across the vault
- Set sensible defaults
- Limit input to valid values (constraints)