Setup
Getting Started
- Install dependencies
git clone https://github.com/dendronhq/markdown-links.git cd markdown-links npm install
- Use
Run Extension
from the debug pane (note: this requires that dendron be installed. VSCode might ask you to install Dendron and reload at this point) - Make sure you are inside a Dendron workspace. If not, either initialize one using
Dendron: Initialize Workspace
or change to one usingDendron: Change Workspace
Setup without Dendron Extension Installed
Dendron markdown links depends on the dendron extension to be active. You can still make it work without the extension by the following instructions:
- Comment out the following in
package.json
"extensionDependencies": [ "dendron.dendron" ],
- Follow step 2 in the setup instructions above.
- Instead of using the plugin to initialize a Dendron workspace, initialize the workspace using the
dendron-cli
No note with name dendron.ref.cli found in cache during parsing.