joplin-plugin-link-graph-ui
v1.6.0
Published
This Joplin plugin provides a UI for viewing all links between Joplin notes.
Readme
Link Graph UI for Joplin
This Joplin plugin provides a UI for viewing all links between Joplin notes.
Note: Requires Joplin 2.13+
Combine this plugin with the Joplin Backlinks and Quicklinks for Zettelkasten-type functionality!
Basic Features
- View all links between notes in a graph view - the graph automatically refreshes when you change a note
- Zoom and pan on the graph to see links between your notes (and hopefully spark some ideas)
- Click on Notes in the graph to instantly navigate to the note
Screenshot:

Development
- Check out the Git repository
cdinto the repository and runnpm installto install dependencies.- Run
npm run distto build the plugin. Joplin loads the plugin fromdist/. - Start Joplin in dev mode,
which uses a separate profile so your notes are not at risk. Help > Copy dev
mode command to clipboard gives you the command for your install; it is the
Joplin executable with
--env dev. - In that Joplin, open Tools > Options > Plugins > Advanced and set
Development plugins to the path of this repository, not the
dist/directory. - Restart Joplin. Settings > Plugins lists Link Graph UI once it loads.
After changing the source, run npm run dist again and restart Joplin.
Run the tests with npm test, or npm run test:watch while working.
