diff --git a/README.md b/README.md index ce3bf6a..8933235 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This repository contains the following plugins: | [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.MathMode/plugin.jpl) | Math Mode | 0.5.3 | Turn your notes into a powerful calculator with inline math. | Caleb John | | [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl) | Menu items, Shortcuts, Toolbar icons | 1.1.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek | | [🏠](https://github.com/fengqiaozhu/joplin_plugin_nlr.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin_plugin.nlr/plugin.jpl) | NLR | 1.0.2 | 将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin. | fengQ | -| [🏠](https://github.com/ylc395/joplin-plugin-note-link-system) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.noteLinkSystem/plugin.jpl) | Note Link System | 0.0.4 | A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, and much more feature | ylc395 | +| [🏠](https://github.com/ylc395/joplin-plugin-note-link-system) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.noteLinkSystem/plugin.jpl) | Note Link System | 0.0.5 | A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, and much more feature | ylc395 | | [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.ToggleSidebars/plugin.jpl) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic | | [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.note-overview/plugin.jpl) | Note overview | 1.5.4 | A note overview is created based on the defined search and the specified fields. | JackGruber | | [🏠](https://github.com/Kaid00/joplin-note-statistics#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.azamahJunior.note-statistics/plugin.jpl) | Note Statistics | 1.0.4 | Plugin to get note statistics | Azamah Junior | diff --git a/manifests.json b/manifests.json index cfc89f3..9861114 100644 --- a/manifests.json +++ b/manifests.json @@ -1367,7 +1367,7 @@ "manifest_version": 1, "id": "ylc395.noteLinkSystem", "app_min_version": "2.2", - "version": "0.0.4", + "version": "0.0.5", "name": "Note Link System", "description": "A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, and much more feature", "author": "ylc395", @@ -1377,8 +1377,8 @@ "link", "bidi link" ], - "_publish_hash": "sha256:706ac57650f7d9ce1b31f4c2e7e07c7d1319901dfeeaf950371b33da93b5e278", - "_publish_commit": "main:30c74d92e0fb8df7c574e7ad393c0389e1c06ea5", + "_publish_hash": "sha256:e8b24d97721cd92fced384876888044ca935c601c5b69a3fe7813fc935363712", + "_publish_commit": "main:1145e16100708a32803064baca1e2ed1b7d4eca6", "_npm_package_name": "joplin-plugin-note-link-system" }, "com.hieuthi.joplin.container-with-classes": { diff --git a/plugins/ylc395.noteLinkSystem/manifest.json b/plugins/ylc395.noteLinkSystem/manifest.json index 31c17b4..845dbc4 100644 --- a/plugins/ylc395.noteLinkSystem/manifest.json +++ b/plugins/ylc395.noteLinkSystem/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "ylc395.noteLinkSystem", "app_min_version": "2.2", - "version": "0.0.4", + "version": "0.0.5", "name": "Note Link System", "description": "A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, and much more feature", "author": "ylc395", @@ -12,7 +12,7 @@ "link", "bidi link" ], - "_publish_hash": "sha256:706ac57650f7d9ce1b31f4c2e7e07c7d1319901dfeeaf950371b33da93b5e278", - "_publish_commit": "main:30c74d92e0fb8df7c574e7ad393c0389e1c06ea5", + "_publish_hash": "sha256:e8b24d97721cd92fced384876888044ca935c601c5b69a3fe7813fc935363712", + "_publish_commit": "main:1145e16100708a32803064baca1e2ed1b7d4eca6", "_npm_package_name": "joplin-plugin-note-link-system" } \ No newline at end of file diff --git a/plugins/ylc395.noteLinkSystem/plugin.jpl b/plugins/ylc395.noteLinkSystem/plugin.jpl index 86b58a2..d1ca588 100644 Binary files a/plugins/ylc395.noteLinkSystem/plugin.jpl and b/plugins/ylc395.noteLinkSystem/plugin.jpl differ