diff --git a/README.md b/README.md index 8a0e8d3..214b4c0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ This repository contains the following plugins: | [🏠](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/hieuthi/joplin-plugin-metis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.metis/plugin.jpl) | Metis | 0.1.3 | A Simple Task Manager Plugin for Joplin based on Todo.txt Specification | Hieu-Thi Luong | | [🏠](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.1.0 | 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.2.0 | A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, 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 5cfccd8..c1de91a 100644 --- a/manifests.json +++ b/manifests.json @@ -1348,9 +1348,9 @@ "manifest_version": 1, "id": "ylc395.noteLinkSystem", "app_min_version": "2.2", - "version": "0.1.0", + "version": "0.2.0", "name": "Note Link System", - "description": "A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, and much more feature", + "description": "A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, and much more feature", "author": "ylc395", "homepage_url": "https://github.com/ylc395/joplin-plugin-note-link-system", "repository_url": "https://github.com/ylc395/joplin-plugin-note-link-system", @@ -1358,8 +1358,8 @@ "link", "bidi link" ], - "_publish_hash": "sha256:dd3e9b77e817eef24bb376bbc1c676a9266ee1a34fdcd8f879a8b05ab196869b", - "_publish_commit": "main:08ba1f945729fd81332f9c03f9225c2dcbe0741f", + "_publish_hash": "sha256:3300acf76fb206f0efd8674567fb4665979680fac0a33eae67516ec4495363f2", + "_publish_commit": "main:64c05dd69ca34cf13f5caf77d4ba442ff3858867", "_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 04109a0..b208660 100644 --- a/plugins/ylc395.noteLinkSystem/manifest.json +++ b/plugins/ylc395.noteLinkSystem/manifest.json @@ -2,9 +2,9 @@ "manifest_version": 1, "id": "ylc395.noteLinkSystem", "app_min_version": "2.2", - "version": "0.1.0", + "version": "0.2.0", "name": "Note Link System", - "description": "A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, and much more feature", + "description": "A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, and much more feature", "author": "ylc395", "homepage_url": "https://github.com/ylc395/joplin-plugin-note-link-system", "repository_url": "https://github.com/ylc395/joplin-plugin-note-link-system", @@ -12,7 +12,7 @@ "link", "bidi link" ], - "_publish_hash": "sha256:dd3e9b77e817eef24bb376bbc1c676a9266ee1a34fdcd8f879a8b05ab196869b", - "_publish_commit": "main:08ba1f945729fd81332f9c03f9225c2dcbe0741f", + "_publish_hash": "sha256:3300acf76fb206f0efd8674567fb4665979680fac0a33eae67516ec4495363f2", + "_publish_commit": "main:64c05dd69ca34cf13f5caf77d4ba442ff3858867", "_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 2fe3e80..367a8c9 100644 Binary files a/plugins/ylc395.noteLinkSystem/plugin.jpl and b/plugins/ylc395.noteLinkSystem/plugin.jpl differ