kevins8
11/15/2020, 2:33 AMkevins8
11/15/2020, 2:37 AMKonrad
11/15/2020, 2:37 AMKonrad
11/15/2020, 2:39 AMkevins8
11/15/2020, 2:40 AMKonrad
11/15/2020, 2:40 AMtsnieman
11/15/2020, 7:17 PMlerna success - @dendronhq/plugin-core
pulling template...
fatal: refusing to merge unrelated histories
sync 0d5d532aecd8a5f2438dff1409a0678a1f9dcc04...
(doesn't stop me from doing what i wanna do right now, just.. seems like something i should care about)kevins8
11/15/2020, 8:00 PMdendron-template
repo and squashed a bunch of commits.
we sync from that repo during bootstrap of dendron
since we bundle those files with the extension.
you can get rid of the error by running the following before you run bootstrap
rm -rf dendron/packages/plugin-core/build
tsnieman
11/15/2020, 8:14 PMtsnieman
11/15/2020, 8:22 PMantd
lackluster. It's got tons and tons of components, which is assumedly why you chose it, though my experience of learning via their docs and actually composing the components is a not-fun experience. Beyond that, I'm also finding that many quality-of-life bits that come from accessibility features (like being able to click on a label to focus a field) aren't present in antd
. Frustrating.
Have you looked at Chakra before? https://chakra-ui.com/ They just came out with v1 a few days ago, and I've been using the v1 RC at work for 3 months now. Solid stuff. I find the docs/API/composibility to be a lot more intuitive, plus the themeability is great (built in light & dark modes, color schemes, etc). From an aesthetics standpoint, I find Chakra looks WAY BETTER out of the box, too.kevins8
11/15/2020, 8:31 PMbritt
11/15/2020, 8:31 PMkevins8
11/15/2020, 8:32 PMkevins8
11/16/2020, 12:31 AMkevins8
11/16/2020, 3:48 AMHeyyyyJinn
11/16/2020, 8:08 AMHeyyyyJinn
11/16/2020, 8:09 AMHeyyyyJinn
11/16/2020, 8:09 AMHeyyyyJinn
11/16/2020, 8:09 AMHeyyyyJinn
11/16/2020, 8:12 AMtsnieman
11/16/2020, 4:10 PMkevins8
11/16/2020, 6:54 PMtsnieman
11/17/2020, 2:17 AM> dendron version
would be a good command -- or > dendron info
... they could open a web UI that displays version, platform, etc ... maybe even a button to a web UI for dendron's logs.tsnieman
11/17/2020, 2:21 AMDendron: Report Bug / Feedback / etc
would also be a great commandthm
11/17/2020, 9:44 AMbacklinks: []
attribute in the jekyll front matter of an export, and I thought that other people might too, so I thought I might as well submit a PR, but it turns out it's not as straightforward as I thought 😅
For one, I assumed that the parent
and children
props are generated during the export, but it seems that they're already a part of DNodePropsV2
- so I guess I could add backlinks
there, but that's a fairly drastic change - or I thought about adding them to `note2JekyllMdFile()`'s jekyllProps
, but backlinks technically aren't a "jekyll prop" either (they're not specific to jekyll is my point) - any guidance?
(Also, I wasn't able to find where the Backlinks panel resides in the codebase so far, which might answer some questions too)thm
11/17/2020, 9:47 AMmhmd
11/17/2020, 1:59 PMthm
11/17/2020, 3:05 PMkevins8
11/17/2020, 4:42 PMkevins8
11/17/2020, 4:49 PMlinks
section that tracks links it has. in order to get backlinks, we currently iterate through all note metadata and find notes that point to the current note: https://github.com/dendronhq/dendron/blob/master/packages/engine-server/src/drivers/file/storev2.ts#L527:L527