Hello, a question please: I want to try the "mult...
# questions
e
Hello, a question please: I want to try the "multi-root" workspace, by putting multiple vaults "outside" the main workspace. (to have the shared "contact list" as shown in "a day in dendron") I have the config file as
Copy code
//dendron.yml
workspace:
    vaults:
        -
            fsPath: ../vault/person
            name: person

//dendron.code-workspace
...
        {
            "name": "person",
            "path": "../vault/person"
        },
...
Other main features work fine (e.g. lookup) but when I try to refactor "person.someone" to "friend.someone", the preprocessing is OK (I see the list of before/after notes) I got a "vault no found" error... Any idea? thanks