ricsan
10/03/2022, 12:00 PMkevins8
10/03/2022, 2:01 PM- obsidian vault/
- ... (obsidian stuff)
- dendron/ (git submodule)
- dendron.yml
- notes/
- dependencies/
- devlog/
you want to move devlog
to where notes
is right now?
2. currently no. we do have plans of supporting the reverse. please upvote this issue to help us prioritize https://github.com/dendronhq/dendron/issues/463ricsan
10/03/2022, 8:08 PMricsan
10/03/2022, 8:10 PMricsan
10/03/2022, 8:11 PM- obsidian vault/
- ... (obsidian stuff)
- dendron/
- dendron.yml
- notes/
- dependencies/
- gitlab.com/user/repo/
- devlog/ (git submodule)
ricsan
10/03/2022, 8:13 PMricsan
10/03/2022, 8:15 PM- obsidian vault
- ... (obsidian stuff)
- dendron/
- dendron.yml
- vaults/
- devlog/ (git submodule)
- project1vault/ (git submodule)
- ... (any other vaults I want to integrate and interop with)
ricsan
10/03/2022, 8:21 PMkevins8
10/03/2022, 8:25 PMdendron.yml
file. specifically, you want to change the path for devlog
and project1vault
to the below
yml
vaults:
- fsPath: vaults/devlog
- fsPath: vaults/project1vault
...
afterwards, you will move the submodules underneath vaults
(create the directory if it doesn't exist)
when this is done, run > Reload Workspace
and then you should be good to goricsan
10/03/2022, 8:31 PMdendron.yml
correct? Is there any modifications that need to be made for the dendron.yml
that is within the remote vault?kevins8
10/03/2022, 8:31 PMricsan
10/03/2022, 8:31 PMricsan
10/03/2022, 8:51 PMdendron/notes
area? Is it unadvisable to do so? Can I just have any and all vaults within the vaults/
directory we discussed?kevins8
10/03/2022, 8:52 PMdendron.yml
that has fsPath: notes
in itricsan
10/03/2022, 8:52 PMricsan
10/03/2022, 8:53 PMkevins8
10/03/2022, 8:55 PM