diff --git a/README.md b/README.md index 0ae749f..5b4a7df 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This repository contains the following plugins: [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.3.2 | Add inline and other images to the markdown editor. | Caleb John [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 0.5.3 | Plugin to create manual and automatic backups. | JackGruber +[🏠](https://github.com/martinkorelic/joplin-plugin-spoiler-cards) | Spoiler cards | 0.2.0 | Create spoiler cards with title and extendable body. | martinkorelic [🏠](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 diff --git a/manifests.json b/manifests.json index a941699..866ba77 100644 --- a/manifests.json +++ b/manifests.json @@ -546,5 +546,25 @@ "_publish_hash": "sha256:3cafed748a4bdf84a375e73fc98c6117d539d6feacb0e496f8da015c74e067f1", "_publish_commit": "master:9ef6be5b15b93819e20d40cc661c154757dfa4f2", "_npm_package_name": "joplin-plugin-note-stats" + }, + "joplin.plugin.spoiler.cards": { + "manifest_version": 1, + "id": "joplin.plugin.spoiler.cards", + "app_min_version": "1.7", + "version": "0.2.0", + "name": "Spoiler cards", + "description": "Create spoiler cards with title and extendable body.", + "author": "martinkorelic", + "homepage_url": "https://github.com/martinkorelic/joplin-plugin-spoiler-cards", + "repository_url": "https://github.com/martinkorelic/joplin-plugin-spoiler-cards", + "keywords": [ + "joplin", + "plugin", + "cards", + "spoiler" + ], + "_publish_hash": "sha256:731434e1ad8483467326f464461b2b77b7ed63f7ae77ab1d6b4d80b2801cec44", + "_publish_commit": "master:d14b3a272313974fad93b8a543239cb8678c7e49", + "_npm_package_name": "joplin-plugin-spoiler-cards" } } \ No newline at end of file diff --git a/plugins/joplin.plugin.spoiler.cards/manifest.json b/plugins/joplin.plugin.spoiler.cards/manifest.json new file mode 100644 index 0000000..e93c054 --- /dev/null +++ b/plugins/joplin.plugin.spoiler.cards/manifest.json @@ -0,0 +1,20 @@ +{ + "manifest_version": 1, + "id": "joplin.plugin.spoiler.cards", + "app_min_version": "1.7", + "version": "0.2.0", + "name": "Spoiler cards", + "description": "Create spoiler cards with title and extendable body.", + "author": "martinkorelic", + "homepage_url": "https://github.com/martinkorelic/joplin-plugin-spoiler-cards", + "repository_url": "https://github.com/martinkorelic/joplin-plugin-spoiler-cards", + "keywords": [ + "joplin", + "plugin", + "cards", + "spoiler" + ], + "_publish_hash": "sha256:731434e1ad8483467326f464461b2b77b7ed63f7ae77ab1d6b4d80b2801cec44", + "_publish_commit": "master:d14b3a272313974fad93b8a543239cb8678c7e49", + "_npm_package_name": "joplin-plugin-spoiler-cards" +} \ No newline at end of file diff --git a/plugins/joplin.plugin.spoiler.cards/plugin.jpl b/plugins/joplin.plugin.spoiler.cards/plugin.jpl new file mode 100644 index 0000000..c451aa4 Binary files /dev/null and b/plugins/joplin.plugin.spoiler.cards/plugin.jpl differ