GitHub | https://github.com/pyrochlore/obsidian-tracker |
---|---|
Docs | |
Obsidian URL | 🔗 |
Roadmap | obsidian-tracker/docs/RoadMap.md at master · pyrochlore/obsidian-tracker · GitHub |
Release Notes | Release Notes |
FAQ | Frequently Asked Questions |
More Details You May Want to Know
From here:
- Concepts: Explain how this plugin works and what to setup
- Examples
- Plugin Settings
- Road Map
Tutorials
- How to track habits in Obsidian (includes Canvas dashboard setup)
- TOP 3 Obsidian Habit Trackers and how to set them up easily
- Building a USEFUL Habit Tracker in Obsidian
Table of Use Cases
From 🔗
Check where (Location) and what (Target to Track) is your target and find the settings (Tracker) you need.
Location | Target to Track | Tracker | Get (O)ccurrences/(V)alues |
---|---|---|---|
content | meditation | searchType: tag searchTarget: meditation | O |
frontmatter | --- tags: meditation --- | searchType: tag searchTarget: meditation | O |
content | weight:60.5kg | searchType: tag searchTarget: weight | V |
content | transfer:100USD | searchType: tag searchTarget: finance/bank1/transfer | V |
content | transfer:100USD income:80USD outcome:-120USD | searchType: tag searchTarget: finance/bank1 | V |
content | blood-pressure:180/120 | searchType: tag searchTarget: blood-pressure[0], blood-pressure[1] | V |
content | dvTarget:: 20.5 | searchType: dvField searchTarget: dvTarget | V |
content | dvTarget:: 20.5/30.5 | searchType: dvField searchTarget: dvTarget[0], dvTarget[1] | V |
content | dvTarget:: 20.5, 30.5 | searchType: dvField searchTarget: dvTarget[0], dvTarget[1] separator: ‘comma’ | V |
frontmatter | --- mood: 10 --- | searchType: frontmatter searchTarget: mood | V |
frontmatter | --- bp: 184.4/118.8 --- | searchType: frontmatter searchTarget: bp[0], bp[1] | V |
frontmatter | --- bp: 184.4, 118.8 --- | searchType: frontmatter searchTarget: bp[0], bp[1] separator: ‘comma’ | V |
frontmatter | --- bp: [184.4, 118.8] --- | searchType: frontmatter searchTarget: bp[0], bp[1] | V |
frontmatter | --- clock-in: 10:45 clock-out: 20:51 --- | searchType: frontmatter searchTarget: clock-in, clock-out | V |
content | journal | searchType: wiki searchTarget: journal | O |
content | ⭐ | searchType: text searchTarget: ⭐ | O |
content | love | searchType: text searchTarget: love | O |
content | test@gmail.com test@hotmail.com | searchType: text searchTarget: ’.+@.+..+‘ | O |
content | weightlifting: 50 | searchType: text searchTarget: ‘weightlifting: (? | V |
content | I walked 10000 steps today. | searchType: text searchTarget: ‘walked\s+(? | V |
content | myvalues 1/2/3 | searchType: text searchTarget: ‘myvalues\s+(? | V |
table content | { a table filled with dates and values } example table | searchType: table searchTarget: filePath[0][0], filePath[0][1] | V |
table content | { a table filled with dates and values } example table | searchType: table searchTarget: filePath[1][0], filePath[1][1][0], filePath[1][1][1] | V |
file meta | meta data from files (size, cDate, mDate, numWords, numChars, numSentences) | searchType: fileMeta searchTarget: size | V |
content | - [x] Say love - [ ] Say love | searchType:task searchTarget: Say love | O |
content | - [x] Say love | searchType:task.done searchTarget: Say love | O |
content | - [ ] Say love | searchType: task.notdone searchTarget: Say love | O |
Full examples
Full tracker code blocks can be found in folder examples and the corresponding notes (data) can be found under folder ‘diary’ and ‘data’.
List of all examples
- Bloodpressure Tracker
- Error Messages
- Finance Tracker
- Habit Tracker
- Star Tracker
- Bar Chart
- Axis Interval and Format
- Bullet Chart
- Calendar
- Date Formats
- Dataview Inline Field
- Expression
- File Meta
- Legends
- Multiple Targets / Multiple Values
- Pie Chart
- Scaling and Positioning
- Specified Files
- Summary
- Table
- Task
- Text-value Map/Mood Tracker
- Time Values
- Word Counting
- X Dataset
- Regular Expression
- Weight Tracker
- Wiki