diff --git a/README.md b/README.md index e5c6cff..dc44477 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ This repository contains the following plugins: | [🏠](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.2.0 | Plugin to create manual and automatic backups. | JackGruber | | [🏠](https://github.com/kensam94/joplin-plugin-simple-highlighter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.highlighter/plugin.jpl) | Simple Highlighter | 1.0.0 | Highlight/dehighlight the selected text | Ken Sam | -| [🏠](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.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.3.0 | Execute several utilities by typing a command that starts with a slash. | Hieu-Thi Luong | | [🏠](https://github.com/alondmnt/joplin-plugin-space-indenter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.space-indenter/plugin.jpl) | Space Indenter | 0.2.2 | Indent paragraphs with spaces instead of tabs | alondmnt | | [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | Spoilers | 1.0.6 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič | | [🏠](https://github.com/alondmnt/joplin-plugin-suitcase/#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl) | Suitcase | 0.2.1 | Change the capitalization of selected text | alondmnt | diff --git a/manifests.json b/manifests.json index cb43c2e..53d1fc5 100644 --- a/manifests.json +++ b/manifests.json @@ -1504,7 +1504,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.slash-commands", "app_min_version": "2.2", - "version": "1.2.1", + "version": "1.3.0", "name": "Slash Commands: Datetime & More", "description": "Execute several utilities by typing a command that starts with a slash.", "author": "Hieu-Thi Luong", @@ -1517,8 +1517,8 @@ "commands", "shortcut" ], - "_publish_hash": "sha256:29d0e10d6b6610de944205bc934c30f8738243b262d986175d75d209f7f5259a", - "_publish_commit": "main:e57db089d99dd092037a92bee08e92ab9b19228c", + "_publish_hash": "sha256:f39e2cf3ff1d7067004e1d66f5cdbbd40919b1f031a12bf611a0e0478b575d80", + "_publish_commit": "main:eea036b04d6dbd28df7d0682c9265f7c8d75943d", "_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 c1b3f85..8950683 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.2.1", + "version": "1.3.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:29d0e10d6b6610de944205bc934c30f8738243b262d986175d75d209f7f5259a", - "_publish_commit": "main:e57db089d99dd092037a92bee08e92ab9b19228c", + "_publish_hash": "sha256:f39e2cf3ff1d7067004e1d66f5cdbbd40919b1f031a12bf611a0e0478b575d80", + "_publish_commit": "main:eea036b04d6dbd28df7d0682c9265f7c8d75943d", "_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 e4878bc..c593a85 100644 Binary files a/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl and b/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl differ