docs: describe calendar indicator defaults and autocomplete
This commit is contained in:
@@ -29,7 +29,7 @@ Right-click any calendar day to open its **date systems** menu. The daily note a
|
||||
| Journal | `periodic/journal` | `YYYY-MM-DD - [Journal]` | Opens or creates one journal note for the date |
|
||||
| Meeting | `periodic/meetings` | `YYYY-MM-DD - {title}` | Lists every meeting for the date and can create another |
|
||||
|
||||
Configure systems in **Settings → Waypoint Sidebar → Date systems**. Each system has a folder, filename format, template, fallback frontmatter type, and Lucide icon.
|
||||
Configure systems in **Settings → Waypoint Sidebar → Date systems**. Each system has a folder, filename format, template, fallback frontmatter type, Lucide icon, and indicator colour. Template file fields autocomplete every Markdown path in the vault.
|
||||
|
||||
`Name format` uses moment.js tokens. Bracket-escape literal text: `YYYY-MM-DD - [Journal]`. Add `{title}` when a date can have multiple notes; it is replaced with the title requested when creating a note. Without `{title}`, the system has exactly one note per date.
|
||||
|
||||
@@ -39,8 +39,8 @@ Ctrl/Cmd-click a menu entry opens it in a new tab.
|
||||
|
||||
Under **Settings → Waypoint Sidebar → Calendar**, choose either:
|
||||
|
||||
- **Single dot** — the existing neutral marker for any note whose filename is exactly the date.
|
||||
- **Colour by note system** — one compact coloured dot per configured date system that has a note on that day. Hover a dot to identify its system.
|
||||
- **Colour by note system** — the default; one compact coloured dot per configured date system that has a note on that day. Hover a dot to identify its system.
|
||||
- **Single dot** — a neutral marker for any note whose filename is exactly the date.
|
||||
|
||||
Daily uses the Calendar tab’s colour picker. Journal, Meeting, and every custom system have their own **Indicator colour** picker under **Date systems**. The defaults are blue for Daily, green for Journal, and violet for Meeting.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user