https://www.dendron.so/ logo
j

jyeung

05/16/2022, 7:53 AM
Hi @Xanaus - it looks like you don't have any vaults specified in your dendron.yml file. Did you modify this section recently? If you run 'Dendron: Configure(yaml)`, you can see the contents
Copy code
yml
    "workspace": {
        "vaults": [],
x

Xanaus

05/16/2022, 8:30 AM
Nope I havent touched it
This is what i got after running the configure ymal cmd
I had creted a new vault called Statistics today only that is shown
j

jyeung

05/16/2022, 10:18 AM
I see - can you try to add back your old vaults in there?
x

Xanaus

05/16/2022, 10:19 AM
How do I add the old vaults?
like do i need to sit and write all of it?
j

jyeung

05/16/2022, 10:22 AM
probably fastest way is to hand edit it.. judging by your workspace file in the earlier log you sent, try this:
Copy code
yaml
vaults:
    -
        fsPath: vault
    - 
        fsPath: OBSTETRICS
        name: OBSTETRICS
    - 
        fsPath: Pharmacology
        name: Pharmacology
    - 
        fsPath: Medicine
        name: Medicine
    - 
        fsPath: GYNECOLOGY
        name: GYNECOLOGY
    - 
        fsPath: Surgery
        name: Surgery
x

Xanaus

05/16/2022, 10:33 AM
Ok will do it
This the error I got after i added the code u said to add
I forgot to add
-
after entering what you told me to add now its not showing anymore
thanks for the help
j

jyeung

05/17/2022, 1:47 AM
Are things working again now?
x

Xanaus

05/17/2022, 6:30 AM
Yes its working fine now
2 Views