diff --git a/README.md b/README.md index b89b9b2..8dade80 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ This repository contains the following plugins: | [🏠](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/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 | +| [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.0.0 | JSheets - use to write secure 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/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.13 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | diff --git a/manifests.json b/manifests.json index 66cb2db..bc14f3a 100644 --- a/manifests.json +++ b/manifests.json @@ -1533,5 +1533,20 @@ "_publish_hash": "sha256:d06b290f99cbd6ac9ce0ce869c72e6376693cfb21561462ed16c5dc5a32d3037", "_publish_commit": "main:0d2b09081420ad05cceacaa9ce9fd5ae74a3ec41", "_npm_package_name": "joplin-plugin-slash-commands" + }, + "com.joplin.JSheets": { + "manifest_version": 1, + "id": "com.joplin.JSheets", + "app_min_version": "2.6", + "version": "1.0.0", + "name": "JSheets", + "description": "JSheets - use to write secure spreadsheets like excel in Joplin", + "author": "Thibault Jan Beyer", + "homepage_url": "https://github.com/ThibaultJanBeyer/joplin-sheets", + "repository_url": "https://github.com/ThibaultJanBeyer/joplin-sheets", + "keywords": [], + "_publish_hash": "sha256:7fa88debe08a50fba813dd9a7c326bc895a7732575e070c02413c261b9f125f7", + "_publish_commit": "master:1f486ad94c6960d81f8648f05883fea26e434eae", + "_npm_package_name": "joplin-plugin-jsheets" } } \ No newline at end of file diff --git a/plugins/com.joplin.JSheets/manifest.json b/plugins/com.joplin.JSheets/manifest.json new file mode 100644 index 0000000..a070166 --- /dev/null +++ b/plugins/com.joplin.JSheets/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "com.joplin.JSheets", + "app_min_version": "2.6", + "version": "1.0.0", + "name": "JSheets", + "description": "JSheets - use to write secure spreadsheets like excel in Joplin", + "author": "Thibault Jan Beyer", + "homepage_url": "https://github.com/ThibaultJanBeyer/joplin-sheets", + "repository_url": "https://github.com/ThibaultJanBeyer/joplin-sheets", + "keywords": [], + "_publish_hash": "sha256:7fa88debe08a50fba813dd9a7c326bc895a7732575e070c02413c261b9f125f7", + "_publish_commit": "master:1f486ad94c6960d81f8648f05883fea26e434eae", + "_npm_package_name": "joplin-plugin-jsheets" +} \ No newline at end of file diff --git a/plugins/com.joplin.JSheets/plugin.jpl b/plugins/com.joplin.JSheets/plugin.jpl new file mode 100644 index 0000000..9519938 Binary files /dev/null and b/plugins/com.joplin.JSheets/plugin.jpl differ