diff --git a/README.md b/README.md index 7f0c621..95b6442 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ This repository contains the following plugins: [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.2.1 | 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) | Folding in Code Mirror Editor | 1.2.5 | Allows to fold parts of markdown text displayed in editor | ambrt +[🏠]() | Home Note | 1.0.0 | 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) | Hotfolder | 0.4.0 | Monitors a locale folder and import the files as a new note. | JackGruber [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.1.3 | Inline tags plugin | Roman Musin [🏠](https://github.com/herdsothom/joplin-insert-date) | 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 53613da..e0a321c 100644 --- a/manifests.json +++ b/manifests.json @@ -711,5 +711,20 @@ "_publish_hash": "sha256:0e488189f0600f5055feca2179b4363e244287452c16d30c5db3ee3cfb8ed4b3", "_publish_commit": "main:1ff6bd23c53be79ce643fefb0d7fe32d84b52c07", "_npm_package_name": "joplin-plugin-disable-pdf" + }, + "com.lki.homenote": { + "manifest_version": 1, + "id": "com.lki.homenote", + "app_min_version": "1.7", + "version": "1.0.0", + "name": "Home Note", + "description": "Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.", + "author": "Adarsh Singh(lki)", + "homepage_url": "", + "repository_url": "", + "keywords": [], + "_publish_hash": "sha256:bb1c904745d181fc512981be9ee99b903a390b953a5f5d4c4bf76908c575d2cf", + "_publish_commit": "master:762ad5c2986c513819bb316c1617d24dadd8076d", + "_npm_package_name": "joplin-plugin-home-note" } } \ No newline at end of file diff --git a/plugins/com.lki.homenote/manifest.json b/plugins/com.lki.homenote/manifest.json new file mode 100644 index 0000000..642102a --- /dev/null +++ b/plugins/com.lki.homenote/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "com.lki.homenote", + "app_min_version": "1.7", + "version": "1.0.0", + "name": "Home Note", + "description": "Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.", + "author": "Adarsh Singh(lki)", + "homepage_url": "", + "repository_url": "", + "keywords": [], + "_publish_hash": "sha256:bb1c904745d181fc512981be9ee99b903a390b953a5f5d4c4bf76908c575d2cf", + "_publish_commit": "master:762ad5c2986c513819bb316c1617d24dadd8076d", + "_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 new file mode 100644 index 0000000..9c672d1 Binary files /dev/null and b/plugins/com.lki.homenote/plugin.jpl differ