kevins8
04/08/2022, 10:43 PM$vault/.dendron.cache.json
file which is located inside your vault. it has metadata for all your notes
you can see the docs here: [Note Props](https://docs.dendron.so/notes/IZGHxY9fuIPdj2oN7dyd1)alexis<3
04/08/2022, 10:55 PMkfischer_okarin
04/09/2022, 1:11 AMSeriousBug
04/09/2022, 1:12 AMkfischer_okarin
04/09/2022, 1:12 AMSeriousBug
04/09/2022, 1:13 AMkfischer_okarin
04/09/2022, 1:28 AMSeriousBug
04/09/2022, 1:28 AMElixy
04/09/2022, 3:09 AMSeriousBug
04/09/2022, 3:11 AMElixy
04/09/2022, 3:12 AMversion: 1
import: []
schemas:
- id: lang
title: lang
desc: ""
parent: root
namespace: true
children:
- javascript
- pwsh
- html
- css
- id: javascript
title: javascript
desc: javascript language reference
namespace: true
children:
- packages
- id: packages
title: packages
desc: javascript packages
namespace: true
- id: pwsh
title: powershell
desc: powershell language reference
namespace: true
- id: html
title: html
desc: html language reference
namespace: true
- id: css
title: css
desc: css language reference
namespace: true
Elixy
04/09/2022, 3:13 AMSeriousBug
04/09/2022, 3:13 AMnamespace: true
means it can have any children, and the stuff listed under children
are grandchildren. So this would match lang.whatever.javascript.whatever.packages
. Could you try with the 'namespace: true` removed?SeriousBug
04/09/2022, 3:14 AMdesc
is the description of the schema itself, if you want to add desc
to the note you need to set a template. You can put stuff in the frontmatter of the template, and it will applyElixy
04/09/2022, 3:14 AMSeriousBug
04/09/2022, 3:15 AMElixy
04/09/2022, 3:17 AMnamespace: true
from everything , and I can see where that's supposed to work.Elixy
04/09/2022, 3:18 AMElixy
04/09/2022, 3:22 AMnamespace:true
pushes any named children down a level? making them grandchildrenSeriousBug
04/09/2022, 3:47 AM*
that then has all those children insteadmihaiconstantin
04/09/2022, 10:23 AMkevins8
04/09/2022, 2:50 PMcustom editor
api (https://code.visualstudio.com/api/extension-guides/custom-editors) that allows us to render rich text while preserving the editor capabilities of the code editorxyz
04/09/2022, 5:15 PMSeriousBug
04/09/2022, 5:17 PMsiteHierarchies
https://wiki.dendron.so/notes/8Qpabm7YvMzxJ7Xs5uFU9/xyz
04/09/2022, 5:25 PMkevins8
04/09/2022, 5:32 PMpandoc
to convert it all to a pdfxyz
04/09/2022, 5:50 PMSeriousBug
04/09/2022, 5:50 PMxyz
04/09/2022, 5:53 PMxyz
04/09/2022, 7:37 PM