Bassmann
06/01/2021, 6:03 PMMountainMan
06/01/2021, 8:05 PMMountainMan
06/01/2021, 8:09 PMcodefriar
06/01/2021, 8:33 PMuser
06/02/2021, 12:05 AMkevins8
06/02/2021, 1:51 AMuser
06/02/2021, 2:09 AMvicrerdgz
06/02/2021, 6:04 AMMountainMan
06/02/2021, 7:23 AMSeriousBug
06/02/2021, 7:25 AMassetsPrefix in your dendron.yml. Here is an example of how it should be set: https://wiki.dendron.so/notes/230d0ccf-5758-4a8f-b39b-3b68e1482e2b.html#examplesMountainMan
06/02/2021, 7:32 AMMountainMan
06/02/2021, 7:32 AMSeriousBug
06/02/2021, 7:33 AMMountainMan
06/02/2021, 7:33 AMzebrastuhl
06/02/2021, 7:55 AMimalightbulb
06/02/2021, 8:24 AMyml
schemas:
- id: journal
title: journal
desc: ""
parent: root
children:
- year
- id: year
title: year
pattern: "[0-2][0-9][0-9][0-9]"
children:
- month
- id: month
title: month
pattern: "[0-9][0-9]"
children:
- day
- id: day
title: day
pattern: "[0-9][0-9]"
namespace: true
template:
# identifier for the template (for a note based template, it would be the name of the note)
id: journal.template.daily
# what sort of template we are creating. currently, only 'note' is supported
type: notezebrastuhl
06/02/2021, 8:25 AMimalightbulb
06/02/2021, 8:25 AMdaily.2021.01.01?zebrastuhl
06/02/2021, 8:26 AMzebrastuhl
06/02/2021, 8:26 AMimalightbulb
06/02/2021, 8:29 AMjournal hierarchy but not for hierarchies under than that
In order to apply it, I think you can try to create different hierarchies like the schema I'd mentioned just nowthangful
06/02/2021, 8:36 AMdaily.journal.2021-06-02?thangful
06/02/2021, 8:37 AMy-MM-dd for the schema template to takePasq
06/02/2021, 9:03 AMSeriousBug
06/02/2021, 9:04 AMPasq
06/02/2021, 9:05 AMzebrastuhl
06/02/2021, 9:39 AMfudo
06/02/2021, 10:41 AMzebrastuhl
06/02/2021, 10:42 AM