brimwats
02/03/2022, 7:50 PMuser
02/03/2022, 7:51 PMrethec
02/03/2022, 7:52 PMuser
02/03/2022, 7:53 PMSeriousBug
02/03/2022, 8:14 PMBrinkodeath
02/03/2022, 8:46 PMkevins8
02/03/2022, 8:48 PMBrinkodeath
02/03/2022, 8:50 PMmuffo
02/03/2022, 11:19 PM.gitignore
for the git repo that stores my vault? For example, is it okay to ignore .dendron.cache.json
?aleksey
02/04/2022, 2:55 AM.dendron.cache.*
is in all my repos. node_modules
and build
are also ignored, but all these are default settings set when you initialize a new vault.muffo
02/04/2022, 5:02 AM.gititnore
in my vault created automatically in my home directory when I installed the extension. Looking at various repos online I found this that looks like a good example: https://github.com/kevinslin/seed-tldr/blob/main/.gitignorebanjara
02/04/2022, 6:59 AM/
e.g. abc/2000.def/2003.md
for consistency with my information sources.
but i can't do that in dendron due to linux vs windows file naming conflicts (i use both OS)... so i am using abc@2000.def@2003.md
and then manually changing the title: abc/2000.def/2003
in the frontmatter... so far it is working and the node graph shows the title as i want it to... but i just want to know if i should do this.. i.e. change frontmatter... or will there be any surprises due to changing the title key in frontmatter?hikchoi
02/04/2022, 7:04 AMSeriousBug
02/04/2022, 7:06 AMrlh1994
02/04/2022, 9:26 AMbanjara
02/04/2022, 9:41 AMnote.body = note.body + "parent: " + ????
.... what do i put in here to achieve this?Tika
02/04/2022, 1:20 PMTika
02/04/2022, 1:22 PMTika
02/04/2022, 1:24 PMrename vault
is pretty bewilderingTika
02/04/2022, 1:35 PMdomain.name.md
? Refactor Hierarchy
does not accept nothing as the replace value and Rename Node
also refuses to rename domain.name.md
to name.md
. cheersZan
02/04/2022, 3:00 PMd1onys1us
02/04/2022, 3:07 PMkevins8
02/04/2022, 3:55 PMkevins8
02/04/2022, 3:58 PMd1onys1us
02/04/2022, 4:01 PMbanjara
02/04/2022, 4:11 PMseadude
02/04/2022, 4:36 PMcarryOver
variable splits the note on the newline character ("\n"), not on "[ ]".SeriousBug
02/04/2022, 4:49 PMdendronutils/gettasks
program which the hook runs with execa
that's doing the heavy lifting of finding and moving unfinished tasksseadude
02/04/2022, 4:51 PMSeriousBug
02/04/2022, 4:51 PM