kevins8
10/17/2020, 3:03 PM~/Dendron/private-vault
~/Dropbox/Dendron/public-vault
when we launch multi-vault, you'll still be able to access all your notes as if they were in one big vault even if you add multiple ones. say you have the following files
private-vault/
- ...
- me.public.md
public-vault/
- ...
- me.secret.md
when you use lookup, and type me.
, you'll see the following results
- me.public (public-vault)
- me.secret (private-vault)
you can also put a deny-list in your dendron.yml
to make sure you don't accidentally publish notes you don't want to. the following configuration will publish your me
hierarchy from your public vault but not your private one
yml
siteHierarchies:
- me
localOnly:
- private-vault