You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last version of dendron that's available has a slightly different API - it uses dendron write instead of dendron lookup to create new notes, and the dendron workspace init command doesn't seem to create the necessary files any more.
It seems we will need to compare how dendron.yml looks from a base vscode setup to try to recreate that ourselves.
The text was updated successfully, but these errors were encountered:
Stepping back through the versions, the last time this was possible was dendron 0.77.0. In the generated dendron.yml, vaults is given an empty list [], for what it's worth.
The last version of dendron that's available has a slightly different API - it uses
dendron write
instead ofdendron lookup
to create new notes, and thedendron workspace init
command doesn't seem to create the necessary files any more.It seems we will need to compare how
dendron.yml
looks from a base vscode setup to try to recreate that ourselves.The text was updated successfully, but these errors were encountered: