Quickstart
Plugin
Adding a seed to an existing workspace
In this example, dendron.dendron-site
is the name of the seed. Replace this string with your desired seed.
- Open the command palette and run Add Seed to Workspace. In the dropdown, select
dendron.dendron-site
- Wait for the seed to be imported. After the import, run Reload Index for Dendron to index the seed.
CLI
Adding a seed to an existing workspace
In this example, dendron.dendron-site
is the name of the seed. Replace this string with your desired seed.
- Navigate to your current workspace
cd {workspace}
- Add the seed
dendron seed add dendron.dendron-site
-
Open the workspace. You should find your workspace initialized with the contents from wiki.dendron.so.
-
(Clean up)
dendron seed remove dendron.dendron-site
Backlinks