Link Search Menu Expand Document

Cookbook

Use Dendron with a current workspace

Copy the settings in this sample workspace file. Dendron uses your first folder as the index for where it will look for notes.

"folders": [
    {
        "path": "vault"
    },
    ...
],

Rename your current workspace file to dendron.code-workspace. Use the Dendron: Change Workspace command and set the workspace to the directory containing dendron.code-workspace.


Copyright © 2020 Thence LLC