hikchoi
05/04/2022, 10:35 AMNorbertK
05/04/2022, 11:38 AMjyeung
05/04/2022, 1:11 PMjosh
05/04/2022, 1:45 PM{
"errno": -30,
"syscall": "open",
"code": "EROFS",
"path": "/home/josh/Documents/dendron/.dendron.ws",
"vslsStack": [
{},
{},
{},
{},
{},
{},
{},
{}
]
}
any idea what the problem might be? the file exists and contains this: {"version":"0.93.0","activationTime":1651601449165}
looks like my entire mounted partition is readonly, so nothing concerning dendron
alright, I figured it out, it was because of dual boot. Windows went into hibernation without me knowing it, the I just booted into Linux, but the drive was protected. Booting into windows and restarting into linux fixed it :)deen
05/04/2022, 3:40 PMtags: tag.dendron
in yaml, it does not associate with tag.dendron. Only when I type [[tag.dendron]]
in the body does it associate.hikchoi
05/04/2022, 3:47 PMtags
(instead of tag
) hierarchy is what Dendron recognizes as tags when rendering a reference as a tag.
If you want to use tags in the yaml frontmatter, you would need to omit tags.
Same goes for using it in the body. You can use a normal wikilink [[tags.dendron]]
, or just #dendron
(these two are equivalent)
More on this topic: https://wiki.dendron.so/notes/8bc9b3f1-8508-4d3a-a2de-be9f12ef1821/deen
05/04/2022, 3:49 PMhikchoi
05/04/2022, 3:50 PMdeen
05/04/2022, 3:51 PMhikchoi
05/04/2022, 3:52 PM---
tags: tag.dendron
---
in the note?hikchoi
05/04/2022, 3:54 PM---
tags: dendron
---
if you say tags: tag.dendron
in frontmatter, it will link to the note tags.tag.dendron.md
.hikchoi
05/04/2022, 3:55 PMtags.dendron
as well. (you need the s)deen
05/04/2022, 3:57 PMdeen
05/04/2022, 4:14 PMhikchoi
05/04/2022, 4:19 PMrlh1994
05/04/2022, 4:21 PMhikchoi
05/04/2022, 4:21 PMdeen
05/04/2022, 4:29 PMdeen
05/04/2022, 4:30 PMichimga
05/04/2022, 4:49 PMenableRandomlyColoredTags: false
setting available for the editing mode in VSCode? Basically, wanting to disable visibility of the color square when writing.deen
05/04/2022, 5:29 PMjohndendron29
05/04/2022, 5:59 PMichimga
05/04/2022, 7:25 PMnoRandomlyColoredTags: true
. It's not there by default at all. And if I put it under preview:
I get an error saying property is not allowed.SeriousBug
05/04/2022, 7:27 PMversion: 5
noRandomlyColoredTags: true
commands: ...
If you get a warning inside of the YAML file you can ignore thatNorbertK
05/04/2022, 7:45 PMvaden
05/04/2022, 9:32 PMSeriousBug
05/04/2022, 9:34 PMDendron: Doctor
command from the command palette, then pick the removeStubs
action when prompted? It should delete all empty notesalexis<3
05/04/2022, 9:35 PMvaden
05/04/2022, 9:36 PMSeriousBug
05/04/2022, 9:36 PM