diff --git a/README.md b/README.md index a68b532..0743d62 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This repository contains the following plugins: | [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom | | [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 2.3.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | marc0l92 | | [🏠](https://github.com/chenlijun99/autoanki/packages/joplin-plugin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.anki-sync/plugin.jpl) | Joplin Anki Sync | 1.0.0 | Bidirectional sync between Joplin and Anki | Lijun Chen | -| - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-dddot/plugin.jpl) | Joplin DDDot | 0.1.1 | Recent notes, shortcuts, scratchpad, and .... in a single sidebar. | Ben Lau | +| [🏠](https://github.com/benlau/joplin-plugin-dddot) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-dddot/plugin.jpl) | Joplin DDDot | 0.1.2 | Recent notes, shortcuts, scratchpad, and .... in a single sidebar. | Ben Lau | | [🏠](https://github.com/makaanneo/joplin-plugin-apollo) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.apollo/plugin.jpl) | Joplin Note Attachement rename | 1.2.0 | Joplin plugin to rename note attachments, | makaanneo | | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/eu.xardbaiz.joplin.HackMD/plugin.jpl) | joplin-hackmd | 1.0.1 | Quick share notes on HackMD | xardbaiz | diff --git a/manifests.json b/manifests.json index 2e26edf..b1d277a 100644 --- a/manifests.json +++ b/manifests.json @@ -1858,15 +1858,15 @@ "manifest_version": 1, "id": "joplin-plugin-dddot", "app_min_version": "2.6", - "version": "0.1.1", + "version": "0.1.2", "name": "Joplin DDDot", "description": "Recent notes, shortcuts, scratchpad, and .... in a single sidebar.", "author": "Ben Lau", - "homepage_url": "", - "repository_url": "", + "homepage_url": "https://github.com/benlau/joplin-plugin-dddot", + "repository_url": "https://github.com/benlau/joplin-plugin-dddot", "keywords": [], - "_publish_hash": "sha256:01f04c0c0ddf0d618ec296548dbb6466005f3054f6443c01c6f3b7c7b7b8a46e", - "_publish_commit": "master:c9de6624093ad16629faaa67fd71000aa641cc7c", + "_publish_hash": "sha256:04768db954172c4e1f4aade79fedaaf241a61fae42fabd4ae2e3a26cda78b891", + "_publish_commit": "master:063073d10228244e715903dec01c7ee05187ba82", "_npm_package_name": "joplin-plugin-joplin-dddot" }, "plugin.calebjohn.todo": { diff --git a/plugins/joplin-plugin-dddot/manifest.json b/plugins/joplin-plugin-dddot/manifest.json index 20b17c5..6bb7208 100644 --- a/plugins/joplin-plugin-dddot/manifest.json +++ b/plugins/joplin-plugin-dddot/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "joplin-plugin-dddot", "app_min_version": "2.6", - "version": "0.1.1", + "version": "0.1.2", "name": "Joplin DDDot", "description": "Recent notes, shortcuts, scratchpad, and .... in a single sidebar.", "author": "Ben Lau", - "homepage_url": "", - "repository_url": "", + "homepage_url": "https://github.com/benlau/joplin-plugin-dddot", + "repository_url": "https://github.com/benlau/joplin-plugin-dddot", "keywords": [], - "_publish_hash": "sha256:01f04c0c0ddf0d618ec296548dbb6466005f3054f6443c01c6f3b7c7b7b8a46e", - "_publish_commit": "master:c9de6624093ad16629faaa67fd71000aa641cc7c", + "_publish_hash": "sha256:04768db954172c4e1f4aade79fedaaf241a61fae42fabd4ae2e3a26cda78b891", + "_publish_commit": "master:063073d10228244e715903dec01c7ee05187ba82", "_npm_package_name": "joplin-plugin-joplin-dddot" } \ No newline at end of file diff --git a/plugins/joplin-plugin-dddot/plugin.jpl b/plugins/joplin-plugin-dddot/plugin.jpl index 825969c..163e1d2 100644 Binary files a/plugins/joplin-plugin-dddot/plugin.jpl and b/plugins/joplin-plugin-dddot/plugin.jpl differ