Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 682 Bytes

File metadata and controls

34 lines (28 loc) · 682 Bytes

Wiki Tracker

wiki --> Try parse the display text first, if it does not exist, parse the link text wiki.link --> Parse the link text wiki.display --> Parse the display text

In the exaample notes, we have [[todo_family|To-Do @Family]] [[todo_work|To-Do @Work]]

wiki.link

searchType: wiki.link
searchTarget: todo_work
folder: diary
startDate: 2021-01-01
endDate: 2021-01-31
summary:
    template: '{{sum()::i}}'

wiki.display

searchType: wiki.display
searchTarget: To
folder: diary
startDate: 2021-01-01
endDate: 2021-01-31
summary:
    template: '{{sum()::i}}'

Please also check those search targets in markdown files under folder 'diary'.