From 37d0246e7eff047e6c13d8d7b2344641174003cf Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Fri, 27 May 2022 22:31:36 +0000 Subject: [PATCH] Update: com.github.marc0l92.joplin-plugin-plantUML@1.10.0 https://github.com/marc0l92/joplin-plugin-plantUML/compare/b0f1dda6b5d70b37f448c8935f1f934ceca73193..75f00c47b8a2c1337253ee590e08657c06ae056c --- README.md | 2 +- manifests.json | 6 +++--- .../manifest.json | 6 +++--- .../plugin.jpl | Bin 25088 -> 25088 bytes 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 14c892a..71a8898 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,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.7.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.9.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.10.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.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 | diff --git a/manifests.json b/manifests.json index 4856c0a..93a107c 100644 --- a/manifests.json +++ b/manifests.json @@ -1079,7 +1079,7 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-plantUML", "app_min_version": "2.2", - "version": "1.9.0", + "version": "1.10.0", "name": "PlantUML2", "description": "Render PlantUML diagram inside your Joplin notes.", "author": "marc0l92", @@ -1091,8 +1091,8 @@ "Mindmap", "UML" ], - "_publish_hash": "sha256:12054700b8ba2502b21ce87cda6baa0e36b29f5f44870003df908296fc0ed51b", - "_publish_commit": "main:b0f1dda6b5d70b37f448c8935f1f934ceca73193", + "_publish_hash": "sha256:0e61d9c4be680664c6018d6107b72f72e42968e46e23fb72d6effb0535501798", + "_publish_commit": "main:75f00c47b8a2c1337253ee590e08657c06ae056c", "_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 9c7b657..88776c2 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.9.0", + "version": "1.10.0", "name": "PlantUML2", "description": "Render PlantUML diagram inside your Joplin notes.", "author": "marc0l92", @@ -14,7 +14,7 @@ "Mindmap", "UML" ], - "_publish_hash": "sha256:12054700b8ba2502b21ce87cda6baa0e36b29f5f44870003df908296fc0ed51b", - "_publish_commit": "main:b0f1dda6b5d70b37f448c8935f1f934ceca73193", + "_publish_hash": "sha256:0e61d9c4be680664c6018d6107b72f72e42968e46e23fb72d6effb0535501798", + "_publish_commit": "main:75f00c47b8a2c1337253ee590e08657c06ae056c", "_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 5dbb12b742069b6c9ba5e1c63a00e38360c51016..d906c78765d120451d54a3cfeece317474e567d3 100644 GIT binary patch delta 1558 zcmZux&u<$=6wcDRPPUHgB;NW*O)`O2wG*$qYdbOQ$_0da00cpest8DN*1Kza)b;La zcTDX3fIzBB2o5O2wIB{il|ZPHuN*k^09Q`j_!lbv0%m5{+crw%jK?$Id+&SidvA`O za7RzL?~e0Qtp=v#dbLhIjjB|glH^*WwhpEwtZ~Mev{L;Se z*ggV!)BXhARbi*NY*moyqoR(N;#uA=sR6*nZ^d8cbli$(@ARARZf<-~@sS7ZF6@ko z)Cn?er0A7!SB8e-9+t|T=FYYaPW=TQ4XAZJtq+=j(oylx@eb$W#55x7m(zLt*R&v* zmG%H3#|F)26I8();QDo-U~wjoKb^Tra1Uob#2%lChraN)dVa`%`mBnKHSN6Gh@f!0XBEh4P5z zgP*1Z+)t*-R&y&0teVSp@xc>KC%E z&Fzu(@!W4*2e;-IXI0Nc1J5S9xaHCKaQ>JZgY7HaN%}Z1H>%Ghl^b;;X|-OHBT0oc zm!^z??pThefLDn@yKbm>_44hz?4m=I5q-F4DnPEgLzNv`&^E=M3A;U{0Ne5UniX6a z(046uq=1fPhFH224d|IVf{v}wNQ1tuV!5zzg*kH_9|l*RX=w<4W~%%lkLNNu@-N^w zGw11d%=JvLk9RWJ6=v1fhT<+XP>=AEq-#O=2_X&Y7+rf{o}DEVR3D5sh` zoZ$N!t@^=!`nE?L>E!BV3#CAix8YX-^Fw)qSk8_(ij!4PJS;{deAV;Nw>VH4{5RS y-1Ypi}~hOO&}GkpnkWiA$~sdg!HxiuS|>{tCFm8}Hh6lOW;4*fZ~a?|tvRZ^rvi zxcw*G;XzWmejQB|rIJ_?MNukMC&Xg8DizU$NEJ>y;kdgOse0+rO(nCZTBb{oTQ~2K z`!(ELSuzSlcgc!dz-H6RWE`Dz9TPb#W{%`=PRl8onuk&82UGL!x&_z~-6WZUhFc7o zZtJ~tCTG{*U%zv^;1UO$E!^B$VX2s-Jc8t~Cae8Su2bKnzfUzM)joZ}N9e}%=NHue zGX07V)91o#VPK^f8eKvx6V>Z=RLY<|`XUfzM*3_zGP%4=p9f;oeWV+%{;KWLvT2$6 zz|QsQKhtZRO4kBw7jUOVe+cDZ_giR%1qwhGI2;fCU0{CT_e&r%NW}*eM|^7VGsWK- zd~X3=0FOfd%HIlj-T6NW_~61I!D9bdN>=QZwX;=*bt66m;NPeLf_K#=K8e(xj$x@?faQ^SpS|eU{z)x!79w{!urkJ zPh5vqFE5-lE+245;e%wkR2f%I8B|k}L{O5inn;+73Os_3Y8jRzqt}boQbW>e0?kA} zig~6c3_0)OU0p^+$?k#eFq(*XHVwPBq3p=0Y3R)Ib2KG+7OP7PYyyT&tLB~AmWv6t zOc^=4p%DCl8TtY*@JG?`Md)u%po_7@c3|=za2so+4M{M``;zk`c9dS;Hx@(r1bwKRT`xGTCDIW1ej*KSOcta0HVjMM z8Zv@uRSF%3+B@YoHth4-L;p-vk{;xx7L1oklO88${r1|5roqD{qq5x_A-tZS!GyBI(nhFZ zj{iag5H{^D0UUk%YBcMYVL6%(_iC&!XRp(jS7Tpz?&Gmpacb9b*|oGSJSNBS(XxvD zPMp05r|;lMoX5#fKyF(PbcfMhOuaERCdhlKK*FOln!ZmT@Fz=Gu5m{T-(K