Skip to content

Commit a47fea3

Browse files
committed
docs: add node_id documentation
1 parent 09865b7 commit a47fea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The currently supported built in template variables are:
8585
| `{{#custom_datetime}}` | Current date and/or time formatted based on a supplied string (using [moment.js](https://momentjs.com/) formatting) | `{{#custom_datetime}}M d{{/custom_datetime}}` |
8686
| `{{bowm}}` | Date of the beginning of the week (when week starts on Monday) | |
8787
| `{{bows}}` | Date of the beginning of the week (when week starts on Sunday) | |
88+
| `{{note_id}}` | ID of the note/to-do created using this template. | |
8889

8990
> **NOTE**: All dates are formatted based on your Joplin settings in `General > Date Format`
9091

0 commit comments

Comments
 (0)