From d521af12757c7898adf9d5e2568a3dc2838ebef9 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Thu, 23 Dec 2021 07:34:21 +0000 Subject: [PATCH] New: com.hieuthi.joplin.slash-commands@1.0.0 https://github.com/hieuthi/joplin-plugin-slash-commands/tree/7f28863af6e99f77ee1b01cd0515d366ec3b7455 --- README.md | 1 + manifests.json | 21 ++++++++++++++++++ .../manifest.json | 21 ++++++++++++++++++ .../plugin.jpl | Bin 0 -> 20992 bytes 4 files changed, 43 insertions(+) create mode 100644 plugins/com.hieuthi.joplin.slash-commands/manifest.json create mode 100644 plugins/com.hieuthi.joplin.slash-commands/plugin.jpl diff --git a/README.md b/README.md index b92ac98..8a0e8d3 100644 --- a/README.md +++ b/README.md @@ -87,6 +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.0 | 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.0.0 | Execute several utilities such as insert current datetime by typing a command that starts with 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 205bdcf..5cfccd8 100644 --- a/manifests.json +++ b/manifests.json @@ -1511,5 +1511,26 @@ "_publish_hash": "sha256:4c7b02c7a2fcb3ddbedaa66d1957598fa32f3286bcc0acee408f205725b66147", "_publish_commit": "main:ca1c3e451b93612a801a175b4c45c4dbce07d3db", "_npm_package_name": "joplin-plugin-knowledge-graph" + }, + "com.hieuthi.joplin.slash-commands": { + "manifest_version": 1, + "id": "com.hieuthi.joplin.slash-commands", + "app_min_version": "2.2", + "version": "1.0.0", + "name": "Slash Commands: Datetime & More", + "description": "Execute several utilities such as insert current datetime by typing a command that starts with slash.", + "author": "Hieu-Thi Luong", + "homepage_url": "https://github.com/hieuthi/joplin-plugin-slash-commands", + "repository_url": "https://github.com/hieuthi/joplin-plugin-slash-commands", + "keywords": [ + "joplin-plugin", + "datetime", + "slash", + "commands", + "autocomplete" + ], + "_publish_hash": "sha256:39e0dbfb9e877f28c020111d8a787b3a1d645e61cefafd50c0609c4848277b64", + "_publish_commit": "main:7f28863af6e99f77ee1b01cd0515d366ec3b7455", + "_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 new file mode 100644 index 0000000..e7014c6 --- /dev/null +++ b/plugins/com.hieuthi.joplin.slash-commands/manifest.json @@ -0,0 +1,21 @@ +{ + "manifest_version": 1, + "id": "com.hieuthi.joplin.slash-commands", + "app_min_version": "2.2", + "version": "1.0.0", + "name": "Slash Commands: Datetime & More", + "description": "Execute several utilities such as insert current datetime by typing a command that starts with slash.", + "author": "Hieu-Thi Luong", + "homepage_url": "https://github.com/hieuthi/joplin-plugin-slash-commands", + "repository_url": "https://github.com/hieuthi/joplin-plugin-slash-commands", + "keywords": [ + "joplin-plugin", + "datetime", + "slash", + "commands", + "autocomplete" + ], + "_publish_hash": "sha256:39e0dbfb9e877f28c020111d8a787b3a1d645e61cefafd50c0609c4848277b64", + "_publish_commit": "main:7f28863af6e99f77ee1b01cd0515d366ec3b7455", + "_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 new file mode 100644 index 0000000000000000000000000000000000000000..7e5b5b33d3b8ac42ce23bbe2d429fc7a7c8fe5ad GIT binary patch literal 20992 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 literal 0 HcmV?d00001