1
0
silverbullet/website/Library/Journal.md
Zef Hemel f30b1d3418
Templates 2.0 (#636)
Templates 2.0 and a whole bunch of other refactoring
2024-01-20 19:16:07 +01:00

782 B
Raw Permalink Blame History

This library contains some useful page templates for journalers. Want to easily create a daily or weekly note? These templates can get you started. Instantiate them via {[Page: From Template]}.

Installation

To import this library, run the {[Library: Import]} command in your SilverBullet space and enter:

!silverbullet.md/Library/Journal/

Included templates

page
where name =~ /^{{escapeRegexp @page.name}}\//
render [[Library/Core/Query/Page]]

Tips

Do you want your spaces start page to always be either your daily or weekly note? You can!

To set the daily note as the default page, set the following in SETTINGS:

indexPage: "Journal/Day/{{today}}"

And for the weekly note:

indexPage: "Journal/Week/{{weekStart}}"