From 36a5d67d2d55971bbc1405a6766008cf157038f1 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Sun, 10 Oct 2021 09:31:41 +0000 Subject: [PATCH] Update: com.lki.homenote@1.0.2 https://github.com/lkiThakur/homenote/compare/ae330b68ef2b40229eb6a0cd892c0ccb191c62d9..a84b7c04d982954c407f27da6517b5459f122c2b --- README.md | 2 +- manifests.json | 6 +++--- plugins/com.lki.homenote/manifest.json | 6 +++--- plugins/com.lki.homenote/plugin.jpl | Bin 6144 -> 6144 bytes 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5e6156a..8df1f24 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 2.0.1 | Allows to fold parts of markdown text displayed in editor | ambrt | | [🏠](https://github.com/tessus/joplin-plugin-get-notebook-id#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.folder-id/plugin.jpl) | Get Notebook ID | 1.0.1 | Copy/Show the ID of a notebook. For developers. A regular user won't need this. | Helmut K. C. Tessarek | -| [🏠](https://github.com/lkiThakur/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.1 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | +| [🏠](https://github.com/lkiThakur/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.2 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | | [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.1 | Monitors a locale folder and import the files as a new note. | JackGruber | | [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.2.0 | Inline tags plugin | Roman Musin | | [🏠](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 | diff --git a/manifests.json b/manifests.json index 9d4eb32..a9d2280 100644 --- a/manifests.json +++ b/manifests.json @@ -734,7 +734,7 @@ "manifest_version": 1, "id": "com.lki.homenote", "app_min_version": "1.7", - "version": "1.0.1", + "version": "1.0.2", "name": "Home Note", "description": "Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.", "author": "Adarsh Singh(lki)", @@ -745,8 +745,8 @@ "homepage", "default-page" ], - "_publish_hash": "sha256:e538e64993cd18c152b8bb55fb15c6980e4f457aa405e39b9ec79aba17c660f1", - "_publish_commit": "master:ae330b68ef2b40229eb6a0cd892c0ccb191c62d9", + "_publish_hash": "sha256:813222bd7f9d3bf2f9e9ba0750260cd117a6904c2272bb0ad5ff32cc9071ed79", + "_publish_commit": "master:a84b7c04d982954c407f27da6517b5459f122c2b", "_npm_package_name": "joplin-plugin-home-note" }, "joplin-plugin-conflict-resolution": { diff --git a/plugins/com.lki.homenote/manifest.json b/plugins/com.lki.homenote/manifest.json index b3b02e8..78c82b5 100644 --- a/plugins/com.lki.homenote/manifest.json +++ b/plugins/com.lki.homenote/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.lki.homenote", "app_min_version": "1.7", - "version": "1.0.1", + "version": "1.0.2", "name": "Home Note", "description": "Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.", "author": "Adarsh Singh(lki)", @@ -13,7 +13,7 @@ "homepage", "default-page" ], - "_publish_hash": "sha256:e538e64993cd18c152b8bb55fb15c6980e4f457aa405e39b9ec79aba17c660f1", - "_publish_commit": "master:ae330b68ef2b40229eb6a0cd892c0ccb191c62d9", + "_publish_hash": "sha256:813222bd7f9d3bf2f9e9ba0750260cd117a6904c2272bb0ad5ff32cc9071ed79", + "_publish_commit": "master:a84b7c04d982954c407f27da6517b5459f122c2b", "_npm_package_name": "joplin-plugin-home-note" } \ No newline at end of file diff --git a/plugins/com.lki.homenote/plugin.jpl b/plugins/com.lki.homenote/plugin.jpl index d6888103b19bb060b79d057713eb9e84df20c88f..0643a8b7718dbb42e74bc61c328d12837142abd4 100644 GIT binary patch delta 162 zcmZoLXfT-2B57u(z+h-%Xl!6=Y+!6?%wS+(Zfpt^Gnkynn6jCXQH+%_ak2!PicpS5 ziDq?4QDt?aMxI_tMp1tGWO+8F$pviTEIFFBiIY#Wy=B*^%uLNmQJDOYU3l_oc2N#Z r9f-i@hwSo;VkLSZe2 delta 140 zcmZoLXfT-2B57izz+h-%XkcP)W@K(+!eC%vZftI#z+f;rkuha6Bcm8AW6op=HWi^n zjS|i3lA_A$9F07^l8mDK^2zdSN|OuN!dVhEYjY-_W_vq%Kf4B_&gS>*@{F5BINz{M dR1ldY&@F^88)%J@G2Cpy1V%=~%}GM@SOHOVCI0{b