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 .

Installation

To import this library, run the 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 space’s 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}}"