More Details You May Want to Know

From here:

Tutorials

Table of Use Cases

From 🔗

Check where (Location) and what (Target to Track) is your target and find the settings (Tracker) you need.

LocationTarget to TrackTrackerGet (O)ccurrences/(V)alues
contentmeditationsearchType: tag
searchTarget: meditation
O
frontmatter---
tags: meditation
---
searchType: tag
searchTarget: meditation
O
contentweight:60.5kgsearchType: tag
searchTarget: weight
V
contenttransfer:100USDsearchType: tag
searchTarget: finance/bank1/transfer
V
contenttransfer:100USD
income:80USD
outcome:-120USD
searchType: tag
searchTarget: finance/bank1
V
contentblood-pressure:180/120searchType: tag
searchTarget: blood-pressure[0], blood-pressure[1]
V
contentdvTarget:: 20.5searchType: dvField
searchTarget: dvTarget
V
contentdvTarget:: 20.5/30.5searchType: dvField
searchTarget: dvTarget[0], dvTarget[1]
V
contentdvTarget:: 20.5, 30.5searchType: 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
contentjournalsearchType: wiki
searchTarget: journal
O
contentsearchType: text
searchTarget: ⭐
O
contentlovesearchType: text
searchTarget: love
O
contenttest@gmail.com
test@hotmail.com
searchType: text
searchTarget: ’.+@.+..+‘
O
contentweightlifting: 50searchType: text
searchTarget: ‘weightlifting: (?[-]?[0-9]+[.][0-9]+|[-]?[0-9]+)‘
V
contentI walked 10000 steps today.searchType: text
searchTarget: ‘walked\s+(?[0-9]+)\s+steps’
V
contentmyvalues 1/2/3searchType: text
searchTarget: ‘myvalues\s+(?[0-9]+)/([0-9]+)/([0-9]+), myvalues\s+([0-9]+)/(?[0-9]+)/([0-9]+), myvalues\s+([0-9]+)/([0-9]+)/(?[0-9]+)‘
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 metameta 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 lovesearchType:task.done
searchTarget: Say love
O
content- [ ] Say lovesearchType: 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