1
0
mirror of synced 2024-07-01 01:18:55 +08:00

Update: io.github.personalizedrefrigerator.revealjs-integration@0.4.0

f660d19550..3584de1bdf
This commit is contained in:
Joplin Bot 2023-09-29 08:33:30 +00:00
parent 2dd286aa7c
commit 227403fb20
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 33 additions and 7 deletions

View File

@ -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 |

View File

@ -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": {

View File

@ -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"
}