From e1540994e70502a254799b095e7e7c9ca49c81df Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Thu, 30 Dec 2021 13:01:58 +0000 Subject: [PATCH] Update: com.hieuthi.joplin.slash-commands@1.1.1 https://github.com/hieuthi/joplin-plugin-slash-commands/compare/5fb597f6221b713c756fc1c1aa35a1cc09b37399..0d2b09081420ad05cceacaa9ce9fd5ae74a3ec41 --- README.md | 2 +- manifests.json | 6 +++--- .../manifest.json | 6 +++--- .../plugin.jpl | Bin 29696 -> 29696 bytes 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ef75656..81cf68d 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,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.0 | 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.1.1 | 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 6cac356..7320ec4 100644 --- a/manifests.json +++ b/manifests.json @@ -1516,7 +1516,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.slash-commands", "app_min_version": "2.2", - "version": "1.1.0", + "version": "1.1.1", "name": "Slash Commands: Datetime & More", "description": "Execute several utilities by typing a command that starts with a slash.", "author": "Hieu-Thi Luong", @@ -1529,8 +1529,8 @@ "commands", "shortcut" ], - "_publish_hash": "sha256:b60f1d8d3fb2e5428dee0e98eee716bf244789873308e11b52ec3cf2d83926e5", - "_publish_commit": "main:5fb597f6221b713c756fc1c1aa35a1cc09b37399", + "_publish_hash": "sha256:d06b290f99cbd6ac9ce0ce869c72e6376693cfb21561462ed16c5dc5a32d3037", + "_publish_commit": "main:0d2b09081420ad05cceacaa9ce9fd5ae74a3ec41", "_npm_package_name": "joplin-plugin-slash-commands" } } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.slash-commands/manifest.json b/plugins/com.hieuthi.joplin.slash-commands/manifest.json index 8682348..d44a662 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.0", + "version": "1.1.1", "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:b60f1d8d3fb2e5428dee0e98eee716bf244789873308e11b52ec3cf2d83926e5", - "_publish_commit": "main:5fb597f6221b713c756fc1c1aa35a1cc09b37399", + "_publish_hash": "sha256:d06b290f99cbd6ac9ce0ce869c72e6376693cfb21561462ed16c5dc5a32d3037", + "_publish_commit": "main:0d2b09081420ad05cceacaa9ce9fd5ae74a3ec41", "_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 b67c0084000176ee1d5efd0999c8cffdd66c6331..6fb9a2a7d97451c8eb3b4c9edbac29bbc0e71db0 100644 GIT binary patch delta 206 zcmZp8!PxMEaY8?ziK(dpgMp!;p@FdigTdrP#+1#BjD5mTaRYO60|U6YXrC-hy@83T zIb7VhPY|x&)YJqn?%KpEWoiaA*U-e!%-GlnVwZurv6&HEjklk`=F;eHmWc{#lM>+0 fF)%SQgeyrbWMnklT%07s1hXCJSTneE>VG}}!GbX! delta 211 zcmZp8!PxMEaY8?zk&%HhgMp!;fw_qSgTdrP#+1#BjD5mTaRYNRb3?eeXrC-hy@83T z0bJa;PY|x&)Wj4n?%KpEWo8W2Z)jp@W^8N(vCF{R*u)&J#@kPTT`4tBx3pMkvqAJK kmPrY4HyM~18o|{i7BVs#Y%WfcVS+iq(7*^`OzM9=0H60VC;$Ke