|
| 1 | +# Weekly Notes |
| 2 | + |
| 3 | +The Weekly Notes plugin mirrors the functionality of the Daily Notes plugin with one noteable difference: it's weekly! |
| 4 | + |
| 5 | +## Features |
| 6 | + |
| 7 | +### Commands |
| 8 | + |
| 9 | +#### Open Weekly Note |
| 10 | + |
| 11 | +Opens the weekly note for the current week. If one doesn't exist, it will create one automatically for you. |
| 12 | + |
| 13 | +#### Next Weekly Note |
| 14 | + |
| 15 | +Navigates to the next weekly note chronologically. Skips over weeks with no weekly note file. |
| 16 | + |
| 17 | +> **Note:** This command is only available if the active focused note is a weekly note. |
| 18 | +
|
| 19 | +#### Previous Weekly Note |
| 20 | + |
| 21 | +Navigates to the previous weekly note chronologically. Skips over weeks with no weekly note file. |
| 22 | + |
| 23 | +> **Note:** This command is only available if the active focused note is a weekly note. |
| 24 | +
|
| 25 | +### Calendar Plugin Integration |
| 26 | + |
| 27 | +If you have "Week numbers" enabled from the Calendar plugin, the calendar will automatically use your weekly note settings to create a seamless experience. |
| 28 | + |
| 29 | +#### Weekly Notes are moving |
| 30 | + |
| 31 | +If you currently use the Calendar plugin, you might be thinking "doesn't the Calendar plugin already do this?" To which the answer is: **yes**. This plugin provides the same functionality as the Calendar plugin's weekly notes. However, [weekly notes are moving](https://github.com/liamcain/obsidian-calendar-plugin#weekly-notes-have-a-new-home). |
| 32 | + |
| 33 | +#### Migrating |
| 34 | + |
| 35 | +If you currently use weekly notes with the Calendar plugin, your settings will automatically be migrated over and the calendar plugin still function the same way it did before. |
| 36 | + |
| 37 | +You can create a Daily Note either by clicking on the calendar icon in the left panel, or with the Command palette. You can also set a hotkey in Keyboard shortcuts. |
| 38 | + |
| 39 | +## Settings |
| 40 | + |
| 41 | +| Setting | Description | |
| 42 | +| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 43 | +| Folder | The folder that your weekly notes go into. It can be the same or different from your daily notes. By default they are placed in your vault root. | |
| 44 | +| Template | Configure a template for weekly notes. Weekly notes have slightly different template tags than daily notes. See here for the list of supported [weekly note template tags](#template-tags). | |
| 45 | +| Format | The date format for the weekly note filename. Defaults to `gggg-[W]ww`. If you use `DD` in the week format, this will refer to first day of the week (Sunday or Monday, depending on your settings). | |
| 46 | + |
| 47 | +### Template Tags |
| 48 | + |
| 49 | +| Tag | Description | |
| 50 | +| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| 51 | +| `title` | Works the same as the daily note `{{title}}`. It will insert the title of the note | |
| 52 | +| `date`, `time` | Works the same as the daily note `{{date}}` and `{{time}}`. It will insert the date and time of the first day of the week. Useful for creating a heading (e.g. `# {{date:gggg [Week] ww}}`). | |
| 53 | +| `sunday`, `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday` | Because weekly tags refer to main days, you can refer to individual days like this `{{sunday:gggg-MM-DD}}` to automatically insert the date for that particular day. Note, you must specify the date format! | |
| 54 | + |
| 55 | +--- |
| 56 | + |
| 57 | +## Say Thanks 🙏 |
| 58 | + |
| 59 | +If you like this plugin and would like to buy me a coffee, you can! |
| 60 | + |
| 61 | +[<img src="https://cdn.buymeacoffee.com/buttons/v2/default-violet.png" alt="BuyMeACoffee" width="100">](https://www.buymeacoffee.com/liamcain) |
| 62 | + |
| 63 | +Like my work and want to see more like it? You can sponsor me. |
| 64 | + |
| 65 | +[](https://github.com/sponsors/liamcain) |
0 commit comments