diff --git a/README.md b/README.md index 6ab30ac..17b2ed0 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ This repository contains the following plugins: | [🏠](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 | | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | | [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.5 | Flexible kanban board plugin for all your tasks | Balint Magyar | +| [🏠](https://github.com/hieuthi/joplin-plugin-life-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.life-calendar/plugin.jpl) | Life Calendar | 1.0.0 | Your Life in Week Plugin for Joplin | Hieu-Thi Luong | | [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.1.4 | Visualize the connections between Joplin notes. | Trey Mo | | [🏠](https://github.com/ajilderda/joplin-macos-native-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.andrejilderda.macOSTheme/plugin.jpl) | macOS theme | 1.2.14 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.make_all_links/plugin.jpl) | Make All Links | 1.0.3 | Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar. | S73ph4n | diff --git a/manifests.json b/manifests.json index 44a8c30..959f634 100644 --- a/manifests.json +++ b/manifests.json @@ -1706,5 +1706,26 @@ "_publish_hash": "sha256:8a6f3fb728f1dcda975d89218f7aa9b2501c213e551c9cf48845ca070d50e541", "_publish_commit": "main:af5b22e64e546f6d2b4c397197d8d670c61eefed", "_npm_package_name": "joplin-plugin-tag-links" + }, + "com.hieuthi.joplin.life-calendar": { + "manifest_version": 1, + "id": "com.hieuthi.joplin.life-calendar", + "app_min_version": "2.2", + "version": "1.0.0", + "name": "Life Calendar", + "description": "Your Life in Week Plugin for Joplin", + "author": "Hieu-Thi Luong", + "homepage_url": "https://github.com/hieuthi/joplin-plugin-life-calendar", + "repository_url": "https://github.com/hieuthi/joplin-plugin-life-calendar", + "keywords": [ + "joplin-plugin", + "life calendar", + "week calendar", + "life", + "timeline" + ], + "_publish_hash": "sha256:955c25b89855abe25c62627ff550280fec5419654782645d9213bf3b318ff8c6", + "_publish_commit": "main:773de3b273b10c5ff3147e6a462ab4d99bf37c14", + "_npm_package_name": "joplin-plugin-life-calendar" } } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.life-calendar/manifest.json b/plugins/com.hieuthi.joplin.life-calendar/manifest.json new file mode 100644 index 0000000..714c867 --- /dev/null +++ b/plugins/com.hieuthi.joplin.life-calendar/manifest.json @@ -0,0 +1,21 @@ +{ + "manifest_version": 1, + "id": "com.hieuthi.joplin.life-calendar", + "app_min_version": "2.2", + "version": "1.0.0", + "name": "Life Calendar", + "description": "Your Life in Week Plugin for Joplin", + "author": "Hieu-Thi Luong", + "homepage_url": "https://github.com/hieuthi/joplin-plugin-life-calendar", + "repository_url": "https://github.com/hieuthi/joplin-plugin-life-calendar", + "keywords": [ + "joplin-plugin", + "life calendar", + "week calendar", + "life", + "timeline" + ], + "_publish_hash": "sha256:955c25b89855abe25c62627ff550280fec5419654782645d9213bf3b318ff8c6", + "_publish_commit": "main:773de3b273b10c5ff3147e6a462ab4d99bf37c14", + "_npm_package_name": "joplin-plugin-life-calendar" +} \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.life-calendar/plugin.jpl b/plugins/com.hieuthi.joplin.life-calendar/plugin.jpl new file mode 100644 index 0000000..aa0dd14 Binary files /dev/null and b/plugins/com.hieuthi.joplin.life-calendar/plugin.jpl differ