mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-23 10:28:58 +00:00
Fix linting warnings in daily-notes.md
This commit is contained in:
parent
bfe61c8d47
commit
7a2f6dbee8
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,7 @@ You get the idea ;)
|
||||||
|
|
||||||
It's possible to customize path and heading of your daily notes, by following the [dateformat masking syntax](https://github.com/felixge/node-dateformat#mask-options).
|
It's possible to customize path and heading of your daily notes, by following the [dateformat masking syntax](https://github.com/felixge/node-dateformat#mask-options).
|
||||||
The following properties can be used:
|
The following properties can be used:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"foam.openDailyNote.directory": "journal",
|
"foam.openDailyNote.directory": "journal",
|
||||||
"foam.openDailyNote.filenameFormat": "'daily-note'-yyyy-mm-dd",
|
"foam.openDailyNote.filenameFormat": "'daily-note'-yyyy-mm-dd",
|
||||||
|
@ -39,4 +40,3 @@ The following properties can be used:
|
||||||
```
|
```
|
||||||
|
|
||||||
The above configuration would create a file `journal/daily-note-2020-07-25.mdx`, with the heading `Journal Entry, Sunday, July 25`.
|
The above configuration would create a file `journal/daily-note-2020-07-25.mdx`, with the heading `Journal Entry, Sunday, July 25`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue