Docs sync @ e327115 Feat #879: Note Embedding Syntax (#1281) (#52)

This commit is contained in:
Riccardo
2023-10-21 11:30:36 +02:00
committed by GitHub
parent 89af173dc0
commit f4b87411d8
3 changed files with 34 additions and 3 deletions

View File

@ -194,7 +194,7 @@ You can add the template metadata to its own YAML Frontmatter block at the start
foam_template:
name: My Note Template
description: This is my note template
filepath: `journal/$FOAM_TITLE.md`
filepath: 'journal/$FOAM_TITLE.md'
---
This is the rest of the template
```
@ -206,7 +206,7 @@ If the note already has a Frontmatter block, a Foam-specific Frontmatter block c
foam_template:
name: My Note Template
description: This is my note template
filepath: `journal/$FOAM_TITLE.md`
filepath: 'journal/$FOAM_TITLE.md'
---
---