-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stand Alone Vaults or Workspace Agnostic #402
Comments
Ah, I see what you're wanting: for Dendron vaults to be your Docs-as-Code This would be excellent. I'm often juggling Hugo, Sphinx, and Jekyll (non-Dendron) approaches to docs, depending on the code project, and I would love to default to Dendron vaults in my personal projects because of the Jekyll docs site publishing feature. |
Yes that was the target mostly. |
And just found #322 that is possibly related as well. |
Yes, let's close this one in favor of #322 |
Is your feature request related to a problem? Please describe.
I get frustrated if I simply want to have a Vault inside another vscode Workspace.
Example could be, I'm working on a Project and have a docs folder and I want to have this docs folder be a dendron Vault currently that is only possible by having two code instances open, one for my Code / Project and one for my Docs.
This reduces the likely hood of me actually writing the docs while working on the code.
Describe the solution you'd like
If dendron becomes Workspace agnostic.
Currently it looks for a
dendron.code-workspace
file.Which it shouldn't in my Eyes instead it should look for either a
.dendron.config
file in the root of a folder to check if it is a dendron folder. Or checking inside the*.code-workspace
file of the workspace if a Setting like dendron active exists, which could link to a separate config file or hold the dendron config inside the*.code-workspace file
Describe alternatives you've considered
A way to initialize a standalone Vault anywhere in the file system.
Additional context
if the approach of an
.dendron.config
file is taken it could be used to hold vault specific configs. Maybe even making it easier to add vaults to an existing Dendron Workspace for Multi-Vault.And the
*.code-workspace
file holds actual configuration that affects all vaults / sets defaults for vaults.The text was updated successfully, but these errors were encountered: