diff --git a/README.md b/README.md index 49d896c..6d7d268 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,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.1 | 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 6e51bd9..a9521d1 100644 --- a/manifests.json +++ b/manifests.json @@ -1360,5 +1360,23 @@ "_publish_hash": "sha256:2cda8a6ae1f009536ac66b6df8e0c16468e0a6680f7b2c796170527bce82b00e", "_publish_commit": "trunk:45d28ab3f8707e971fe543800a93497b8751c627", "_npm_package_name": "joplin-plugin-replace-resources" + }, + "ylc395.noteLinkSystem": { + "manifest_version": 1, + "id": "ylc395.noteLinkSystem", + "app_min_version": "2.2", + "version": "0.0.1", + "name": "Note Link System", + "description": "A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, 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", + "keywords": [ + "link", + "bidi link" + ], + "_publish_hash": "sha256:56f84d3928f113c48720432cef1d995673fc154a8928792d1da7a1109c615386", + "_publish_commit": "main:178130e798fe6974ceedca7ca80f858d95edabfb", + "_npm_package_name": "joplin-plugin-note-link-system" } } \ No newline at end of file diff --git a/plugins/ylc395.noteLinkSystem/manifest.json b/plugins/ylc395.noteLinkSystem/manifest.json new file mode 100644 index 0000000..b034ca8 --- /dev/null +++ b/plugins/ylc395.noteLinkSystem/manifest.json @@ -0,0 +1,18 @@ +{ + "manifest_version": 1, + "id": "ylc395.noteLinkSystem", + "app_min_version": "2.2", + "version": "0.0.1", + "name": "Note Link System", + "description": "A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, 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", + "keywords": [ + "link", + "bidi link" + ], + "_publish_hash": "sha256:56f84d3928f113c48720432cef1d995673fc154a8928792d1da7a1109c615386", + "_publish_commit": "main:178130e798fe6974ceedca7ca80f858d95edabfb", + "_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 new file mode 100644 index 0000000..bd96c80 Binary files /dev/null and b/plugins/ylc395.noteLinkSystem/plugin.jpl differ