Last active
July 7, 2025 23:53
-
-
Save QuaCKeReD/0c0348c6decf60ec5a0a069c0d83a990 to your computer and use it in GitHub Desktop.
Revisions
-
QuaCKeReD revised this gist
Apr 29, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,5 +2,5 @@ personal personal,,,new project work work,client work,client,customer,project -
QuaCKeReD revised this gist
Apr 28, 2022 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,10 +18,10 @@ tpTypeChosen = await tp.system.suggester(tpTypes, tpTypes, false, "Select note t --- title: area: <% tpOptionChosenArea %> company: <% tpOptionChosenCompany %> client: <% tpOptionChosenClient %> project: <% tpOptionChosenProject %> type: <% tpTypeChosen %> tags: -
QuaCKeReD revised this gist
Apr 28, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,7 +22,7 @@ area: <% tpOptionArea %> company: <% tpOptionCompany %> client: <% tpOptionClient %> project: <% tpOptionProject %> type: <% tpTypeChosen %> tags: - <% tp.date.now("[date]/YYYY/MM/DD") %> -
QuaCKeReD revised this gist
Apr 28, 2022 . 1 changed file with 14 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,22 +4,25 @@ tpOptions = tpOptionsList.split('\n') || '' tpOptionChosen = await tp.system.suggester(tpOptions, tpOptions, false, "Select option") || '' tpOptionChosenArea = tpOptionChosen.toString().split(',')[0] || '' tpOptionChosenCompany = tpOptionChosen.toString().split(',')[1] || '' tpOptionChosenClient = tpOptionChosen.toString().split(',')[2] || '' tpOptionChosenProject = tpOptionChosen.toString().split(',')[3] || '' tpTypesList = await tp.file.include('[[noteYamlTypes]]') || '' tpTypes = tpTypesList.split('\n') || '' tpTypeChosen = await tp.system.suggester(tpTypes, tpTypes, false, "Select note type") -%> --- title: area: <% tpOptionArea %> company: <% tpOptionCompany %> client: <% tpOptionClient %> project: <% tpOptionProject %> type: <% tpOptionTypeChosen %> tags: - <% tp.date.now("[date]/YYYY/MM/DD") %> -
QuaCKeReD revised this gist
Apr 28, 2022 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,16 +1,16 @@ <%* tpOptionsList = await tp.file.include('[[noteYamlOptions]]') || '' tpOptions = tpOptionsList.split('\n') || '' tpOptionChosen = await tp.system.suggester(tpOptions, tpOptions, false, "Select option") || '' tpOptionsArea = tp_OptionChosen.toString().split(',')[0] || '' tpOptionsCompany = tpOptionChosen.toString().split(',')[1] || '' tpOptionsClient = tpOptionChosen.toString().split(',')[2] || '' tpOptionsProject = tpOptionChosen.toString().split(',')[3] || '' tpOptionTypeList = await tp.file.include('[[noteYamlTypes]]') || '' tpOptionType = tpOptionTypeList.split('\n') || '' -%> --- title: -
QuaCKeReD renamed this gist
Apr 28, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
QuaCKeReD revised this gist
Apr 28, 2022 . No changes.There are no files selected for viewing
-
QuaCKeReD revised this gist
Apr 28, 2022 . No changes.There are no files selected for viewing
-
QuaCKeReD revised this gist
Apr 28, 2022 . 2 changed files with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ personal personal,,,new project work work.client work,client,customer,project This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ activity meeting review -
QuaCKeReD renamed this gist
Apr 28, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
QuaCKeReD revised this gist
Apr 28, 2022 . No changes.There are no files selected for viewing
-
QuaCKeReD revised this gist
Apr 28, 2022 . 1 changed file with 0 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +0,0 @@ -
QuaCKeReD revised this gist
Apr 28, 2022 . 4 changed files with 58 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,11 @@ Templater based workflow for creating new notes new note.md is the template file This reads contents from noteYamlOptions & noteYamlTypes and presents them as options It additionally then splits the chosen entry from noteYamlOptions and uses individual values for yaml frontmatter Reason: I was fed up of having to select 5 different combinations of metadata, some combinations of which were not valid This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,40 @@ <%* tpOptionsList = await tp.file.include('[[noteYamlOptions]]') || '' tpOptions = tpOptionsList.split('\n') tp_OptionChosen = await tp.system.suggester(tpOptions, tpOptions, false, "Select option") || '' tpOptionsArea = tp_OptionChosen.toString().split(',')[0] || '' tpOptionsCompany = tp_OptionChosen.toString().split(',')[1] || '' tpOptionsClient = tp_OptionChosen.toString().split(',')[2] || '' tpOptionsProject = tp_OptionChosen.toString().split(',')[3] || '' tpOptionTypeList = await tp.file.include('[[noteYamlTypes]]') || '' tpOptionType = tpOptionTypeList.split('\n') -%> --- title: area: <% tpOptionsArea %> company: <% tpOptionsCompany %> client: <% tpOptionsClient %> project: <% tpOptionsProject %> type: <% tp.system.suggester(tpOptionType, tpOptionType, false, "Select note type") %> tags: - <% tp.date.now("[date]/YYYY/MM/DD") %> - <% tp.date.now("[date]/YYYY/[w]/ww") %> created: <% tp.date.now("YYYY-MM-DD HH:mm:SS") %> --- # <% tp.file.cursor() %> <%* fileTitle = tp.date.now("YYYY-MM-DD HHmmSS"); fileFolder = "/02 Diary/" + tp.date.now("YYYY/MM"); existsFolder = await app.vault.adapter.exists(fileFolder, true); if ( ! existsFolder ) { await app.vault.createFolder(fileFolder); } fileName = fileFolder + "/" + fileTitle; await tp.file.move(fileName); -%> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ personal work work,client,customer,project This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ activity meeting -
QuaCKeReD created this gist
Apr 28, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ Templater based workflow for creating new notes