Enable dendron functionality in any workspace, folder, or window #322
Labels
area.onboard
Everything to do with initial vault setup and import/export of your notes to other systems (Pods).
size.big
type.epic
Umbrella issues representing significant customer impact
Is your feature request related to a problem? Please describe.
Coming from Obsidian, one of the reasons why I tried dendron was so that I could unify the program where I take notes with the program where I do most of my work (VSCode). Often times I need to take notes while coding. To my knowledge, dendron requires a dendron workspace to be open to have most of its functionality enabled (i.e.
dendron.createDailyJournalNote
fails witherror: "engine not set"
when invoked in a non-dendron workspace).Describe alternatives you've considered
Currently, I have to keep one VSCode window dedicated to the dendron workspace alongside other windows for coding. This leads to frustrating context switching when writing notes that require code references (i.e. frequent
Alt+Tab
-ing between windows) and makes dendron's note-taking workflow feel similar to external programs with no VSCode interface, such as Obsidian.Describe the solution you'd like
I think it would be useful to have the dendron hierarchy/view tree in its own activity bar pane when you are in any workspace other than a dendron workspace (similar to GitLens's implementation). Creating notes, lookup, and other functionality should work in reference to the selected dendron workspace regardless of the workspace/window you're currently in. I'm unsure of the performance ramifications of such a feature, but if they're significant then only a subset of key features could be enabled.
The text was updated successfully, but these errors were encountered: