diff --git a/README.md b/README.md index 00b2933..9fa8052 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ This repository contains the following plugins: | [🏠](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.5 | 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.1.4 | Add colors to markdown table syntax and help distinguishing different columns | Hieu-Thi Luong | -| [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-sortable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl) | Markdown Table: Sortable | 1.2.1 | Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly. | Hieu-Thi Luong | +| [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-sortable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl) | Markdown Table: Sortable | 1.2.2 | Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly. | 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/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 | diff --git a/manifests.json b/manifests.json index 0e1f0d7..b958b5d 100644 --- a/manifests.json +++ b/manifests.json @@ -1372,7 +1372,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.markdown-table-sortable", "app_min_version": "2.2", - "version": "1.2.1", + "version": "1.2.2", "name": "Markdown Table: Sortable", "description": "Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly.", "author": "Hieu-Thi Luong", @@ -1385,8 +1385,8 @@ "sorting", "sortable" ], - "_publish_hash": "sha256:1e97014807be4e816ecb2ee4bfa5df725fc8ca999ba840b5acd78b97ff353e56", - "_publish_commit": "main:5d701f14bf3a5ee9a94cebc66740e2f2dabe68d5", + "_publish_hash": "sha256:ea7851e47e434ae292a08475d544cc1dfa39fc9278673959e1fc851c80f67eb9", + "_publish_commit": "main:9e9babac9373e7135db087c17c890a5736a1b8b3", "_npm_package_name": "joplin-plugin-markdown-table-sortable" }, "joplin.plugin.ambrt.sendSnippet": { diff --git a/plugins/com.hieuthi.joplin.markdown-table-sortable/manifest.json b/plugins/com.hieuthi.joplin.markdown-table-sortable/manifest.json index bca7b4a..913e360 100644 --- a/plugins/com.hieuthi.joplin.markdown-table-sortable/manifest.json +++ b/plugins/com.hieuthi.joplin.markdown-table-sortable/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.markdown-table-sortable", "app_min_version": "2.2", - "version": "1.2.1", + "version": "1.2.2", "name": "Markdown Table: Sortable", "description": "Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly.", "author": "Hieu-Thi Luong", @@ -15,7 +15,7 @@ "sorting", "sortable" ], - "_publish_hash": "sha256:1e97014807be4e816ecb2ee4bfa5df725fc8ca999ba840b5acd78b97ff353e56", - "_publish_commit": "main:5d701f14bf3a5ee9a94cebc66740e2f2dabe68d5", + "_publish_hash": "sha256:ea7851e47e434ae292a08475d544cc1dfa39fc9278673959e1fc851c80f67eb9", + "_publish_commit": "main:9e9babac9373e7135db087c17c890a5736a1b8b3", "_npm_package_name": "joplin-plugin-markdown-table-sortable" } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl b/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl index 7ae50b7..60b60ba 100644 Binary files a/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl and b/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl differ