These tools are not supported, but you're welcome to use them.
These tools are public domain.
Spit out a {{table}}
that contains a calendar. Specify a month, or print out the current month if blank.
E.g.
roam-month
- render the current monthroam-month 2020/07
- render July, 2020roam-month 2020/07/01
- render July, 2020
Mine the day pages for nodes matching a pattern and render {{embed: (())}}
nodes for each block reference that matches
You must export your DB as JSON for this to work
E.g.
roam-mine-daily -f my-db.json -m 2020/07 -s "[[DONE]]" -a
- Show all completed TODOs for July, 2020
Spit out an importable JSON file corresponding to a year. Built along the lines of the technique posted in this forum thread: How I quickly navigate in time.
Includes:
- A year page, e.g.
[[2021]]
- Month pages, e.g.
[[January, 2021]]
- Week pages, e.g.
[[Week 1, 2021]]
Results in:
All interconnected
E.g.
roam-importable-year 2021 > 2021.json