diff --git a/README.md b/README.md index 760448b..b40bd90 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This repository contains the following plugins: | [🏠](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.9 | 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 | | [🏠](https://github.com/oswida/joplin-markdown-calc) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/osw.joplin.markdowncalc/plugin.jpl) | Markdown table calculations | 1.0.4 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | -| [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl) | Markdown Table: Colorize | 1.0.1 | Add colors to markdown table syntax to help distinguish different columns | Hieu-Thi Luong | +| [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl) | Markdown Table: Colorize | 1.1.0 | Add colors to markdown table syntax to help distinguish different columns | Hieu-Thi Luong | | [🏠](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/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 | diff --git a/manifests.json b/manifests.json index 21cb845..d2edead 100644 --- a/manifests.json +++ b/manifests.json @@ -1208,10 +1208,10 @@ "_npm_package_name": "joplin-plugin-victor" }, "com.hieuthi.joplin.markdown-table-colorize": { - "manifest_version": 1, + "manifest_version": 3, "id": "com.hieuthi.joplin.markdown-table-colorize", "app_min_version": "2.2", - "version": "1.0.1", + "version": "1.1.0", "name": "Markdown Table: Colorize", "description": "Add colors to markdown table syntax to help distinguish different columns", "author": "Hieu-Thi Luong", @@ -1224,8 +1224,8 @@ "color", "codemirror" ], - "_publish_hash": "sha256:936e3e4f720f15e799189c68914efc3fe971236206747ccb9689c6693215aef3", - "_publish_commit": "main:e6e3321a8ee177941827d746bfc677283f98afde", + "_publish_hash": "sha256:b103fa1d0640e2ecf3c9591d67385812e6120d5bba3c54dc404de6d7afdb9478", + "_publish_commit": "main:b529073a9c932e0bbb85580d842ff41fe0ff586d", "_npm_package_name": "joplin-plugin-markdown-table-colorize" }, "ylc395.joplinOcr": { diff --git a/plugins/com.hieuthi.joplin.markdown-table-colorize/manifest.json b/plugins/com.hieuthi.joplin.markdown-table-colorize/manifest.json index 1a625ca..32e3ce9 100644 --- a/plugins/com.hieuthi.joplin.markdown-table-colorize/manifest.json +++ b/plugins/com.hieuthi.joplin.markdown-table-colorize/manifest.json @@ -1,8 +1,8 @@ { - "manifest_version": 1, + "manifest_version": 3, "id": "com.hieuthi.joplin.markdown-table-colorize", "app_min_version": "2.2", - "version": "1.0.1", + "version": "1.1.0", "name": "Markdown Table: Colorize", "description": "Add colors to markdown table syntax to help distinguish different columns", "author": "Hieu-Thi Luong", @@ -15,7 +15,7 @@ "color", "codemirror" ], - "_publish_hash": "sha256:936e3e4f720f15e799189c68914efc3fe971236206747ccb9689c6693215aef3", - "_publish_commit": "main:e6e3321a8ee177941827d746bfc677283f98afde", + "_publish_hash": "sha256:b103fa1d0640e2ecf3c9591d67385812e6120d5bba3c54dc404de6d7afdb9478", + "_publish_commit": "main:b529073a9c932e0bbb85580d842ff41fe0ff586d", "_npm_package_name": "joplin-plugin-markdown-table-colorize" } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl b/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl index 4720e3d..7a8f6b7 100644 Binary files a/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl and b/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl differ