From fc0000daaeb23e600db23dd7f7cc6d1f189e0bc7 Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Fri, 29 Apr 2022 01:32:35 +0000 Subject: [PATCH] Update: com.hieuthi.joplin.markdown-table-sortable@1.2.1 https://github.com/hieuthi/joplin-plugin-markdown-table-sortable/compare/068cd876227dbeaefbbeace656ae6896d99f1efc..5d701f14bf3a5ee9a94cebc66740e2f2dabe68d5 --- README.md | 2 +- manifests.json | 8 ++++---- .../manifest.json | 8 ++++---- .../plugin.jpl | Bin 29696 -> 29696 bytes 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 616d7e5..c9854b0 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.0 | Sort rendered markdown 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.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/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 24e66d8..acf58b8 100644 --- a/manifests.json +++ b/manifests.json @@ -1372,9 +1372,9 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.markdown-table-sortable", "app_min_version": "2.2", - "version": "1.2.0", + "version": "1.2.1", "name": "Markdown Table: Sortable", - "description": "Sort rendered markdown tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly.", + "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", "homepage_url": "https://github.com/hieuthi/joplin-plugin-markdown-table-sortable", "repository_url": "https://github.com/hieuthi/joplin-plugin-markdown-table-sortable", @@ -1385,8 +1385,8 @@ "sorting", "sortable" ], - "_publish_hash": "sha256:d4ea693808365c961edabae8547b0cb07a1713addd958f2930e600d4e5b6517b", - "_publish_commit": "main:068cd876227dbeaefbbeace656ae6896d99f1efc", + "_publish_hash": "sha256:1e97014807be4e816ecb2ee4bfa5df725fc8ca999ba840b5acd78b97ff353e56", + "_publish_commit": "main:5d701f14bf3a5ee9a94cebc66740e2f2dabe68d5", "_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 1acf14a..bca7b4a 100644 --- a/plugins/com.hieuthi.joplin.markdown-table-sortable/manifest.json +++ b/plugins/com.hieuthi.joplin.markdown-table-sortable/manifest.json @@ -2,9 +2,9 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.markdown-table-sortable", "app_min_version": "2.2", - "version": "1.2.0", + "version": "1.2.1", "name": "Markdown Table: Sortable", - "description": "Sort rendered markdown tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly.", + "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", "homepage_url": "https://github.com/hieuthi/joplin-plugin-markdown-table-sortable", "repository_url": "https://github.com/hieuthi/joplin-plugin-markdown-table-sortable", @@ -15,7 +15,7 @@ "sorting", "sortable" ], - "_publish_hash": "sha256:d4ea693808365c961edabae8547b0cb07a1713addd958f2930e600d4e5b6517b", - "_publish_commit": "main:068cd876227dbeaefbbeace656ae6896d99f1efc", + "_publish_hash": "sha256:1e97014807be4e816ecb2ee4bfa5df725fc8ca999ba840b5acd78b97ff353e56", + "_publish_commit": "main:5d701f14bf3a5ee9a94cebc66740e2f2dabe68d5", "_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 2d79e00e183c9a7651cf7cb41add4f328b60b7fd..7ae50b7f255c0a74cd11312ecbeb4e31938465ba 100644 GIT binary patch delta 452 zcmZp8!PxMEaYCn%+hLdZA+&7;QGGU&mz&S|_VVa?#kpWOU)HLxPR=7QehQ>z5a2Z)-83Pkz zL%57`6SI`53D8AoPB1bvhpSOfC$OY1C<>CdRT3wt#)Cm_K z5GCsBKbg@@m{Y-4Av)F?WJ;Z@7D!^HtJdU4fx?rYx=Mq%jBfFKFv}Daz}Drsft|G3 z%@d^HubVo^pvh+LsvvHRyE0h&M0W)ccays|KeBd^MX%hY;6~PJg6!Tb;BiVD09KlC AO#lD@ delta 468 zcmZp8!PxMEaYCym^n%+29s-q+&OX+i?UPl%kwrL5;A3;B!)24(9qD_1g=56hZSy{p`o#%AzVfl zSq5kc&|;`Nl$)5POw2JIVq}KUt)9reIm<|rjgfP5tA!hoykIFi`IUu^Ag2Nt)GDOr z6sIawbHQXJCdXNda=~PQ!u6KQKyBwOq$lsU6oj(gT1qi;ZsxRd