jyeung
05/12/2022, 10:12 AMandrey-jef
05/12/2022, 10:18 AMuFzK3VbZ8aAVmt2h
05/12/2022, 10:24 AMImport Pod
can be used to import notes but I also notice this command will rename my notes to adopt a hierarchy that I am not ready to accept. Is there a way to import notes but keep their names unchanged?rrobinson
05/12/2022, 10:40 AMJoshi
05/12/2022, 10:48 AMDendron: Doctor
and select fixfrontmatter
. This would add the required dendron frontmatter to all your notes.uFzK3VbZ8aAVmt2h
05/12/2022, 10:55 AMSilviu
05/12/2022, 11:06 AMSilviu
05/12/2022, 11:06 AMjyeung
05/12/2022, 11:22 AMBassmann
05/12/2022, 1:40 PMJoshi
05/12/2022, 1:42 PMBassmann
05/12/2022, 1:48 PMjyeung
05/12/2022, 2:06 PMiamyuh
05/12/2022, 6:37 PMSeriousBug
05/12/2022, 6:43 PM.dendron.ws
file (which should be located next to the dendron.yml
file at the root) and restarting VSCode?hv77
05/12/2022, 7:11 PMandrey-jef
05/12/2022, 10:24 PMpublic
. With the hierarchy parent.child.grand-child.*
.
Now I want to set private (or not published) the hierarchy starting from grand-child
This is how I config in dendron.yml
siteHierarchies:
- root
- parent
- child
- grand-child
hierarchy:
grand-child:
publishByDefault:
public: false
However the hierarchy starting from grand-child
is still being published online.
Please teach me why, or how to achieve my purpose?Tika
05/13/2022, 12:42 AMblue_yellow
05/13/2022, 4:11 AMjyeung
05/13/2022, 11:54 AMconfig.import.yml
file look like right now? Some docs in case it helps: https://wiki.dendron.so/notes/28dfaaf8-4944-447c-be30-39c514a80bb0/#importjyeung
05/13/2022, 12:01 PMyml
siteHierarchies:
- root
- parent
- child
- parent.child.grand-child <-- perhaps you can also try omitting this one from siteHierarchies altogether?
hierarchy:
parent.child.grand-child:
publishByDefault:
public: false
@kevins8 in case he knows betterandrey-jef
05/13/2022, 12:25 PMhv77
05/13/2022, 1:35 PMfname
is not part of the data too.
Refer to my config.import.yml
below
yaml
# description: Where to import from
src: '~/Downloads/hv77/hv77.json'
# description: name of vault to import into
vaultName: park
# description: whether to concatenate everything into one note
concatenate: false
# description: frontmatter to add to each note
frontmatter:
roam: true
# description: use the file name as the id
fnameAsId: true
d1onys1us
05/13/2022, 5:28 PMkevins8
05/13/2022, 5:30 PMSylvan
05/13/2022, 7:57 PMSeriousBug
05/13/2022, 7:59 PM.dendron.ws
? It is at the workspace root, next to dendron.yml
Sylvan
05/13/2022, 8:01 PMiamyuh
05/13/2022, 8:16 PMSylvan
05/13/2022, 8:24 PM