Merge remo.te-tracking branch 'origin/main'
This commit is contained in:
commit
c2518dcd40
17
.foam/templates/new-template.md
Normal file
17
.foam/templates/new-template.md
Normal file
@ -0,0 +1,17 @@
|
||||
# ${1:$TM_FILENAME_BASE}
|
||||
|
||||
Welcome to Foam templates.
|
||||
|
||||
What you see in the heading is a placeholder
|
||||
- it allows you to quickly move through positions of the new note by pressing TAB, e.g. to easily fill fields
|
||||
- a placeholder optionally has a default value, which can be some text or, as in this case, a [variable](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables)
|
||||
- when landing on a placeholder, the default value is already selected so you can easily replace it
|
||||
- a placeholder can define a list of values, e.g.: ${2|one,two,three|}
|
||||
- you can use variables even outside of placeholders, here is today's date: ${CURRENT_YEAR}/${CURRENT_MONTH}/${CURRENT_DATE}
|
||||
|
||||
For a full list of features see [the VS Code snippets page](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax).
|
||||
|
||||
## To get started
|
||||
|
||||
1. edit this file to create the shape new notes from this template will look like
|
||||
2. create a note from this template by running the `Foam: Create New Note From Template` command
|
@ -3,6 +3,10 @@ Fax prüfen am Empfang
|
||||
Rechner vorne im Raum rechts an der Wand prüfen!!
|
||||
Netzwek ??
|
||||
|
||||
So soll es sein, ich schaue mir das heute abend mal an
|
||||
|
||||
|
||||
|
||||
|
||||
So scheiont es zu sein
|
||||
|
||||
#KT
|
Loading…
Reference in New Issue
Block a user