diff --git a/README.md b/README.md index 57951a9..da75799 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This repository contains the following plugins: [🏠](https://github.com/herdsothom/joplin-insert-date) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | Jira Issue | 1.6.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | Marco LUCARELLA [🏠](https://github.com/Cologler/userlink-joplin) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler -[🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.7 | View the connections between Joplin notes. | Trey Moore +[🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.8 | View the connections between Joplin notes. | Trey Moore [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.4.3 | Turn your notes into a powerful calculator with inline math. | Caleb John [🏠](https://github.com/fengqiaozhu/joplin_plugin_nlr.git) | NLR | 1.0.2 | 将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin. | fengQ diff --git a/manifests.json b/manifests.json index b5c278a..d33a324 100644 --- a/manifests.json +++ b/manifests.json @@ -346,7 +346,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "0.9.7", + "version": "0.9.8", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -359,8 +359,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:7336674e6bed9ba4de1cde4ac06e6db539f7199fc8e810a083514f6e6cb09d72", - "_publish_commit": "master:0e2487abd17c6f71ff17c59e8420b31392d39254", + "_publish_hash": "sha256:a6716f6a6ef1094f4561f1e8ab612b83ce7dfc95a0db01e01b5275153baff728", + "_publish_commit": "master:9f3d71a2f85a9eccab52f37a6c83c4e5b74a7c93", "_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 2e1da21..5535e7c 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": "0.9.7", + "version": "0.9.8", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:7336674e6bed9ba4de1cde4ac06e6db539f7199fc8e810a083514f6e6cb09d72", - "_publish_commit": "master:0e2487abd17c6f71ff17c59e8420b31392d39254", + "_publish_hash": "sha256:a6716f6a6ef1094f4561f1e8ab612b83ce7dfc95a0db01e01b5275153baff728", + "_publish_commit": "master:9f3d71a2f85a9eccab52f37a6c83c4e5b74a7c93", "_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 a5ee8b8..078c1b4 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ