kevins8
11/02/2020, 3:47 PMkevins8
11/02/2020, 4:15 PMreddy2go.eth
11/02/2020, 5:31 PMkevins8
11/02/2020, 5:34 PMreddy2go.eth
11/02/2020, 5:38 PMkevins8
11/02/2020, 5:39 PMreddy2go.eth
11/02/2020, 5:40 PMGuipnox
11/02/2020, 8:48 PMH3llSt0rm
11/02/2020, 8:58 PMGuipnox
11/02/2020, 9:02 PMrunlevelrobot
11/02/2020, 11:06 PMrunlevelrobot
11/02/2020, 11:06 PMSeeDubLan
11/02/2020, 11:47 PMangelarw
11/03/2020, 12:20 AMangelarw
11/03/2020, 12:22 AMdocs/assets/images/log.png
and docs/assets/images/log-banner.png
runlevelrobot
11/03/2020, 12:48 AMrunlevelrobot
11/03/2020, 12:52 AMrunlevelrobot
11/03/2020, 12:52 AMkevins8
11/03/2020, 1:47 AMassetPrefix
directive
https://dendron.so/notes/ffa6a4ba-5eda-48c7-add5-8e2333ba27b4.html#assetsprefix-strkevins8
11/03/2020, 1:47 AM{username}.github.io
, than the above steps won't be necessary 🙂Buxel
11/03/2020, 10:27 AMversion: 1
schemas:
# this will match "pro.*" notes
- id: pro
# human readable description of hierarchy
desc: active projects
# add this to the domain of your schema hierarchy
parent: root
# when a schema is a namespace, it can have arbitrary children. equivalent to pro.* glob pattern
namespace: true
children:
- people
- journal
- todo
but it seems like the -
in the project name is preventing subprojects from being matched:Buxel
11/03/2020, 10:28 AMkevins8
11/03/2020, 4:05 PM- pro.main.md
- pro.sub-a.md
- pro.sub-b.md
Inside pro.main, I would have the following:
# Projects
- [[pro.sub-a]]
- [[pro.sub-b]]
The reason for this is to keep my hierarchies as short as possible. This makes it easier to navigate and I usually know what projects I'm working with at any given time so it's not a big deal that they are all at the top level.
I also tend to prefix my projects with the date for easy filtering
- pro.2020-main.md
- pro.2020-sub-a.md
- pro.2020-sub-b.md
Eddy
11/03/2020, 5:13 PMEddy
11/03/2020, 5:13 PMEddy
11/03/2020, 5:14 PMEddy
11/03/2020, 5:14 PMH3llSt0rm
11/03/2020, 6:00 PMH3llSt0rm
11/03/2020, 6:00 PMH3llSt0rm
11/03/2020, 6:00 PM