generated from makary/foam-template
Adding some more TODO podcast reviews
This commit is contained in:
parent
5a171f07d6
commit
a51faf5bd0
2 changed files with 28 additions and 0 deletions
25
Haunted.md
Normal file
25
Haunted.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Foam Note Templates
|
||||
|
||||
Foam includes note templates!
|
||||
This allows you to easily create notes that have similar structure without having to use copy/paste :)
|
||||
|
||||
Templates support the [VS Code's Snippet Syntax](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax), which means you can:
|
||||
- add variables to the newly created note
|
||||
- add tabstop to automatically navigate to the key parts of the note, just like a form
|
||||
Below you can see an example showing a todo list and a timestamp.
|
||||
|
||||
## Todo List
|
||||
|
||||
1. First tabstop
|
||||
2. A second tabstop
|
||||
3. A third tabstop
|
||||
|
||||
Note Created: 2024-08-29
|
||||
|
||||
---
|
||||
|
||||
Try out the above example by running the `Foam: Create New Note From Template` command and selecting the `your-first-template` template. Notice what happens when your new note is created!
|
||||
|
||||
To remove this template, simply delete the `.foam/templates/your-first-template.md` file.
|
||||
|
||||
Enjoy!
|
3
todo.md
3
todo.md
|
@ -5,9 +5,12 @@
|
|||
- [ ] Walk of Corrosion
|
||||
- [ ] [[We're Alive]]
|
||||
- [ ] [[Super Suits]]
|
||||
- [ ] [[Haunted]]
|
||||
- [ ] Sanctuary
|
||||
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[We're Alive]: <We're Alive.md> "We're Alive"
|
||||
[Super Suits]: <Super Suits.md> "Super Suits"
|
||||
[Haunted]: Haunted.md "Foam Note Templates"
|
||||
[//end]: # "Autogenerated link references"
|
||||
|
|
Loading…
Add table
Reference in a new issue