diff --git a/README.md b/README.md index 792fc97..7418e2a 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ This repository contains the following plugins: | [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.MathMode/plugin.jpl) | Math Mode | 0.5.3 | Turn your notes into a powerful calculator with inline math. | Caleb John | | [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl) | Menu items, Shortcuts, Toolbar icons | 1.1.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek | | [🏠](https://github.com/hieuthi/joplin-plugin-metis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.metis/plugin.jpl) | Metis | 0.1.5 | A Simple Task Manager Plugin for Joplin based on Todo.txt Specification | Hieu-Thi Luong | -| [🏠](https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.MultiMarkdownTableTools/plugin.jpl) | MultiMarkdown Table Tools | 1.0.0 | A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown! | FelisDiligens | +| [🏠](https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.MultiMarkdownTableTools/plugin.jpl) | MultiMarkdown Table Tools | 1.1.0 | A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown! | FelisDiligens | | [🏠](https://github.com/fengqiaozhu/joplin_plugin_nlr.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin_plugin.nlr/plugin.jpl) | NLR | 1.0.2 | 将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin. | fengQ | | [🏠](https://github.com/ZhangTe/joplin-plugin-encrypt-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-note-encryption/plugin.jpl) | Note encryption | 1.1.1 | A joplin plugin, encrypt selected notes on the joplin desktop client. This plugin will modify the notes according to your instructions, please read the precautions before use. | ztbxxt | | [🏠](https://github.com/ylc395/joplin-plugin-note-link-system) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.noteLinkSystem/plugin.jpl) | Note Link System | 0.8.0 | A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, Url Icon, and much more feature | ylc395 | diff --git a/manifests.json b/manifests.json index 3a2c0de..6db973f 100644 --- a/manifests.json +++ b/manifests.json @@ -2510,8 +2510,8 @@ "joplin.plugin.MultiMarkdownTableTools": { "manifest_version": 1, "id": "joplin.plugin.MultiMarkdownTableTools", - "app_min_version": "2.8", - "version": "1.0.0", + "app_min_version": "2.11", + "version": "1.1.0", "name": "MultiMarkdown Table Tools", "description": "A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown!", "author": "FelisDiligens", @@ -2528,8 +2528,9 @@ "convert" ], "categories": [], - "_publish_hash": "sha256:24d7521dc6b296b4b5c3bcd1d1c8b90620745b070b8c460c92d94e881df7c305", - "_publish_commit": "main:c6797adf3bb632fbea12faeb1f1817e6ee3a21c8", + "screenshots": [], + "_publish_hash": "sha256:57e1cc3263e7de155c28278e8f1dda28128a3db65737167f90799971dcb712a2", + "_publish_commit": "main:7af0f694b5521ec95ceb1ba39c79561a20e5b41b", "_npm_package_name": "joplin-plugin-multimd-table-tools" }, "com.joplin.copy.codeBlocks": { diff --git a/plugins/joplin.plugin.MultiMarkdownTableTools/manifest.json b/plugins/joplin.plugin.MultiMarkdownTableTools/manifest.json index 3314f47..d0d20e5 100644 --- a/plugins/joplin.plugin.MultiMarkdownTableTools/manifest.json +++ b/plugins/joplin.plugin.MultiMarkdownTableTools/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 1, "id": "joplin.plugin.MultiMarkdownTableTools", - "app_min_version": "2.8", - "version": "1.0.0", + "app_min_version": "2.11", + "version": "1.1.0", "name": "MultiMarkdown Table Tools", "description": "A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown!", "author": "FelisDiligens", @@ -19,7 +19,8 @@ "convert" ], "categories": [], - "_publish_hash": "sha256:24d7521dc6b296b4b5c3bcd1d1c8b90620745b070b8c460c92d94e881df7c305", - "_publish_commit": "main:c6797adf3bb632fbea12faeb1f1817e6ee3a21c8", + "screenshots": [], + "_publish_hash": "sha256:57e1cc3263e7de155c28278e8f1dda28128a3db65737167f90799971dcb712a2", + "_publish_commit": "main:7af0f694b5521ec95ceb1ba39c79561a20e5b41b", "_npm_package_name": "joplin-plugin-multimd-table-tools" } \ No newline at end of file diff --git a/plugins/joplin.plugin.MultiMarkdownTableTools/plugin.jpl b/plugins/joplin.plugin.MultiMarkdownTableTools/plugin.jpl old mode 100644 new mode 100755 index a56ddbc..b1a47aa Binary files a/plugins/joplin.plugin.MultiMarkdownTableTools/plugin.jpl and b/plugins/joplin.plugin.MultiMarkdownTableTools/plugin.jpl differ