From 568214456670c65e6b7b859b69d88b70336a8278 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Thu, 9 Dec 2021 22:30:56 +0000 Subject: [PATCH] Update: com.github.marc0l92.joplin-plugin-plantUML@1.7.0 https://github.com/marc0l92/joplin-plugin-plantUML/compare/69cfb715e3d26d1c02c12b58265cd88b48d5a3c0..a861cc0d860206c40e79e36037a1beea56740136 --- README.md | 2 +- manifests.json | 6 +++--- .../manifest.json | 6 +++--- .../plugin.jpl | Bin 24576 -> 24576 bytes 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 09396cc..dccb4ed 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This repository contains the following plugins: | [🏠](https://github.com/ylc395/joplin-plugin-pages-publisher) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.pagesPublisher/plugin.jpl) | Pages Publisher | 1.6.0 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local | ylc395 | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.coderrsid.pasteSpecial/plugin.jpl) | Paste Special | 1.1.2 | A plugin used to paste special text into Joplin | coderrsid | | [🏠](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.6.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | +| [🏠](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.7.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://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.2 | Create links to other notes | Roman Musin | diff --git a/manifests.json b/manifests.json index 7ef3fca..fbadd29 100644 --- a/manifests.json +++ b/manifests.json @@ -1094,7 +1094,7 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-plantUML", "app_min_version": "2.2", - "version": "1.6.0", + "version": "1.7.0", "name": "PlantUML2", "description": "Render PlantUML diagram inside your Joplin notes.", "author": "marc0l92", @@ -1106,8 +1106,8 @@ "Mindmap", "UML" ], - "_publish_hash": "sha256:2d7d42a7ea34d6965291a3154520ac93f9e11db5f6ad75c8fdc18938905f60fa", - "_publish_commit": "main:69cfb715e3d26d1c02c12b58265cd88b48d5a3c0", + "_publish_hash": "sha256:eb91f7c4ec777cd151f51da63d9f2ab53aa0e481126a028012d36de87be49eb6", + "_publish_commit": "main:a861cc0d860206c40e79e36037a1beea56740136", "_npm_package_name": "joplin-plugin-plantuml2" }, "com.DanteCoder.JoplinBibleQuote": { diff --git a/plugins/com.github.marc0l92.joplin-plugin-plantUML/manifest.json b/plugins/com.github.marc0l92.joplin-plugin-plantUML/manifest.json index 643450c..69ae27c 100644 --- a/plugins/com.github.marc0l92.joplin-plugin-plantUML/manifest.json +++ b/plugins/com.github.marc0l92.joplin-plugin-plantUML/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-plantUML", "app_min_version": "2.2", - "version": "1.6.0", + "version": "1.7.0", "name": "PlantUML2", "description": "Render PlantUML diagram inside your Joplin notes.", "author": "marc0l92", @@ -14,7 +14,7 @@ "Mindmap", "UML" ], - "_publish_hash": "sha256:2d7d42a7ea34d6965291a3154520ac93f9e11db5f6ad75c8fdc18938905f60fa", - "_publish_commit": "main:69cfb715e3d26d1c02c12b58265cd88b48d5a3c0", + "_publish_hash": "sha256:eb91f7c4ec777cd151f51da63d9f2ab53aa0e481126a028012d36de87be49eb6", + "_publish_commit": "main:a861cc0d860206c40e79e36037a1beea56740136", "_npm_package_name": "joplin-plugin-plantuml2" } \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl b/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl index 52e47c542a5cd4c697eadc17b602be29ddef4fa6..b02630aebfc818412ec569328b4d4ac9756dee7c 100644 GIT binary patch delta 183 zcmZoTz}RqraYB!viK&61iIEY5fuXUviGc!x!Q@27l+BEc-NFzlLvx^%k%^HhTuQWw zQ_9G|T!F#R#LyJ19i+y<+}IQ-2GuUFW*}B#o2r+Tlb@vHRGOBSTBMg&l%K0nGFdlJ xcJf0GvB`Xba_kA#Wr;-!C7Uz-v)LwvK^+6O(ZIyO2yR+<3nQcX=C+6`b^ufuFK7S& delta 165 zcmZoTz}RqraYB!vv8jQHfq@}|fuXUvv9SV!!Q@27l+BEc-NGO#V{>y;pp=n`u_;_i zw24#75Tw-5#LyJ3#=zXz453C|&44$tBtJ$p!xMo2U9`vrRP6 bnG^=L8fw0QiJ=kP{O}e=MzhUr5moE}CrBzj