kevins8
07/27/2021, 11:32 PMaleksey
07/28/2021, 1:21 AMaleksey
07/28/2021, 1:30 AMworkspace property of a vault in dendron.yml? What is it for exactly? The only mention on the docs site is here: https://wiki.dendron.so/notes/6682fca0-65ed-402c-8634-94cd51463cc4.html#remote-workspace-vault, and from that I gather it must be a way to group different vaults together and/or make it easier to sync multiple vaults with remote git repos.
I find the terminology a bit confusing:
- on one hand, In Dendron, your workspace is the root of where all your files are located... A workspace has a dendron.yml file that specifies its vaults. (https://wiki.dendron.so/notes/c4cf5519-f7c2-4a23-b93b-1c9a02880f6b.html#summary)
- on the other hand, the dendron.yml can have a vault workspace property that specifies the workspace that this vault belongs` (https://wiki.dendron.so/notes/6682fca0-65ed-402c-8634-94cd51463cc4.html#workspace)
From the above, it seems that workspace means two slightly different things though. Can workspaces be nested and does this refer to sub-workspaces?
I hope what I'm asking is making sense.aleksey
07/28/2021, 2:20 AMdendron.yml). The frontmatter also doesn't fold automatically in that vault. See screenshot.aleksey
07/28/2021, 2:21 AMdendron.yml has this:
yml
vaults:
- fsPath: ../../vaults/shared
- fsPath: ../../vaults/private
- fsPath: fooltaleksey
07/28/2021, 2:23 AMkevins8
07/28/2021, 2:24 AMvault add to add the vaults or do it manually?kevins8
07/28/2021, 2:25 AMdendron.code-workspacealeksey
07/28/2021, 2:25 AMvault add. dendron.code-workspace has the following:
json
"folders": [
{"path": "foolt"},
{"path": "../../vaults/shared"},
{"path": "../../vaults/private"}
],kevins8
07/28/2021, 2:27 AMaleksey
07/28/2021, 2:27 AMkevins8
07/28/2021, 2:30 AMworkspace setting is experimental and not well documented since we're still iterating on it. when you run vault add you can either add the local path to a vault or the local path to a workspace. if you add the local path to a workspace, we will create the workspace setting into your dendron.yml and also add all the vaults under the workspace into your current workspacealeksey
07/28/2021, 2:30 AMkevins8
07/28/2021, 2:31 AMDiagnostics Report?Unamused Moniker
07/28/2021, 3:02 AMkevins8
07/28/2021, 3:52 AMUnamused Moniker
07/28/2021, 3:53 AMhenry
07/28/2021, 5:04 PMhenry
07/28/2021, 5:07 PMTika
07/29/2021, 12:18 AMTika
07/29/2021, 12:18 AMTika
07/29/2021, 12:24 AMAFewMistakesAgo
07/29/2021, 12:58 AMAFewMistakesAgo
07/29/2021, 12:58 AMAFewMistakesAgo
07/29/2021, 12:58 AMAFewMistakesAgo
07/29/2021, 12:59 AMAFewMistakesAgo
07/29/2021, 12:59 AMSeriousBug
07/29/2021, 1:01 AMSeriousBug
07/29/2021, 1:03 AMAFewMistakesAgo
07/29/2021, 1:05 AM