diff --git a/README.md b/README.md index 3e936e0..6ab30ac 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ This repository contains the following plugins: | [🏠](https://github.com/hieuthi/joplin-plugin-slash-commands) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl) | Slash Commands: Datetime & More | 1.2.1 | Execute several utilities by typing a command that starts with a slash. | Hieu-Thi Luong | | [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | Spoilers | 1.0.3 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič | | [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.joplin-table-formatter/plugin.jpl) | Table Formatter Plugin | 1.2.1 | Format the table under the cursor in Markdown editor | Roman Musin | +| [🏠](https://github.com/benlau/joplin-plugin-tag-links) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-tag-links/plugin.jpl) | Tag Links | 0.1.0 | Insert the link of tags at the footer automatically | Ben Lau | | [🏠](https://github.com/JackGruber/joplin-plugin-tagging/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.copytags/plugin.jpl) | Tagging | 1.0.1 | Plugin to extend the Joplin tagging menu with a coppy all tags and a tagging dialog with more control. (Formerly Copy Tags). | JackGruber | | [🏠](https://github.com/forcewake/joplin-tags-generator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.forcewake.tags-generator/plugin.jpl) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake | | [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.2.1 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | diff --git a/manifests.json b/manifests.json index 5cdadf6..44a8c30 100644 --- a/manifests.json +++ b/manifests.json @@ -1691,5 +1691,20 @@ "_publish_hash": "sha256:d761aefe332ae507383119172e21b5f824b5088785d64b927afe43950c62f13e", "_publish_commit": "master:72fed41ea4fa40107fd458218020b64cf58f701a", "_npm_package_name": "joplin-plugin-remove-images" + }, + "joplin-plugin-tag-links": { + "manifest_version": 1, + "id": "joplin-plugin-tag-links", + "app_min_version": "1.7", + "version": "0.1.0", + "name": "Tag Links", + "description": "Insert the link of tags at the footer automatically", + "author": "Ben Lau", + "homepage_url": "https://github.com/benlau/joplin-plugin-tag-links", + "repository_url": "https://github.com/benlau/joplin-plugin-tag-links", + "keywords": [], + "_publish_hash": "sha256:8a6f3fb728f1dcda975d89218f7aa9b2501c213e551c9cf48845ca070d50e541", + "_publish_commit": "main:af5b22e64e546f6d2b4c397197d8d670c61eefed", + "_npm_package_name": "joplin-plugin-tag-links" } } \ No newline at end of file diff --git a/plugins/joplin-plugin-tag-links/manifest.json b/plugins/joplin-plugin-tag-links/manifest.json new file mode 100644 index 0000000..188c33c --- /dev/null +++ b/plugins/joplin-plugin-tag-links/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "joplin-plugin-tag-links", + "app_min_version": "1.7", + "version": "0.1.0", + "name": "Tag Links", + "description": "Insert the link of tags at the footer automatically", + "author": "Ben Lau", + "homepage_url": "https://github.com/benlau/joplin-plugin-tag-links", + "repository_url": "https://github.com/benlau/joplin-plugin-tag-links", + "keywords": [], + "_publish_hash": "sha256:8a6f3fb728f1dcda975d89218f7aa9b2501c213e551c9cf48845ca070d50e541", + "_publish_commit": "main:af5b22e64e546f6d2b4c397197d8d670c61eefed", + "_npm_package_name": "joplin-plugin-tag-links" +} \ No newline at end of file diff --git a/plugins/joplin-plugin-tag-links/plugin.jpl b/plugins/joplin-plugin-tag-links/plugin.jpl new file mode 100644 index 0000000..9fcde31 Binary files /dev/null and b/plugins/joplin-plugin-tag-links/plugin.jpl differ