From e206241dea00bfb114f8aef0a2b12548b687abb0 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 13 Sep 2022 10:50:49 -0700 Subject: [PATCH 1/2] sync --- vault/dendron.concepts.vault.md | 9 +++++++++ vault/dendron.concepts.workspace.md | 9 +++++++++ vault/dendron.topic.multi-vault.md | 7 ++++--- vault/dendron.topic.vaults.md | 6 ++++-- vault/dendron.topic.workspace.md | 14 +++++--------- 5 files changed, 31 insertions(+), 14 deletions(-) create mode 100644 vault/dendron.concepts.vault.md create mode 100644 vault/dendron.concepts.workspace.md diff --git a/vault/dendron.concepts.vault.md b/vault/dendron.concepts.vault.md new file mode 100644 index 000000000..a0f274c86 --- /dev/null +++ b/vault/dendron.concepts.vault.md @@ -0,0 +1,9 @@ +--- +id: zff7qpythi8jlgoirafpbji +title: Vault +desc: '' +updated: 1663090747309 +created: 1663090619623 +--- + +A vault is a collection of notes, files, and configuration files. \ No newline at end of file diff --git a/vault/dendron.concepts.workspace.md b/vault/dendron.concepts.workspace.md new file mode 100644 index 000000000..f8af7e63b --- /dev/null +++ b/vault/dendron.concepts.workspace.md @@ -0,0 +1,9 @@ +--- +id: 5wo4red47tw3y94bsek879l +title: Workspace +desc: '' +updated: 1663090980107 +created: 1663090751357 +--- + +A workspace is a collection of one or more [[vaults|dendron://dendron.dendron-site/dendron.concepts.vault]]. This is a folder that contains all the files necessary to manage your information in Dendron. \ No newline at end of file diff --git a/vault/dendron.topic.multi-vault.md b/vault/dendron.topic.multi-vault.md index 509956352..3367d9746 100644 --- a/vault/dendron.topic.multi-vault.md +++ b/vault/dendron.topic.multi-vault.md @@ -1,14 +1,15 @@ --- id: 24b176f1-685d-44e1-a1b0-1704b1a92ca0 -title: Multi Vault +title: Multi Vault Setup desc: '' -updated: 1655740525819 +updated: 1663091336591 created: 1605630383515 --- ## Summary -Multi vault refers to managing multiple [[vaults|dendron://dendron.dendron-site/dendron.concepts#vaults]] within your workspace. +A multi vault setup refers to a [[workspace|dendron://dendron.dendron-site/dendron.concepts.workspace]] with multiple +to managing multiple [[vaults|dendron://dendron.dendron-site/dendron.concepts.vault]]. ## Use Cases diff --git a/vault/dendron.topic.vaults.md b/vault/dendron.topic.vaults.md index 00fc4bce7..be60148db 100644 --- a/vault/dendron.topic.vaults.md +++ b/vault/dendron.topic.vaults.md @@ -2,13 +2,15 @@ id: 6682fca0-65ed-402c-8634-94cd51463cc4 title: Vaults desc: "" -updated: 1655317082844 +updated: 1663090732387 created: 1622841137387 --- ## Summary -Your workspace is made up of one or more **vaults**. A Dendron vault stores a collection of related notes. If you're familiar with git, it's just like a code repo. By default, Dendron creates a _vaults_ folder when you first initialize a **workspace**. All your notes are stored on a per vault basis. +![[dendron://dendron.dendron-site/dendron.concepts.vault]] + +If you're familiar with git, it's just like a code repo. By default, Dendron creates a _vaults_ folder when you first initialize a **workspace**. All your notes are stored on a per vault basis. ``` . diff --git a/vault/dendron.topic.workspace.md b/vault/dendron.topic.workspace.md index e833757a8..aba2e832f 100644 --- a/vault/dendron.topic.workspace.md +++ b/vault/dendron.topic.workspace.md @@ -2,19 +2,19 @@ id: c4cf5519-f7c2-4a23-b93b-1c9a02880f6b title: Workspace desc: '' -updated: 1657825519258 +updated: 1663091186851 created: 1622841295415 --- ## Summary -A Dendron workspace is a collection of one or more [[vaults|dendron://dendron.dendron-site/dendron.topic.vaults]] (folders with notes). +![[dendron://dendron.dendron-site/dendron.concepts.workspace]] ## Details -Every workspace has a [[dendron.yml|dendron://dendron.dendron-site/dendron.ref.config]] which specifies all vaults and configurations for a particular workspace. +The workspace is the top most folder you create when you run `Dendron: Initialize Workspace`. It is at the same level where the `dendron.yml` file is located. -Most workspaces only have a single vault. See [[Multi Vault|dendron://dendron.dendron-site/dendron.topic.multi-vault]] for scenarios of adding additional vaults. +A workspace contains one or more [[vaults|dendron://dendron.dendron-site/dendron.concepts.vault]], with a single vault being the most common (see [[when you might want multiple vaults|dendron://dendron.dendron-site/dendron.topic.multi-vault]] for scenarios that might require additional vaults) ## Concepts @@ -37,13 +37,9 @@ You can have a **bare code workspace** or a **bare native workspace**. ## Commands -### Workspace: Add and Commit - -Add and commit all notes across all vaults to git. - ### Workspace: Sync -![[dendron://dendron.dendron-site/dendron.topic.workspace.commands.sync]] +![[dendron://dendron.dendron-site/dendron.topic.workspace.commands.sync#summary,1]] ## Workspace Types From 7d15744640e3394d0f0f6cc5f56b08b8c55972a3 Mon Sep 17 00:00:00 2001 From: Mark Choi Date: Wed, 14 Sep 2022 11:17:43 +0900 Subject: [PATCH 2/2] remove docs for open link command --- vault/dendron.ref.commands.open-link.md | 14 ------------ vault/dendron.topic.links.commands.md | 6 +---- .../dendron.topic.links.commands.open-link.md | 22 ------------------- vault/dendron.topic.navigation.md | 6 +---- 4 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 vault/dendron.ref.commands.open-link.md delete mode 100644 vault/dendron.topic.links.commands.open-link.md diff --git a/vault/dendron.ref.commands.open-link.md b/vault/dendron.ref.commands.open-link.md deleted file mode 100644 index 71fbd69b9..000000000 --- a/vault/dendron.ref.commands.open-link.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -id: o18lzknwc6szk9xsmkmiy52 -title: Open Link -desc: '' -updated: 1651331092755 -created: 1651331064203 -shortcuts: none ---- - -- shortcuts: {{fm.custom.shortcuts}} - -Open link to external file (eg. PDF, .mov, etc.) use system default. Relative files paths will be opened relative to the vault that the note is in. - - diff --git a/vault/dendron.topic.links.commands.md b/vault/dendron.topic.links.commands.md index f4b23d773..ff0e2eb4a 100644 --- a/vault/dendron.topic.links.commands.md +++ b/vault/dendron.topic.links.commands.md @@ -2,7 +2,7 @@ id: hjmfw8ex5bny8bmqw1b9r32 title: Commands desc: '' -updated: 1660882056416 +updated: 1663121798379 created: 1658830804935 config: global: @@ -17,10 +17,6 @@ config: ![[dendron://dendron.dendron-site/dendron.topic.links.commands.go-to-note#summary,1]] -## Open Link - -![[dendron://dendron.dendron-site/dendron.topic.links.commands.open-link#summary,1]] - ## Paste Link ![[dendron://dendron.dendron-site/dendron.topic.links.commands.paste-link#summary,1]] diff --git a/vault/dendron.topic.links.commands.open-link.md b/vault/dendron.topic.links.commands.open-link.md deleted file mode 100644 index 7e8c1389b..000000000 --- a/vault/dendron.topic.links.commands.open-link.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -id: 30es53y4x7ex0rp8qawzcng -title: "Dendron: Open Link" -desc: 'Open a regular link under your cursor' -updated: 1660875499918 -created: 1658831109680 ---- - -> {{fm.title}} is scheduled for deprecation. Please use the [[Dendron: Go to|dendron://dendron.dendron-site/dendron.ref.commands.goto]] command. - -## Summary -{{fm.desc}}. - -## Keybidings -none - -## Details - - - -**{{fm.title}}** is a command that lets you open a regular link under under your cursor. -The link will be opened with the system default application for the link. diff --git a/vault/dendron.topic.navigation.md b/vault/dendron.topic.navigation.md index 78a52bf94..a5695fdbf 100644 --- a/vault/dendron.topic.navigation.md +++ b/vault/dendron.topic.navigation.md @@ -2,7 +2,7 @@ id: cphUwSPk12j4lS0tKjBdC title: Navigation desc: '' -updated: 1660884980339 +updated: 1663121664070 created: 1638899506405 --- @@ -78,10 +78,6 @@ The `Go Down` lookup supports tabbing for autocompletion. ![](https://foundation-prod-assetspublic53c57cce-8cpvgjldwysl.s3-us-west-2.amazonaws.com/assets/images/hierarchy.go-down.gif) -### [[Open Link|dendron://dendron.dendron-site/dendron.ref.commands.open-link]] - -![[dendron://dendron.dendron-site/dendron.ref.commands.open-link]] - ## Graph View Dendron lets you explore your notes via a graph. Read about the [[Graph View|dendron://dendron.dendron-site/dendron.topic.graph-view]] here.