diff --git a/README.md b/README.md index 2a06701..e6a54a5 100644 --- a/README.md +++ b/README.md @@ -78,5 +78,6 @@ This repository contains the following plugins: | [🏠](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.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | | [🏠](https://discourse.joplinapp.org/t/untagged/16680) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl) | Untagged | 2.1.1 | This is a joplin plugin to find notes and todos without a tag. | BeatLink | +| [🏠](https://github.com/joplin/plugin-victor#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.Victor/plugin.jpl) | Victor | 1.0.0 | Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over. | Laurent Cozic | | [🏠](https://discourse.joplinapp.org/t/joplin-white-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-white-theme/plugin.jpl) | White Theme | 0.0.6 | A white theme for joplin | BeatLink | diff --git a/manifests.json b/manifests.json index bd32822..be7f1f5 100644 --- a/manifests.json +++ b/manifests.json @@ -1190,5 +1190,20 @@ "_publish_hash": "sha256:2a6fd16c3e5b3c7cbc4689a45ed08e531c5035937695c637c97630d69f808692", "_publish_commit": "main:6789d416b510691a4fef56a2eb91eae7854a8d7c", "_npm_package_name": "joplin-plugin-github-theme" + }, + "org.joplinapp.plugins.Victor": { + "manifest_version": 1, + "id": "org.joplinapp.plugins.Victor", + "app_min_version": "2.2", + "version": "1.0.0", + "name": "Victor", + "description": "Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over.", + "author": "Laurent Cozic", + "homepage_url": "https://github.com/joplin/plugin-victor#readme", + "repository_url": "https://github.com/joplin/plugin-victor", + "keywords": [], + "_publish_hash": "sha256:4374fa22d2af787ccf43fdeacac4f302fe5932d7555b7c471b7c6f968c35fc1a", + "_publish_commit": "master:9a86a322081b666211ee43b7a24076bbebaf963e", + "_npm_package_name": "joplin-plugin-victor" } } \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.Victor/manifest.json b/plugins/org.joplinapp.plugins.Victor/manifest.json new file mode 100644 index 0000000..84d74d7 --- /dev/null +++ b/plugins/org.joplinapp.plugins.Victor/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "org.joplinapp.plugins.Victor", + "app_min_version": "2.2", + "version": "1.0.0", + "name": "Victor", + "description": "Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over.", + "author": "Laurent Cozic", + "homepage_url": "https://github.com/joplin/plugin-victor#readme", + "repository_url": "https://github.com/joplin/plugin-victor", + "keywords": [], + "_publish_hash": "sha256:4374fa22d2af787ccf43fdeacac4f302fe5932d7555b7c471b7c6f968c35fc1a", + "_publish_commit": "master:9a86a322081b666211ee43b7a24076bbebaf963e", + "_npm_package_name": "joplin-plugin-victor" +} \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.Victor/plugin.jpl b/plugins/org.joplinapp.plugins.Victor/plugin.jpl new file mode 100644 index 0000000..999435b Binary files /dev/null and b/plugins/org.joplinapp.plugins.Victor/plugin.jpl differ