Skip to content
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

Remove docs for deprecated Open Link command #648

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions vault/dendron.concepts.vault.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: zff7qpythi8jlgoirafpbji
title: Vault
desc: ''
updated: 1663090747309
created: 1663090619623
---

A vault is a collection of notes, files, and configuration files.
9 changes: 9 additions & 0 deletions vault/dendron.concepts.workspace.md
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 0 additions & 14 deletions vault/dendron.ref.commands.open-link.md

This file was deleted.

6 changes: 1 addition & 5 deletions vault/dendron.topic.links.commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: hjmfw8ex5bny8bmqw1b9r32
title: Commands
desc: ''
updated: 1660882056416
updated: 1663121798379
created: 1658830804935
config:
global:
Expand All @@ -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]]
Expand Down
22 changes: 0 additions & 22 deletions vault/dendron.topic.links.commands.open-link.md

This file was deleted.

7 changes: 4 additions & 3 deletions vault/dendron.topic.multi-vault.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 1 addition & 5 deletions vault/dendron.topic.navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: cphUwSPk12j4lS0tKjBdC
title: Navigation
desc: ''
updated: 1660884980339
updated: 1663121664070
created: 1638899506405
---

Expand Down Expand Up @@ -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.

Expand Down
6 changes: 4 additions & 2 deletions vault/dendron.topic.vaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
.
Expand Down
14 changes: 5 additions & 9 deletions vault/dendron.topic.workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down