https://bin.disroot.org/?ad78d1743f7e97bd#Fqz41RQR...
# questions
j
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
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
I see - can you try to add back your old vaults in there?
x
How do I add the old vaults?
like do i need to sit and write all of it?
j
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
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
Are things working again now?
x
Yes its working fine now
2 Views