ElderFallGuy
02/21/2022, 11:03 AM//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