diff --git a/README.md b/README.md index 9a2ea1e..f4dc550 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This repository contains the following plugins: | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | | [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.5 | Flexible kanban board plugin for all your tasks | Balint Magyar | | [🏠](https://github.com/hieuthi/joplin-plugin-life-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.life-calendar/plugin.jpl) | Life Calendar | 1.2.1 | Your Life in Week Plugin for Joplin | Hieu-Thi Luong | -| [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.2.1 | Visualize the connections between Joplin notes. | Trey Mo | +| [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.2.3 | Visualize the connections between Joplin notes. | Trey Mo | | [🏠](https://github.com/ajilderda/joplin-macos-native-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.andrejilderda.macOSTheme/plugin.jpl) | macOS theme | 1.2.17 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.make_all_links/plugin.jpl) | Make All Links | 1.0.3 | Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar. | S73ph4n | | [🏠](https://github.com/oswida/joplin-markdown-calc) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/osw.joplin.markdowncalc/plugin.jpl) | Markdown table calculations | 1.0.5 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | diff --git a/manifests.json b/manifests.json index 45beb2b..e585ee3 100644 --- a/manifests.json +++ b/manifests.json @@ -365,7 +365,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "1.2.1", + "version": "1.2.3", "name": "Link Graph UI", "description": "Visualize the connections between Joplin notes.", "author": "Trey Mo", @@ -378,8 +378,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:02d99d4117afd61549f3c4676b56eb25a40d63606aa8dbb8bf30009cd445697d", - "_publish_commit": "master:336adf200c48caf9a7a4eb69618b0ce5b30ec57b", + "_publish_hash": "sha256:59dabccf1cc06739a44450615661e011b6e51847460332bfe28e9b6c58827303", + "_publish_commit": "master:9561bfc3848a7ff262b9d0f65adae1cbbb99047d", "_npm_package_name": "joplin-plugin-link-graph-ui" }, "net.rmusin.resource-search": { diff --git a/plugins/io.treymo.LinkGraph/manifest.json b/plugins/io.treymo.LinkGraph/manifest.json index 871ec55..0d34471 100644 --- a/plugins/io.treymo.LinkGraph/manifest.json +++ b/plugins/io.treymo.LinkGraph/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "1.2.1", + "version": "1.2.3", "name": "Link Graph UI", "description": "Visualize the connections between Joplin notes.", "author": "Trey Mo", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:02d99d4117afd61549f3c4676b56eb25a40d63606aa8dbb8bf30009cd445697d", - "_publish_commit": "master:336adf200c48caf9a7a4eb69618b0ce5b30ec57b", + "_publish_hash": "sha256:59dabccf1cc06739a44450615661e011b6e51847460332bfe28e9b6c58827303", + "_publish_commit": "master:9561bfc3848a7ff262b9d0f65adae1cbbb99047d", "_npm_package_name": "joplin-plugin-link-graph-ui" } \ No newline at end of file diff --git a/plugins/io.treymo.LinkGraph/plugin.jpl b/plugins/io.treymo.LinkGraph/plugin.jpl index 435b183..e4e21b6 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ