Simon-Claudius
01/17/2021, 3:48 AMhikchoi
01/17/2021, 3:48 AMSimon-Claudius
01/17/2021, 4:11 AMSimon-Claudius
01/17/2021, 4:11 AMkevins8
01/17/2021, 5:51 AMBassmann
01/17/2021, 10:51 AMgrndstt
01/17/2021, 1:07 PMfudo
01/17/2021, 1:30 PMkevins8
01/17/2021, 5:19 PMremarkable for parsing markdown. You can see the code for parsing markdown here: https://github.com/dendronhq/dendron/blob/master/packages/engine-server/src/markdown/utils.ts#L157:L157
We use the same code for both preview and publication. Planning on adding mermaid support by adding the following plugin (https://github.com/temando/remark-mermaid)
Moving forward, I'll also add a hook (eg. custom js file that you can put in your workspace) where folks can register their own remarkable plugins for usekevins8
01/17/2021, 6:50 PMkevins8
01/17/2021, 6:50 PMhikchoi
01/17/2021, 11:58 PMcerebrarium.md : my desired "root note"
cerebrarium.schema.yml : my "root schema"
yaml
version: 1
imports: []
schemas:
- id: cerebrarium
children: []
title: cerebrarium
parent: root
looks like there should be at least one schema with parent: root set so that's why my schema looks like that. otherwise Dendron: Doctor will complain.
However if I do this Dendron: Doctor will create root.md and root.schema.yml.
This works, but I would prefer to really set my desired root as the real root of my notes 😄
Is there a way to do this?hikchoi
01/18/2021, 12:00 AMroot.md) that I'm not treating as the actual root, and using my own root(cerebrarium.md) as a proxy was skewing the weight of the note graph and wanted to fix that.kevins8
01/18/2021, 12:03 AMroot is a special note that is considered the root of your vault. its not configurable yet. its something I want to either be configurable or not require in the future.
if you submit a feature, we can track it on the roadmap 🙂
https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=hikchoi
01/18/2021, 12:06 AMhikchoi
01/18/2021, 12:06 AMStigs
01/18/2021, 10:40 AMhikchoi
01/18/2021, 10:42 AMStigs
01/18/2021, 10:44 AMhikchoi
01/18/2021, 10:44 AMhikchoi
01/18/2021, 10:44 AMhikchoi
01/18/2021, 10:45 AMdendron-markdown-notesStigs
01/18/2021, 10:45 AMStigs
01/18/2021, 10:57 AMdendron-markdown-notes, and that fixed it! @User Maybe deprecate the package, and remove it from the VS Code extension database to prevent future issues? Thanks!hikchoi
01/18/2021, 10:59 AMkevins8
01/18/2021, 5:35 PMBassmann
01/18/2021, 7:27 PMuser
01/18/2021, 7:44 PMuser
01/18/2021, 7:45 PMzenen
01/19/2021, 2:40 AM