diff --git a/README.md b/README.md index b7f561c..43b8153 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ This repository contains the following plugins: | [🏠](https://github.com/SeptemberHX/joplin-plugin-enhancement.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl) | Enhancement | 1.1.1 | Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering. | SeptemberHX | | [🏠](https://github.com/WeMakeMachines/joplin-plugin-event-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl) | Event Calendar | 0.2.0 | A simple event calendar | Franco Speziali | | [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.export-to-ssg.aman-d-1-n-only/plugin.jpl) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only | +| [🏠](https://github.com/kensam94/joplin-plugin-eztable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.eztable/plugin.jpl) | Ez Table | 1.0.0 | Make markdown table easy | Ken Sam | | [🏠](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/mak2002/joplin-font-size-shortcut.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.font.size.shortcut/plugin.jpl) | Font Size Shortcut | 1.0.0 | Adds shortcuts to increase/decrease font size | mak2002 | diff --git a/manifests.json b/manifests.json index 42a56c6..07bff18 100644 --- a/manifests.json +++ b/manifests.json @@ -2170,5 +2170,22 @@ "_publish_hash": "sha256:be5659fa420d57b90c917fdbda1759151a492cca7020630e214d149a9d631f88", "_publish_commit": "main:262b0852e50f750027f332127146fccdd406cbfc", "_npm_package_name": "joplin-plugin-email" + }, + "kensam.joplin.plugin.eztable": { + "manifest_version": 1, + "id": "kensam.joplin.plugin.eztable", + "app_min_version": "1.8", + "version": "1.0.0", + "name": "Ez Table", + "description": "Make markdown table easy", + "author": "Ken Sam", + "homepage_url": "https://github.com/kensam94/joplin-plugin-eztable", + "repository_url": "https://github.com/kensam94/joplin-plugin-eztable", + "keywords": [ + "table" + ], + "_publish_hash": "sha256:ccfd86432572d819432910110c6fc91ec564954ae57bcdc46763f6c728fa008c", + "_publish_commit": "master:534e4ce87ca9564f8609585cd8494d0638d1a5f0", + "_npm_package_name": "joplin-plugin-eztable" } } \ No newline at end of file diff --git a/plugins/kensam.joplin.plugin.eztable/manifest.json b/plugins/kensam.joplin.plugin.eztable/manifest.json new file mode 100644 index 0000000..923d6d4 --- /dev/null +++ b/plugins/kensam.joplin.plugin.eztable/manifest.json @@ -0,0 +1,17 @@ +{ + "manifest_version": 1, + "id": "kensam.joplin.plugin.eztable", + "app_min_version": "1.8", + "version": "1.0.0", + "name": "Ez Table", + "description": "Make markdown table easy", + "author": "Ken Sam", + "homepage_url": "https://github.com/kensam94/joplin-plugin-eztable", + "repository_url": "https://github.com/kensam94/joplin-plugin-eztable", + "keywords": [ + "table" + ], + "_publish_hash": "sha256:ccfd86432572d819432910110c6fc91ec564954ae57bcdc46763f6c728fa008c", + "_publish_commit": "master:534e4ce87ca9564f8609585cd8494d0638d1a5f0", + "_npm_package_name": "joplin-plugin-eztable" +} \ No newline at end of file diff --git a/plugins/kensam.joplin.plugin.eztable/plugin.jpl b/plugins/kensam.joplin.plugin.eztable/plugin.jpl new file mode 100644 index 0000000..4ab6ba9 Binary files /dev/null and b/plugins/kensam.joplin.plugin.eztable/plugin.jpl differ