diff --git a/README.md b/README.md index b7a15d2..47b12d7 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-persistent-layout) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl) | Persistent Editor Layout | 2.2.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 | | [🏠](https://github.com/marc0l92/joplin-plugin-plantUML#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl) | PlantUML2 | 1.9.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | | [🏠](https://github.com/hieuthi/joplin-plugin-quick-goto) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.quick-goto/plugin.jpl) | Quick Goto | 1.2.0 | Switch to designated notes using keyboard shortcuts | Hieu-Thi Luong | -| [🏠](https://github.com/martinkorelic/joplin-plugin-quick-html-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.quick.html.tags/plugin.jpl) | Quick HTML tags | 0.1.1 | Create quick HTML tags. | Martin Korelič | +| [🏠](https://github.com/martinkorelic/joplin-plugin-quick-html-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.quick.html.tags/plugin.jpl) | Quick HTML tags | 0.2.0 | Create quick HTML tags. | Martin Korelič | | [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.quick-links/plugin.jpl) | Quick Links | 1.2.3 | Create links to other notes | Roman Musin | | [🏠](https://github.com/benji300/joplin-quick-move) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.quick-move/plugin.jpl) | Quick Move | 1.1.0 | Collection of commands to quickly move notes to other notebooks. | Benji300 | | [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.plugin.randomNotePlugin/plugin.jpl) | Random note | 1.0.3 | Opens a random note from your vault | Azamah Junior | diff --git a/manifests.json b/manifests.json index ab419bc..951e3de 100644 --- a/manifests.json +++ b/manifests.json @@ -761,7 +761,7 @@ "manifest_version": 1, "id": "joplin.plugin.quick.html.tags", "app_min_version": "2.1", - "version": "0.1.1", + "version": "0.2.0", "name": "Quick HTML tags", "description": "Create quick HTML tags.", "author": "Martin Korelič", @@ -774,8 +774,8 @@ "joplin", "plugin" ], - "_publish_hash": "sha256:d6a8f7e0d73aa046d60eb2e03bfb2775755f50f8a7aae2fa9dc6ee9ddc358a00", - "_publish_commit": "main:7fec125136c40fca19fba79a61820ba408e3a5a0", + "_publish_hash": "sha256:4765eba4f4a9949ad2455b1b84f0261540a64cb42137aa678bc2a91f92f723e1", + "_publish_commit": "main:1ba3b48a0fa507459e16d16ba2f22aca4f14259f", "_npm_package_name": "joplin-plugin-quick-html-tags" }, "com.github.joplin.kanban": { diff --git a/plugins/joplin.plugin.quick.html.tags/manifest.json b/plugins/joplin.plugin.quick.html.tags/manifest.json index a81e31d..609ff9a 100644 --- a/plugins/joplin.plugin.quick.html.tags/manifest.json +++ b/plugins/joplin.plugin.quick.html.tags/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.quick.html.tags", "app_min_version": "2.1", - "version": "0.1.1", + "version": "0.2.0", "name": "Quick HTML tags", "description": "Create quick HTML tags.", "author": "Martin Korelič", @@ -15,7 +15,7 @@ "joplin", "plugin" ], - "_publish_hash": "sha256:d6a8f7e0d73aa046d60eb2e03bfb2775755f50f8a7aae2fa9dc6ee9ddc358a00", - "_publish_commit": "main:7fec125136c40fca19fba79a61820ba408e3a5a0", + "_publish_hash": "sha256:4765eba4f4a9949ad2455b1b84f0261540a64cb42137aa678bc2a91f92f723e1", + "_publish_commit": "main:1ba3b48a0fa507459e16d16ba2f22aca4f14259f", "_npm_package_name": "joplin-plugin-quick-html-tags" } \ No newline at end of file diff --git a/plugins/joplin.plugin.quick.html.tags/plugin.jpl b/plugins/joplin.plugin.quick.html.tags/plugin.jpl index c3a047e..fd1a13d 100644 Binary files a/plugins/joplin.plugin.quick.html.tags/plugin.jpl and b/plugins/joplin.plugin.quick.html.tags/plugin.jpl differ