diff --git a/README.md b/README.md index 3efcdfa..8488078 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,5 @@ This repository contains the following plugins: [๐Ÿ ](https://github.com/martinkorelic/joplin-plugin-spoiler-cards) | Spoiler cards | 0.3.1 | Create spoiler cards with title and extendable body. | Martin Koreliฤ [๐Ÿ ](https://github.com/roman-r-m/joplin-plugin-table-formatter) | Table Formatter Plugin | 1.1.1 | Format the table under the cursor in Markdown editor | Roman Musin [๐Ÿ ](https://github.com/forcewake/joplin-tags-generator) | 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://discourse.joplinapp.org/t/untagged/16680) | Untagged | 1.0.1 | This is a joplin plugin to find notes and todos without a tag. | BeatLink diff --git a/manifests.json b/manifests.json index 720d054..801b1ae 100644 --- a/manifests.json +++ b/manifests.json @@ -566,5 +566,20 @@ "_publish_hash": "sha256:9da717a1ab9a247c296efca52ea813f32485c457facdd53334426c3082639d21", "_publish_commit": "master:54f12cfa7e401e4783a602db4d8d2a681b981a3e", "_npm_package_name": "joplin-plugin-spoiler-cards" + }, + "com.github.BeatLink.joplin-plugin-untagged": { + "manifest_version": 1, + "id": "com.github.BeatLink.joplin-plugin-untagged", + "app_min_version": "1.7", + "version": "1.0.1", + "name": "Untagged", + "description": "This is a joplin plugin to find notes and todos without a tag.", + "author": "BeatLink", + "homepage_url": "https://discourse.joplinapp.org/t/untagged/16680", + "repository_url": "https://github.com/BeatLink/joplin-plugin-untagged", + "keywords": [], + "_publish_hash": "sha256:481f73b2dad763bb02d56542190ca836b6e8ec43f8df33f8771440f2acf77a67", + "_publish_commit": "main:2c09ccd9f6c23d791970129f320623444f79a7dc", + "_npm_package_name": "joplin-plugin-untagged" } } \ No newline at end of file diff --git a/plugins/com.github.BeatLink.joplin-plugin-untagged/manifest.json b/plugins/com.github.BeatLink.joplin-plugin-untagged/manifest.json new file mode 100644 index 0000000..5761549 --- /dev/null +++ b/plugins/com.github.BeatLink.joplin-plugin-untagged/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "com.github.BeatLink.joplin-plugin-untagged", + "app_min_version": "1.7", + "version": "1.0.1", + "name": "Untagged", + "description": "This is a joplin plugin to find notes and todos without a tag.", + "author": "BeatLink", + "homepage_url": "https://discourse.joplinapp.org/t/untagged/16680", + "repository_url": "https://github.com/BeatLink/joplin-plugin-untagged", + "keywords": [], + "_publish_hash": "sha256:481f73b2dad763bb02d56542190ca836b6e8ec43f8df33f8771440f2acf77a67", + "_publish_commit": "main:2c09ccd9f6c23d791970129f320623444f79a7dc", + "_npm_package_name": "joplin-plugin-untagged" +} \ No newline at end of file diff --git a/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl b/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl new file mode 100644 index 0000000..e766662 Binary files /dev/null and b/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl differ