From e50f969c4d64f1bc8c1b64545e02ab3ef4f4e5a7 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Sat, 15 Jan 2022 03:32:02 +0000 Subject: [PATCH] Update: com.hieuthi.joplin.slash-commands@1.2.0 https://github.com/hieuthi/joplin-plugin-slash-commands/compare/0d2b09081420ad05cceacaa9ce9fd5ae74a3ec41..1420a19d9e9bf38c72d99be9c033b9d53ac5c31d --- README.md | 2 +- manifests.json | 6 +++--- .../manifest.json | 6 +++--- .../plugin.jpl | Bin 29696 -> 31232 bytes 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3b36a28..0f55117 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ This repository contains the following plugins: | [🏠](https://github.com/marcgreen/semantic-joplin/tree/master/similar-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marcgreen.joplin-plugin-semantically-similar-notes/plugin.jpl) | Semantically Similar Notes | 0.2.1 | Show user which notes are semantically similar to the one they are looking at | marc green | | [🏠](https://github.com/ambrt/joplin-plugin-send-snippet) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.sendSnippet/plugin.jpl) | Send snippet to different note | 1.0.0 | Sends snippet of text to any other note from any notebook | ambrt | | [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.backup/plugin.jpl) | Simple Backup | 1.0.5 | Plugin to create manual and automatic backups. | JackGruber | -| [🏠](https://github.com/hieuthi/joplin-plugin-slash-commands) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl) | Slash Commands: Datetime & More | 1.1.1 | Execute several utilities by typing a command that starts with a slash. | Hieu-Thi Luong | +| [🏠](https://github.com/hieuthi/joplin-plugin-slash-commands) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl) | Slash Commands: Datetime & More | 1.2.0 | Execute several utilities by typing a command that starts with a slash. | Hieu-Thi Luong | | [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | Spoilers | 1.0.3 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič | | [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.joplin-table-formatter/plugin.jpl) | Table Formatter Plugin | 1.2.1 | Format the table under the cursor in Markdown editor | Roman Musin | | [🏠](https://github.com/JackGruber/joplin-plugin-tagging/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.copytags/plugin.jpl) | Tagging | 1.0.1 | Plugin to extend the Joplin tagging menu with a coppy all tags and a tagging dialog with more control. (Formerly Copy Tags). | JackGruber | diff --git a/manifests.json b/manifests.json index 8f056f8..a2153e1 100644 --- a/manifests.json +++ b/manifests.json @@ -1518,7 +1518,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.slash-commands", "app_min_version": "2.2", - "version": "1.1.1", + "version": "1.2.0", "name": "Slash Commands: Datetime & More", "description": "Execute several utilities by typing a command that starts with a slash.", "author": "Hieu-Thi Luong", @@ -1531,8 +1531,8 @@ "commands", "shortcut" ], - "_publish_hash": "sha256:d06b290f99cbd6ac9ce0ce869c72e6376693cfb21561462ed16c5dc5a32d3037", - "_publish_commit": "main:0d2b09081420ad05cceacaa9ce9fd5ae74a3ec41", + "_publish_hash": "sha256:55adbcf1265724b29edb887b29a21e98e79948f7238ccc6557a48c067ca79288", + "_publish_commit": "main:1420a19d9e9bf38c72d99be9c033b9d53ac5c31d", "_npm_package_name": "joplin-plugin-slash-commands" }, "com.joplin.JSheets": { diff --git a/plugins/com.hieuthi.joplin.slash-commands/manifest.json b/plugins/com.hieuthi.joplin.slash-commands/manifest.json index d44a662..1c56eb1 100644 --- a/plugins/com.hieuthi.joplin.slash-commands/manifest.json +++ b/plugins/com.hieuthi.joplin.slash-commands/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.slash-commands", "app_min_version": "2.2", - "version": "1.1.1", + "version": "1.2.0", "name": "Slash Commands: Datetime & More", "description": "Execute several utilities by typing a command that starts with a slash.", "author": "Hieu-Thi Luong", @@ -15,7 +15,7 @@ "commands", "shortcut" ], - "_publish_hash": "sha256:d06b290f99cbd6ac9ce0ce869c72e6376693cfb21561462ed16c5dc5a32d3037", - "_publish_commit": "main:0d2b09081420ad05cceacaa9ce9fd5ae74a3ec41", + "_publish_hash": "sha256:55adbcf1265724b29edb887b29a21e98e79948f7238ccc6557a48c067ca79288", + "_publish_commit": "main:1420a19d9e9bf38c72d99be9c033b9d53ac5c31d", "_npm_package_name": "joplin-plugin-slash-commands" } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl b/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl index 6fb9a2a7d97451c8eb3b4c9edbac29bbc0e71db0..3aec834a3eaae61770e452705fe416a3ef5f9c97 100644 GIT binary patch delta 1790 zcmZvd&u<$=6vtyy)DlW75*4aONDqs6cVm0A>$Sb$;FLm;$`1(+NKh;T6MJkgady+) zH6~P%Yg7c{hlDyrs(NZAM<9^k;7cV`E^r4S{s2pEB_x8xfji9X?9L`m_h9e5`F`G; zH}l@?3KaCX{M>`LUihv zlgGOluh-EQltEi2KRr<-U#Cy@eAn8L71e87H7xrr%Tw3!R@ZUsZ>w!=H~p5fJTn9E z9&*9+k?T`>6S-)^Q!TrW-+!ecOV3DD17I~k=8_c}LAgXt01d|lnZekuQ#6=Q>&tBT zH1l(TI^uBxTRI(bJYuaS!c{0yWntLELM>HL_JecTH?{0j)g{%(o-fy0O1a!XZ4Xl~ z1U-1Fw;cfdm#yMr2fJ(o!W4Mc;i57$f)eQY?4(S~1VRPU2XTh+g?U}er%RTDD5~$g z+;h6veGYk8RzzMkIs{3VN?|U1>~(Bm0SHg3OgC!H#b`asn`?7I$;TVcz1SROdxv3T z0`@ytSmMCOJp<>3k_YbMy0FA-K4yEtX>oBuNcq@rb%Z5`3o*QpEea)P8?GfRF`75TL0*-o(>qH-=rw*qU$I=f1QmZEAC z`>$CWlq1*Wv%PJ=w2|Rb&?XFU8VwKoudh-}jyi<)q6t~LpIHb!tfDPh0RGM`voG|9K}(lo6N@@h6W zJf{45>}u}7?XBgD^s)|bZ{yR4_ucH8St#bk-1GhW=X08tJ9M)fh1kJMKc46%GmyM< z`^Mef+wARG$9~u8xa{>jYPTKsG8%j{8hk$*+#2nEF&Yd;yB{;_xKG9(l5zjLasTGH z{{u7a?R@grM>~J-T-&>HYw!A3ffJ{V*#8@r4Yk(KH=HC?p_+k8(xYDwyO|vReqlRt yG>PqO$4d^i%5O)8Fncj^^__{djreHGHOuj_PkME>}{6aNFySq9et delta 630 zcmZqp!r1VFaYDC{nX$2viK(dpgMp!;p@FdigTdrP#+1#BjE%z5rlw|Q3JiuOh6qIl z=H>WE1#UAslf^soBU8qWU`Zi{Nw|gEPQZP5UF#TdT>R`@<9E_F0oetDk@I(%q!7= zsJ7Me0tq2oqgPyzlUbsnZlw-&*JL{b$;o@Pl;Fl{LRq}pR&X(q$#L5H#w8%v=B1V^ zxFnXOYG~@Er)M=3`R`&o9bJ*{mJc%eeVo{6>~Z lX=oN28N$`4=QA=J>KSe>&X8b2vKf@1fC&hiqO$+<0RXuoxS;?5