diff --git a/doc/telekasten.txt b/doc/telekasten.txt index 0b42a90..43038d6 100644 --- a/doc/telekasten.txt +++ b/doc/telekasten.txt @@ -847,27 +847,28 @@ The following substitutions will be made during new note creation: | specifier | | | | in template | expands to | example | +-----------------+-----------------------+-----------------------------+ -| `{{title}}` | the title of the note | My new note | -| `{{uuid}}` | UUID of the note | 202201271129 | -| `{{date}}` | date in iso format | 2021-11-21 | -| `{{prevday}}` | previous day, iso | 2021-11-20 | -| `{{nextday}}` | next day, iso | 2021-11-22 | -| `{{hdate}}` | date in long format | Sunday, November 21st, 2021 | -| `{{rfc3339}}` | date in RFC3339 format| 2021-11-21T14:30Z+01:00 | -| `{{week}}` | week of the year | 46 | -| `{{prevweek}}` | previous week | 45 | -| `{{nextweek}}` | next week | 47 | -| `{{isoweek}}` | week in iso format | 2021-46 | -| `{{isoprevweek}}` | last week, iso | 2021-45 | -| `{{isonextweek}}` | next week, iso | 2021-47 | -| `{{year}}` | year | 2021 | -| `{{monday}}` | Monday, iso | 2021-11-15 | -| `{{tuesday}}` | Tuesday, iso | 2021-11-16 | -| `{{wednesday}}` | Wednesday, iso | 2021-11-17 | -| `{{thursday}}` | Thursday, iso | 2021-11-18 | -| `{{friday}}` | Friday, iso | 2021-11-19 | -| `{{saturday}}` | Saturday, iso | 2021-11-20 | -| `{{sunday}}` | Sunday, iso (see note)| 2021-11-21 | +| `{{title}}` | the title of the note | My new note | +| `{{shorttitle}} | the short title of the note | dir/dir/My Note -> My Note | +| `{{uuid}}` | UUID of the note | 202201271129 | +| `{{date}}` | date in iso format | 2021-11-21 | +| `{{prevday}}` | previous day, iso | 2021-11-20 | +| `{{nextday}}` | next day, iso | 2021-11-22 | +| `{{hdate}}` | date in long format | Sunday, November 21st, 2021 | +| `{{rfc3339}}` | date in RFC3339 format | 2021-11-21T14:30Z+01:00 | +| `{{week}}` | week of the year | 46 | +| `{{prevweek}}` | previous week | 45 | +| `{{nextweek}}` | next week | 47 | +| `{{isoweek}}` | week in iso format | 2021-46 | +| `{{isoprevweek}}` | last week, iso | 2021-45 | +| `{{isonextweek}}` | next week, iso | 2021-47 | +| `{{year}}` | year | 2021 | +| `{{monday}}` | Monday, iso | 2021-11-15 | +| `{{tuesday}}` | Tuesday, iso | 2021-11-16 | +| `{{wednesday}}` | Wednesday, iso | 2021-11-17 | +| `{{thursday}}` | Thursday, iso | 2021-11-18 | +| `{{friday}}` | Friday, iso | 2021-11-19 | +| `{{saturday}}` | Saturday, iso | 2021-11-20 | +| `{{sunday}}` | Sunday, iso (see note)| 2021-11-21 | +-----------------+-----------------------+-----------------------------+ Note: Sunday is adjusted to match the user's `calendar_monday` preference.