kevins8
08/04/2020, 6:54 PMrunlevelrobot
08/04/2020, 7:15 PMrunlevelrobot
08/04/2020, 7:15 PMkevins8
08/04/2020, 7:19 PMrunlevelrobot
08/04/2020, 7:22 PMBuxel
08/04/2020, 7:44 PMrunlevelrobot
08/04/2020, 10:14 PMrunlevelrobot
08/04/2020, 10:14 PMrunlevelrobot
08/04/2020, 10:15 PMkevins8
08/04/2020, 10:23 PM- id: pro
desc: projects
parent: root
children:
- work
- id: work # this matches pro.work.*.python
namespace: true
children:
- python
- id: python
namespace: true
desc: python projects 2020
kevins8
08/04/2020, 10:24 PMnamespace
from work
runlevelrobot
08/04/2020, 10:28 PMkevins8
08/04/2020, 11:35 PMrunlevelrobot
08/04/2020, 11:47 PMkevins8
08/05/2020, 1:03 AMpro.work.python
doesn't exist, dendron will show you the descriptionkevins8
08/05/2020, 1:04 AMkevins8
08/05/2020, 1:05 AMReload index
kevins8
08/05/2020, 1:06 AMkevins8
08/05/2020, 1:06 AMrunlevelrobot
08/05/2020, 1:19 AMkevins8
08/05/2020, 1:25 AMrunlevelrobot
08/05/2020, 1:31 AMdenisdifazio
08/05/2020, 4:05 PM- id: aws
desc: ""
parent: root
namespace: true
template:
id: aws.template
type: note
the template works for aws.*
but not for aws.*.*
and aws.*.*.*
and so onkevins8
08/05/2020, 4:11 PMaws
schema`
yml
- id: aws # this matches aws.*
desc: ""
parent: root
namespace: true
template:
id: aws.template
type: note
children:
- quickstart
- id: quickstart # this matches aws.*.quickstart
namespace: true
template:
id: aws.template
type: note
kevins8
08/05/2020, 4:11 PMdenisdifazio
08/05/2020, 4:52 PMaws
to begin with a "header" as:
tags: #aws
links:
so if I create a new item aws.billings.budgets.md
, it will start with it:
---
id: 729433a5-b217-4d65-ab7d-f48581aafbef
title: budgets
desc: ''
updated: 1596641106173
created: 1596641106173
---
tags: #aws
links:
---
I will use links
to connect to the parent item, so in this example it will be links: [[aws.billings]]
runlevelrobot
08/05/2020, 4:59 PMkevins8
08/05/2020, 9:39 PMrunlevelrobot
08/05/2020, 9:41 PMkevins8
08/05/2020, 9:44 PM[[pro]]
- use the vscode intellisense shortcut (https://code.visualstudio.com/docs/editor/intellisense#_key-bindings) to trigger the autocomplete
note: you'll need to start with a naked wiki-link to trigger the autocomplete