1
0
mirror of synced 2024-07-01 09:35:20 +08:00

New: com.hieuthi.joplin.slash-commands@1.0.0

7f28863af6
This commit is contained in:
Joplin Bot 2021-12-23 07:34:21 +00:00
parent 624cf04575
commit d521af1275
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 43 additions and 0 deletions

View File

@ -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 |

View File

@ -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"
}
}

View File

@ -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"
}

Binary file not shown.