Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/weekly-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ would create a page name of:

For format, check out [this page](https://date-fns.org/v2.21.1/docs/format) for the syntax on what each symbol means.

# Template

You can add blocks under the `Template` setting on the `roam/js/weekly-notes` page. These blocks will be inserted when a new weekly note page is created.

If the template includes SmartBlocks syntax like `<%DATE:In one week%>`, WorkBench will run the template through SmartBlocks when SmartBlocks is enabled. Relative dates are based on the start date parsed from the weekly page title, so `<%DATE:In one week%>` resolves to one week after that weekly note's start date.

If SmartBlocks is not enabled, WorkBench will show a warning and copy the template blocks without processing the SmartBlocks commands.

# Auto Tagging

When a new weekly page is created, the weekly page will be tagged in all of the daily pages that are part of the week. The tag will be added as the top block on the page. This could be toggled on and off in the `roam/js/weekly-notes` page.
Expand Down
Loading
Loading