diff --git a/README.md b/README.md index 4158bed..8b80104 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ This repository contains the following plugins: | [🏠](https://github.com/mak2002/joplin-remove-images-from-note.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.remove.images.from.note/plugin.jpl) | Remove Images | 0.0.2 | Allows to remove images from selected note | mak2002 | | [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-repeating-todos/plugin.jpl) | Repeating To-Dos | 0.10.3 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink | | [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.resource-search/plugin.jpl) | Resource Search Plugin | 0.1.2 | Search in Attached Resources | Roman Musin | -| [🏠](https://github.com/personalizedrefrigerator/joplin-plugin-revealjs-slides/) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl) | RevealJS Integration | 0.3.0 | Turn notes into slideshows with reveal.js! | Henry Heino | +| [🏠](https://github.com/personalizedrefrigerator/joplin-plugin-revealjs-slides/) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl) | RevealJS Integration | 0.4.0 | Turn notes into slideshows with reveal.js! | Henry Heino | | [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.rich-markdown/plugin.jpl) | Rich Markdown | 0.13.3 | Helping you ditch the markdown viewer for good. | Caleb John | | [🏠](https://github.com/hieuthi/joplin-plugin-rubi-and-furigana) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl) | Rubi and Furigana | 1.1.0 | Commands that insert appropriate <ruby> and <rt> tags to formatted text to display furigana. | Hieu-Thi Luong | | [🏠](joshchavez.dev) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joshthor.export/plugin.jpl) | Save Note as MD | 1.0.2 | Simple plugin to export your current note as an MD file to the directory of your choice | Josh Chavez | diff --git a/manifests.json b/manifests.json index 662b0c8..d7c64d3 100644 --- a/manifests.json +++ b/manifests.json @@ -2950,7 +2950,7 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.revealjs-integration", "app_min_version": "2.8", - "version": "0.3.0", + "version": "0.4.0", "name": "RevealJS Integration", "description": "Turn notes into slideshows with reveal.js!", "author": "Henry Heino", @@ -2965,8 +2965,21 @@ "categories": [ "integrations" ], - "_publish_hash": "sha256:72e73c01722c9e5e3aa05ae65fe086a0d092e844e7b1b90809b74ede705f19ed", - "_publish_commit": "main:f660d195501b99ff4924255a81145aca40179d2c", + "screenshots": [ + { + "src": "../images/screenshot-light.png", + "label": "Screenshot: A Joplin plugin window showing a slideshow. The current slide states that KaTeX, highlight.js, and Mermaid are supported." + }, + { + "src": "../images/screenshot-dark.png", + "label": "Screenshot: A Joplin plugin window showing a slideshow in dark mode. States that slides are separated by ---s." + } + ], + "icons": { + "256": "../images/icon-256.png" + }, + "_publish_hash": "sha256:b79966e65f2c4a2559385cae8817c9a8278abaa2a24f5772d60ea4f4bd113ced", + "_publish_commit": "main:3584de1bdfef3c183d33647896ebed4cddff0407", "_npm_package_name": "joplin-plugin-revealjs-slides" }, "com.Plugin.ToGoogleSearch": { diff --git a/plugins/io.github.personalizedrefrigerator.revealjs-integration/manifest.json b/plugins/io.github.personalizedrefrigerator.revealjs-integration/manifest.json index 1d25b9b..f912f77 100644 --- a/plugins/io.github.personalizedrefrigerator.revealjs-integration/manifest.json +++ b/plugins/io.github.personalizedrefrigerator.revealjs-integration/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.revealjs-integration", "app_min_version": "2.8", - "version": "0.3.0", + "version": "0.4.0", "name": "RevealJS Integration", "description": "Turn notes into slideshows with reveal.js!", "author": "Henry Heino", @@ -17,7 +17,20 @@ "categories": [ "integrations" ], - "_publish_hash": "sha256:72e73c01722c9e5e3aa05ae65fe086a0d092e844e7b1b90809b74ede705f19ed", - "_publish_commit": "main:f660d195501b99ff4924255a81145aca40179d2c", + "screenshots": [ + { + "src": "../images/screenshot-light.png", + "label": "Screenshot: A Joplin plugin window showing a slideshow. The current slide states that KaTeX, highlight.js, and Mermaid are supported." + }, + { + "src": "../images/screenshot-dark.png", + "label": "Screenshot: A Joplin plugin window showing a slideshow in dark mode. States that slides are separated by ---s." + } + ], + "icons": { + "256": "../images/icon-256.png" + }, + "_publish_hash": "sha256:b79966e65f2c4a2559385cae8817c9a8278abaa2a24f5772d60ea4f4bd113ced", + "_publish_commit": "main:3584de1bdfef3c183d33647896ebed4cddff0407", "_npm_package_name": "joplin-plugin-revealjs-slides" } \ No newline at end of file diff --git a/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl b/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl index d330011..9d34c66 100644 Binary files a/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl and b/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl differ