diff --git a/README.md b/README.md index d8dc7f1..956d95b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/eu.xardbaiz.joplin.HackMD/plugin.jpl) | joplin-hackmd | 1.0.1 | Quick share notes on HackMD | xardbaiz | | [🏠](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/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.1.3 | 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.1.4 | 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.13 | 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 fb90df8..0a354fb 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.1.3", + "version": "1.1.4", "name": "Link Graph UI", "description": "Visualize the connections between Joplin notes.", "author": "Trey Mo", @@ -378,8 +378,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:0e2f654015a0542c8177f71deb7cbdedd80cff4177b7576ba12a0191f356a875", - "_publish_commit": "master:d2cd423f506e7f1ab78e36e5d1914e79997dc4f8", + "_publish_hash": "sha256:a6fea946c8f5747a6b66b809456effb134351291ae4f8b84055e07cb2335692a", + "_publish_commit": "master:b00259655327c62ec1ec5f09c64ea6cebbe6f4a7", "_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 c4a2cc0..b8adfc8 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.1.3", + "version": "1.1.4", "name": "Link Graph UI", "description": "Visualize the connections between Joplin notes.", "author": "Trey Mo", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:0e2f654015a0542c8177f71deb7cbdedd80cff4177b7576ba12a0191f356a875", - "_publish_commit": "master:d2cd423f506e7f1ab78e36e5d1914e79997dc4f8", + "_publish_hash": "sha256:a6fea946c8f5747a6b66b809456effb134351291ae4f8b84055e07cb2335692a", + "_publish_commit": "master:b00259655327c62ec1ec5f09c64ea6cebbe6f4a7", "_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 8da9e4b..e6400f9 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ