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

Brinkodeath

02/03/2022, 8:46 PM
I am running into an issue. I just started using multiple vaults, local and custom remote, when I closed and restarted VSCode my tree view only has the root node and no children displayed. I have tried the new web tree view and it does the same thing. When I create new notes they will appear in the tree view until I close VSCode and restart it. If I create a new note with the same name in the hierarchy it overwrites the note that already was there, WITHOUT CONFIRMATION. I have created new Workspaces in multiple different folders.
k

kevins8

02/03/2022, 8:53 PM
hmm, couldn't see anything wrong in the dendron.yml. could you reload the window, run diagnostics report and paste the output?
b

Brinkodeath

02/03/2022, 9:08 PM
is this what you are looking for:
i figured it out.
k

kevins8

02/03/2022, 11:13 PM
the log you shared seems to only have one vault. is that correct? {"fsPath":"vault"}
b

Brinkodeath

02/03/2022, 11:16 PM
I have been doing my own troubleshooting and removed the others, and still only getting the root to display. I added the remote vault back in and re-freshed again
k

kevins8

02/05/2022, 1:15 AM
did that fix it or are you still seeing the issue?
b

Brinkodeath

02/07/2022, 4:13 PM
Sorry, for the delaied responce,. I am still having the same issue. I have even tried disabling all of my extensions and still, when ever I reload my window in vsCode my tree view is only the roots
@User I did a clean install of vscode and only installed Dendron > Version: 1.64.0 (user setup) > Commit: 5554b12acf27056905806867f251c859323ff7e9 > Date: 2022-02-03T04:22:20.678Z > Electron: 13.5.2 > Chromium: 91.0.4472.164 > Node.js: 14.16.0 > V8: 9.1.269.39-electron.0 > OS: Windows_NT x64 10.0.18363
I really did like this extension, but it is now almost useless to me.
After I refresh the vscode window I added another note to the tree that was already created, but not displaying and Dendron created a "virtual" root (vault) under the root (vault) and virtual notes, even though the notes already existed. I created 3 new notes using the ctrl+L menu
root.create.third.test root.create.third.test.two root.create.third.tree.test all other notes already existed. ===== dendron output window when i created these 3 notes:
is there a way to force a rebuild of the tree view?
k

kevins8

02/08/2022, 3:47 PM
so your not meant to extend the
root
node. that node is special. you can create hierarchies from other nodes
b

Brinkodeath

02/08/2022, 6:46 PM
I did not do that Dendron did that all by itself
All i was trying to do was add another note in the hierarchy which it was not showing in the tree view
you can see the files in the pane above, all i want is the tree view to display correctly
j

jyeung

02/10/2022, 4:18 AM
Hi @User , what happens if you add a note named
new.test
? Basically, don't have
root
as the prefix. Will that note work as expected?