Tychronos
05/04/2021, 7:14 PMdendron package. AFAIK this is deprecated in favor of dendron-cli? I can go and make a PR for a few of the places I've spotted this (if I have my above facts straight)kevins8
05/04/2021, 8:16 PMdendron-cli is now aliased to dendron 😅Tychronos
05/04/2021, 9:02 PMdendron commands return "command not found"kevins8
05/04/2021, 9:16 PMdeadvoid
05/04/2021, 9:57 PMroot.schema.yml and root.md are mandatory for every vault? does root function like index.html in webserver?deadvoid
05/04/2021, 9:58 PMhikchoi
05/04/2021, 9:59 PMhikchoi
05/04/2021, 10:01 PMdeadvoid
05/04/2021, 10:01 PMroot and also the use of word 'schema' in the yml with the concept of vault's namespacehikchoi
05/04/2021, 10:06 PMdeadvoid
05/04/2021, 10:13 PMlearn.lang.python.modules.re, learn.lang.js.node , and somehow i'm trying to have a really high point of view about what's covered in learn it seems like
- root.md renamed to learn.md is the most logical choice, as learn is the namespace's root
- root.schema.yml when renaming is introduced in future version, (or maybe autogenerated at creation based on vault's name or namespace?) is the natural configuration place if there are options that can enhance data schema related to the subjects inside the vault/namespace (say like for template system, or automating reference insert to external documentation, etc)deadvoid
05/04/2021, 10:14 PMdeadvoid
05/04/2021, 10:25 PMroot is in context of namespace/structure/day-to-day usage/how dendron perceive a root, it needs to either be
- (taking example from your issue) make Celebrarium the actual root, not a proxy, perhaps (throwing a wild idea) by changing dendron so that only one file can have .root extension. OR...
- remove root.md & root.schema.yml completely from users POV, by hiding them, make them invisible from UI, graphs, and so on, basically necessitates Dendron to treat them as internal data/metadata and enables user to determine whether they make Celebrarium as root or other documentshikchoi
05/04/2021, 10:30 PMlearn.md along side root.md, you will be having a learn domain. you can treat this as the root of that hierarchy.hikchoi
05/04/2021, 10:32 PMlearn and not have any other namespaces?deadvoid
05/04/2021, 10:32 PMschema tied to a root is quite strong, and i wonder how that's going to be designed in the future wrt to the user's domain and well, day-to-day experiencedeadvoid
05/04/2021, 10:39 PMlearn for learning subjects
- wiki for knowledge collection, for the ones surrounding a topic/subject (say something like GDPR policy, how it's implemented), specifications, hardwares for specc'ing, that sort of thing, or about future interests (raspberry pi, hardware accessories, etc)
- dev for development subjects
- post-production for my previous field specific topics
they're all interconnected and whenever using dendron i keep thinking about some ways to suggest improvements in multi vault experience, especially with tags and graphSeriousBug
05/04/2021, 10:40 PMdeadvoid
05/04/2021, 10:41 PMdeadvoid
05/04/2021, 10:42 PMdeadvoid
05/04/2021, 10:43 PMpost.hardwares.display and dev.hardwares.display than trying to come up with a root name that covers everythingdeadvoid
05/04/2021, 10:49 PMhikchoi
05/04/2021, 10:50 PMpost namespace and dev namespace in the same vault.
i.e.)
root.md
dev.md
dev.hardwares.md
dev.hardwares.display.md
...
post.md
post.hardwares.md
post.hardwares.display.md
...
This will achieve the separation you are going fordeadvoid
05/04/2021, 10:51 PMdeadvoid
05/04/2021, 10:53 PMdeadvoid
05/04/2021, 10:54 PMhikchoi
05/04/2021, 10:55 PMroot.md in your way could be a bit unnatural.deadvoid
05/04/2021, 11:00 PMdeadvoid
05/04/2021, 11:03 PMdeadvoid
05/04/2021, 11:05 PM