joplin-plugin-graph-view
Version:
This plugin provides a graph for the connections between notes in your Joplin databse. The graph is interactive and configurable. See [Features](#features) below.
36 lines • 909 B
JSON
{
"manifest_version": 1,
"id": "org.sepremento.joplin.graph",
"app_min_version": "3.2.12",
"version": "1.1.1",
"name": "Sepremento's Awesome Graph",
"description": "Visualize connections between notes in Joplin.",
"author": "Sepremento",
"repository_url": "https://github.com/sepremento/joplin-graph-view",
"keywords": [
"graph",
"knowledge graph",
"backlinks",
"links",
"zettelkasten"
],
"categories": [
"productivity",
"personal knowledge management"
],
"icons": {
"256": "icons/icon-256.png"
},
"screenshots": [
{
"src": "screenshots/screenshot-1.png",
"label": "Add multiple colored groups"
},
{
"src": "screenshots/screenshot-2.png",
"label": "Adjust forces, highlight nodes on hover"
}
],
"_publish_hash": "sha256:0c5454b37d8907fe08ea920bbaefdaf52733263e073b1b1934e3a439e0dbbee4",
"_publish_commit": "main:9e629288abe3462c8cb05b2327c0518be4a158e4"
}