note creation change

main
Mel 3 years ago
parent f3849d9384
commit 3705ca9c5c

@ -10,9 +10,10 @@
"BackToTop",
"folder_icon",
"blockquotes",
"folder_4_icon",
"bulletp_relationship",
"hyphenation_justification"
"hyphenation_justification",
"externallink_icon",
"folder_4_icon"
],
"cssTheme": "California Coast"
}

@ -6,6 +6,7 @@
"backlink",
"tag-pane",
"page-preview",
"templates",
"note-composer",
"command-palette",
"markdown-importer",

@ -81,6 +81,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.31039964305995404,
"scale": 0.277223726779554,
"close": true
}

@ -1,4 +1,4 @@
{
"jsFiles": "",
"jsFolder": "00.01 Admin/dv-views"
"jsFolder": "00.01 Admin"
}

@ -2,16 +2,20 @@
"command_timeout": 5,
"templates_folder": "00.01 Admin/Templates",
"templates_pairs": [
[
"getNewNote",
"const fileName = await tp.system.prompt(\"File name\")\ntp.file.create_new(tp.file.find(templateName), fileName, tp.file.folder())"
],
[
"",
""
]
],
"trigger_on_file_creation": false,
"trigger_on_file_creation": true,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"enable_system_commands": true,
"shell_path": "",
"user_scripts_folder": "",
"user_scripts_folder": "00.01 Admin/Templater scripts",
"enable_folder_templates": true,
"folder_templates": [
{
@ -19,7 +23,7 @@
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting": false,
"enabled_templates_hotkeys": [
""
],

File diff suppressed because one or more lines are too long

@ -71,4 +71,23 @@ div[data-path="06.01 Finances"] .nav-folder-title-content::before
div[data-path="06.02 Investments"] .nav-folder-title-content::before
{
content: "💸 ";
}
.outline-heading-children{
border-left: 1px solid rgba(118,158,165,0.2);
border-radius: 0 0px 0;
transition:all 0.5s ease-in-out;
}
.outline-heading-children:hover{
border-left-color: rgba(118,158,165,0.4);
}
.nav-folder,.nav-file{
margin:0 !important;
border-left: 1px solid rgba(118,158,165,0.2);
}
.nav-file-title[data-path="06.01 Finances/Ledger.md"] {
display: none;
}

@ -1,3 +1,3 @@
{
"folder": "Admin/Templates"
"folder": "00.01 Admin/Templates"
}

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "01.03 Family/@Family organisation.md",
"file": "06.02 Investments/@Investment Task master.md",
"mode": "preview"
}
}
@ -76,7 +76,7 @@
"state": {
"type": "backlink",
"state": {
"file": "01.03 Family/@Family organisation.md",
"file": "06.02 Investments/@Investment Task master.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -115,15 +115,15 @@
},
"active": "c1cbd199334b4022",
"lastOpenFiles": [
"01.03 Family/@Family organisation.md",
"03.01 Reading list/@Reading master.md",
"05.01 Computer setup/Untitled.md",
"05.01 Computer setup/iCloud.md",
"05.01 Computer setup/Email & Communication.md",
"03.02 Travels/Travel guides.md",
"03.02 Travels/Short breaks.md",
"03.02 Travels/Recommendation list (Bruxelles).md",
"03.02 Travels/Jazz Route (US).md",
"03.02 Travels/Ethiopia.md"
"06.02 Investments/@Investment Task master.md",
"06.02 Investments/@Investment master.md",
"05.02 Networks/@Networks.md",
"05.01 Computer setup/Apple processes.md",
"05.01 Computer setup/@Computer Set Up.md",
"04.01 lebv.org/@lebv.org.md",
"04.01 lebv.org/@lebv.org Tasks.md",
"03.03 Recipes/@@Recipes.md",
"03.03 Recipes/Simple Pasta.md",
"03.02 Travels/@Travels.md"
]
}

@ -1,11 +1,8 @@
---
# Button gallery
Tag: ["Admin", "Computer"]
Date: 2021-08-14
DocType: "Personal"
CollapseMetaTable: Yes
 
---
### Save
 
@ -13,75 +10,35 @@ CollapseMetaTable: Yes
name Save
type command
action Save current file
id Save
```
^button-BGallerySave
 
# Button Gallery
 
- [[#New Note|New Note]]
- [[#New Task|New Task]]
- [[#Edit Metadata|Edit Metadata]]
- [[#Save|Save]]
 
### New Note
 
```button
name New Note
type note(New Note) template
action Template Note
templater true
color blue
```
^button-NewNote
 
### New Task
 
```button
name New Task
type note(New Task) template
action Template Task
templater true
```
^button-NewTask
^button-Save
 
### Edit Metadata
### Edit MetaTable
 
```button
name Edit Metadata
name Edit parameters
type command
action MetaEdit: Run MetaEdit
color blue
```
^button-EditMetaData
 
### Save
### Create Note
 
```button
name Save
type command
action Save current file
name Create Note
type append template
action NewFile
color blue
templater true
```
^button-Save
 
 
^button-CreateNote

@ -44,11 +44,11 @@ style: number
- [!] <mark style="background:grey">App</mark>: Obsidian optimisation for iOS
- [!] <mark style="background:grey">Export</mark>: Obsidian -> Email
- [!] <mark style="background:grey">Export</mark>: Obsidian -> Calendar
- [?] <mark style="background:grey">Data</mark>: Queries within Tables
- [?] <mark style="background:grey">Edit</mark>: Emoji Shortcodes for iOS
- [?] <mark style="background:grey">Edit</mark>: Icon plugin for iOS
- [x] <mark style="background:grey">Data</mark>: Queries within Tables ✅ 2021-10-23
- [x] <mark style="background:grey">Edit</mark>: Emoji Shortcodes for iOS ✅ 2021-10-23
- [x] <mark style="background:grey">Edit</mark>: Icon plugin for iOS ✅ 2021-10-23
- [?] <mark style="background:grey">Map</mark>: QuickAdd/getLocation for iOS
- [?] <mark style="background:grey">Map</mark>: Map rendering for iOS (Leaflet/Map View)
- [?] <mark style="background:grey">Map</mark>: Map rendering for iOS (Leaflet/Map View)
&emsp;
@ -118,5 +118,6 @@ style: number
### QuickAdd
[Documentation](https://github.com/chhoumann/quickadd/)
&emsp;
&emsp;

@ -0,0 +1,11 @@
class templaterFunc {
createNewFile(tp) {
const fileName = await tp.system.prompt("File name")
const templateName = await tp.system.prompt("Template name") tp.file.create_new(tp.file.find_tfile("Template " + templateName), fileName, true, tp.file.folder())
}
getFileName(tp, prompt) {
const tempresult = await tp.system.prompt(prompt)
return tempresult
}
}

@ -17,29 +17,13 @@ Parent::
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-<% tp.file.title.split("@")[1] %>NewNote
```button
name Create New Product
type note(New Product) template
action Template Product
id NewNote
```
^button-<% tp.file.title.split("@")[1] %>NewProduct
```button
name Create New Source
type note(New Source) template
action Template Source
id NewNote
```
^button-<% tp.file.title.split("@")[1] %>NewSource
```button
name Save
type command

@ -18,10 +18,10 @@ Parent::
&emsp;
```button
name Create New Task
type note(New Task) template
action Template Task
id NewTask
name Create Note
type append template
action NewFile
id CreateNote
```
^button-<% tp.file.title.split("@")[1] %>NewTask

@ -0,0 +1,5 @@
<%*
const fileName = await tp.system.prompt("File name")
const templateName = await tp.system.prompt("Template name")
tp.file.create_new(tp.file.find_tfile("Template " + templateName), fileName, tp.file.folder())
%>

@ -0,0 +1,32 @@
[Forum](https://forum.obsidian.md)
&emsp;
&emsp;
```button
name Create Note
type append template
action NewFile
color blue
templater true
```
```button
name Create Note
type append template
action NewFile1
color blue
templater true
```
const {templaterFunc} = customJS
templaterFunc.createNewFile(tp)
%>
const {templaterFunc} = customJS
templaterFunc.createNewFile(tp)
%>
const {templaterFunc} = customJS
templaterFunc.createNewFile(tp)
%>

@ -458,6 +458,10 @@ class globalFunc {
case 'North African Fusion':
tempresult = "🇲🇦"
break;
case 'Swedish':
case 'Nordics':
tempresult = "🇸🇪"
break;
case 'Pub':
tempresult = "🍺"
break;

@ -14,10 +14,10 @@ CollapseMetaTable: Yes
&emsp;
```button
name Create New Task
type note(New Task) template
action Template Task
id NewTask
name Create Task
type append template
action NewFile
id CreateNote
```
^button-LifeOrgaNewTask
@ -25,6 +25,7 @@ id NewTask
name Save
type command
action Save current file
id Save
```
^button-LifeOrgaSave

@ -16,21 +16,13 @@ Parent:: [[Family]]
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-FamilyNewNote
```button
name Create New Source
type note(New Source) template
action Template Source
id NewNote
```
^button-FamilyNewSource
```button
name Save
type command

@ -26,25 +26,18 @@ Parent:: [[@Life Organisation|Life Orga]]
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-LondonNewNote
```button
name Create New Place
type note(New Place) template
action Template Place
id NewNote
```
^button-LondonNewPlace
^LondonNewNote
```button
name Save
type command
action Save current file
color blue
id Save
```
^button-NMSave

@ -23,6 +23,7 @@ Parent:: [[@@London|London]]
name Save
type command
action Save current file
color blue
id Save
```
^button-BarsParisSave

@ -23,6 +23,7 @@ Parent:: [[@@London|London]]
name Save
type command
action Save current file
color blue
id Save
```
^button-BrunchsLondonSave

@ -0,0 +1,91 @@
---
Tag: ["Nordic design", "cosy"]
Date: 2021-10-24
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location:
Place:
Type: Restaurant
SubType: Modern
Style: ["Swedish", "Japanese"]
Location: Mayfair
Country: UK
Status: Tested
---
Parent:: [[@Restaurants London|Restaurants in London]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-PantechniconSave
&emsp;
# Pantechnicon
&emsp;
```ad-abstract
title: Summary
collapse: open
Nice shopping & restaurant space between Sloane Square and Hyde Park corner.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Contact
&emsp;
```ad-address
~~~
19 Motcomb Street
London SW1X 8LB
United Kingdom
~~~
```
&emsp;
Phone:: <a href="Tel:+442070345426">0207 034 5426</a>
Email:: reservations@pantechnicon.com
Website:: https://www.pantechnicon.com
&emsp;
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -26,21 +26,13 @@ Parent:: [[@Life Organisation|Life Orga]]
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-ParisNewNote
```button
name Create New Place
type note(New Place) template
action Template Place
id NewNote
```
^button-ParisNewPlace
```button
name Save
type command

@ -26,21 +26,13 @@ Parent:: [[Lifestyle]]
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-ReadingNewNote
```button
name Create New Source
type note(New Source) template
action Template Source
id NewNote
```
^button-ReadingNewSource
```button
name Save
type command
@ -52,6 +44,7 @@ id Save
&emsp;
# Folder map
&emsp;
```ad-abstract

@ -20,29 +20,13 @@ Parent:: [[Lifestyle]]
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-TravelsNewNote
```button
name Create New Travel
type note(New Travel) template
action Template Product
id NewNote
```
^button-TravelsNewTravel
```button
name Create New Source
type note(New Source) template
action Template Source
id NewNote
```
^button-TravelsNewSource
```button
name Save
type command

@ -28,13 +28,15 @@ Parent:: [[Lifestyle]]
&emsp;
```button
name Create New Recipe
type note(New Note) template
action Template Recipe
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-RecipesNewNote
```button
name Save
type command

@ -39,7 +39,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -29,7 +29,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -30,7 +30,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]]
---

@ -36,7 +36,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -34,7 +34,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -37,7 +37,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---
@ -126,7 +126,7 @@ Peel and grate the other garlic clove (or use a garlic press).
Trim the root from the baby gem lettuce then half lengthways and thinly slice widthways.
Trim the spring onions then slice thinly.<
Trim the spring onions then slice thinly.
Add the red wine vinegar to a medium-size bowl along with a pinch of sugar and oil (see ingredients for amount). Mix together and set aside.

@ -34,7 +34,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]]
---

@ -33,7 +33,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Desserts|Desserts]]
---

@ -30,7 +30,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]]
---

@ -38,7 +38,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -34,7 +34,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---
@ -121,7 +121,7 @@ dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingr
&emsp;
4. Add the garlic, half of the parsley and the Zanzibar curry powder to the chicken. Cook for one minute. Add the coconut milk and chicken stock powder. Bring to the boil, stir and lower the heat so the curry simmers gently. Cook for 10 mins. Add the courgette, then simmer until the sauce has thickened and the courgette is tender, 5-7.
4. Add the garlic, half of the parsley and the Zanzibar curry powder to the chicken. Cook for one minute. Add the coconut milk and chicken stock powder. Bring to the boil, stir and lower the heat so the curry simmers gently. Cook for 10 mins. Add the courgette, then simmer until the sauce has thickened and the courgette is tender, 5-7 minutes.
```ad-warning
title: IMPORTANT
The chicken is cooked when no longer pink in the middle.

@ -36,7 +36,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -34,7 +34,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -31,7 +31,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -36,7 +36,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -43,7 +43,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -32,7 +32,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Desserts|Desserts]]
---

@ -31,7 +31,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]]
---

@ -37,7 +37,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -37,7 +37,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -35,7 +35,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -34,7 +34,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Desserts|Desserts]]
---

@ -29,7 +29,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -32,7 +32,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -34,7 +34,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]]
---

@ -32,7 +32,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Desserts|Desserts]]
---

@ -33,7 +33,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -34,7 +34,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -37,7 +37,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]]
---

@ -34,7 +34,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -33,7 +33,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -35,7 +35,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -33,7 +33,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -39,7 +39,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -36,7 +36,7 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]]
---

@ -37,7 +37,8 @@ Ingredients:
---
Parent:: [[@@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---

@ -20,10 +20,10 @@ Parent:: [[@lebv.org|lebv.org]], [[Personal projects]], [[IT & Computer]]
&emsp;
```button
name Create New Task
type note(New Task) template
action Template Task
id NewTask
name Create Task
type append template
action NewFile
id CreateNote
```
^button-lebvNewTask

@ -19,29 +19,13 @@ Parent:: [[Personal projects]], [[Family]], [[IT & Computer]], [[Domains]]
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-lebvNewNote
```button
name Create New Product
type note(New Product) template
action Template Product
id NewNote
```
^button-lebvNewProduct
```button
name Create New Source
type note(New Source) template
action Template Source
id NewNote
```
^button-lebvNewSource
```button
name Save
type command

@ -19,29 +19,13 @@ Parent:: [[IT & Computer]]
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-ITNewNote
```button
name Create New Product
type note(New Product) template
action Template Product
id NewNote
```
^button-ITNewProduct
```button
name Create New Source
type note(New Source) template
action Template Source
id NewNote
```
^button-ITNewSource
```button
name Save
type command

@ -141,6 +141,24 @@ The App then syncs on the phone. Any changes need to be committed and pushed to
&emsp;
### Gitup
&emsp;
In order to pull from remote repo, follow the below steps:
- **Pull remote**
- Pull all changes from remote
- **Reset the local branch**
- Discards all local changes ahead of merge
- **From remote branch: merge into main**
&emsp;
---
&emsp;
### Further steps
&emsp;

@ -19,29 +19,13 @@ Parent:: [[IT & Computer]]
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-SelfHostingNewNote
```button
name Create New Task
type note(New Task) template
action Template Task
id NewNote
```
^button-SelfHostingNewTask
```button
name Create New Server
type note(New Server) template
action Template Server
id NewNote
```
^button-SelfHostingNewServer
```button
name Save
type command

@ -322,8 +322,9 @@ Open source CMS solution: [here](https://gohugo.io/)
##### Tools
[[#^Top|TOP]]
| Tool | Self-hosted service | Link to tutorial | Sub-domain
|------|---------------------|---------------|----------
|------|---------------------|---------------|-------
<p style="color:orange">**Password manager**</p> | **Bitwarden** | [here](https://cyberhost.uk/selfhost-bitwarden/) | pw-manager
<p style="color:orangered">**[[NextDNS\|DNS resolver]]**</p> | **AdGuard Home** | [here](https://cyberhost.uk/adguard-setup/) | dns-resolver
<p style="color:coral">**Note-taking app**</p> | **[Notea](https://cinwell.com/notea/)**, **[Turtl](https://turtlapp.com)**, **[Boost Note](https://boostnote.io)**, **[Trilium](https://github.com/zadam/trilium)** | [Notea](https://cyberhost.uk/notea/), [Turtl with docker](https://github.com/turtl/server#running-the-server) | notes

@ -20,10 +20,10 @@ Parent:: [[Finances]], [[@Investment master|Investments]]
&emsp;
```button
name Create New Task
type note(New Task) template
action Template Task
id NewTask
name Create Task
type append template
action NewFile
id CreateNote
```
^button-InvNewTask

@ -29,21 +29,13 @@ Parent:: [[Finances]]
&emsp;
```button
name Create New Note
type note(New Note) template
action Template Note
id NewNote
name Create Note
type append template
action NewFile
id CreateNote
```
^button-InvtNewNote
```button
name Create New Investment
type note(New Investment) template
action Template Investment
id NewNote
```
^button-InvNewInvestment
```button
name Save
type command

Loading…
Cancel
Save