From 9f1bbe57ac73b52878a9bf5674a7bae5ee31548a Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Fri, 10 Nov 2023 12:34:38 +0100 Subject: [PATCH 1/2] , --- .foam/templates/new-template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .foam/templates/new-template.md diff --git a/.foam/templates/new-template.md b/.foam/templates/new-template.md new file mode 100644 index 0000000..78bc3f2 --- /dev/null +++ b/.foam/templates/new-template.md @@ -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 From e8e981232e32d14f6746d5e089c2fb9ff288e469 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Fri, 10 Nov 2023 12:35:44 +0100 Subject: [PATCH 2/2] . --- Eingang/2023-11-10.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Eingang/2023-11-10.md b/Eingang/2023-11-10.md index c32a49d..5fd8880 100644 --- a/Eingang/2023-11-10.md +++ b/Eingang/2023-11-10.md @@ -1,6 +1,11 @@ # 2023-11-10 -Fax prüfen am Empfang -Rechner vorne im Raum rechts an der Wand prüfen!! -Netzwek ?? +Fax prüfen am Empfang +Rechner vorne im Raum rechts an der Wand prüfen!! +Netzwek ?? + + + + +So scheiont es zu sein #KT \ No newline at end of file