dendron icon indicating copy to clipboard operation
dendron copied to clipboard

Build a globally accessible vault

Open acramsay opened this issue 2 years ago • 2 comments

Please select if your request is either something new or an enhancement

  • [ ] Enhancement of an existing Feature.
  • [X ] Request of a new feature.

Please select the area your request applies to. (Multiple selections are Possible. You can leave blank if you're not sure.)

  • [X ] Workspace - VSCode workspace, vaults, Intellisense/autocomplete, Dendron settings
  • [ ] Lookup - Dendron's Lookup Command
  • [ ] Views - Dendron Preview, Tree View, Side Panels in the UI
  • [ ] Schema - Dendron Schemas
  • [ ] Pod - Data import from / export to Dendron
  • [ ] Publish - External Site Publish
  • [ ] Markdown - Markdown features, such as syntax support and features

Is your feature request related to a problem? Please describe

I use many workspaces and repos in VSCode. Dendron is not initialized in most of these workspaces. I'd like to have a globally accessible vault for general note taking and record keeping.

Describe the solution you'd like

Add commands for managing global settings and a global vault. These settings would live in dendronrc.yml. When these settings are present, Dendron will load normally even if the active workspace is not initialized for Dendron.

Describe alternatives you've considered

Here is an alternative extension that works provide globally accessible notes: https://github.com/patleeman/VSNotes This project is dead, underdeveloped, and has significantly less functionality than Dendron

acramsay avatar Jul 25 '22 02:07 acramsay

Thanks @Lodrus for the suggestion.

I suppose that your preference is to work out of one editor window as opposed to multiple (i.e. your Dendron notes in one window, your code/other project in another)?

In your use-case, it does seem tedious to keep using vault-add for every different workspace you have; having some way to globally access Dendron vaults makes sense.

jonathanyeung avatar Jul 25 '22 04:07 jonathanyeung

For reference, this issue spawned from a discussion in Discord: https://discord.com/channels/717965437182410783/999396933930057739

Yes, you're correct about my preference to work in a single VSCode window.

acramsay avatar Jul 26 '22 21:07 acramsay