diff --git a/README.md b/README.md index 3c68124..6ff5ffa 100644 --- a/README.md +++ b/README.md @@ -50,6 +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.3 | 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.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 4b21d1a..70c99e9 100644 --- a/manifests.json +++ b/manifests.json @@ -1205,5 +1205,26 @@ "_publish_hash": "sha256:4374fa22d2af787ccf43fdeacac4f302fe5932d7555b7c471b7c6f968c35fc1a", "_publish_commit": "master:9a86a322081b666211ee43b7a24076bbebaf963e", "_npm_package_name": "joplin-plugin-victor" + }, + "com.hieuthi.joplin.markdown-table-colorize": { + "manifest_version": 1, + "id": "com.hieuthi.joplin.markdown-table-colorize", + "app_min_version": "2.2", + "version": "1.0.0", + "name": "Markdown Table: Colorize", + "description": "Add colors to markdown table syntax to help distinguish different columns", + "author": "Hieu-Thi Luong", + "homepage_url": "https://github.com/hieuthi/joplin-plugin-markdown-table-colorize", + "repository_url": "https://github.com/hieuthi/joplin-plugin-markdown-table-colorize", + "keywords": [ + "joplin-plugin", + "markdown", + "table", + "color", + "codemirror" + ], + "_publish_hash": "sha256:13e3995d36cbc286d956b9cf21fb5830037b94ead2bf695b6b25955837647966", + "_publish_commit": "main:0e4e877af7b15670c5222474f1caa66c3a508b7b", + "_npm_package_name": "joplin-plugin-markdown-table-colorize" } } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.markdown-table-colorize/manifest.json b/plugins/com.hieuthi.joplin.markdown-table-colorize/manifest.json new file mode 100644 index 0000000..c58038c --- /dev/null +++ b/plugins/com.hieuthi.joplin.markdown-table-colorize/manifest.json @@ -0,0 +1,21 @@ +{ + "manifest_version": 1, + "id": "com.hieuthi.joplin.markdown-table-colorize", + "app_min_version": "2.2", + "version": "1.0.0", + "name": "Markdown Table: Colorize", + "description": "Add colors to markdown table syntax to help distinguish different columns", + "author": "Hieu-Thi Luong", + "homepage_url": "https://github.com/hieuthi/joplin-plugin-markdown-table-colorize", + "repository_url": "https://github.com/hieuthi/joplin-plugin-markdown-table-colorize", + "keywords": [ + "joplin-plugin", + "markdown", + "table", + "color", + "codemirror" + ], + "_publish_hash": "sha256:13e3995d36cbc286d956b9cf21fb5830037b94ead2bf695b6b25955837647966", + "_publish_commit": "main:0e4e877af7b15670c5222474f1caa66c3a508b7b", + "_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 new file mode 100644 index 0000000..6dd7553 Binary files /dev/null and b/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl differ