diff --git a/README.md b/README.md index ee97037..a926ad7 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ This repository contains the following plugins: | [🏠](https://github.com/ylc395/joplin-plugin-ocr) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.joplinOcr/plugin.jpl) | OCR | 0.3.2 | offline OCR auto/manually for images, videos, pdf documents in your Joplin notes | ylc395 | | [🏠](https://github.com/cqroot/joplin-outline) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/outline/plugin.jpl) | Outline | 1.5.9 | Outline (TOC) sidebar plugin for joplin. | cqroot | | [🏠](https://github.com/ylc395/joplin-plugin-pages-publisher) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.pagesPublisher/plugin.jpl) | Pages Publisher | 1.7.1 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local | ylc395 | -| [🏠](https://github.com/KosRud/joplin-plugin-paginator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.MadCake.joplin.markdown-table-sortable/plugin.jpl) | Paginator | 2.0.2 | Create paginated 2-column documents in joplin. | Kostiantyn Rudenko | +| [🏠](https://github.com/KosRud/joplin-plugin-paginator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.MadCake.joplin.markdown-table-sortable/plugin.jpl) | Paginator | 3.0.0 | Create paginated 2-column documents in joplin. | Kostiantyn Rudenko | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.coderrsid.pasteSpecial/plugin.jpl) | Paste Special | 1.1.2 | A plugin used to paste special text into Joplin | coderrsid | | [🏠](https://github.com/benji300/joplin-persistent-layout) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl) | Persistent Editor Layout | 2.2.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 | | [🏠](https://github.com/marc0l92/joplin-plugin-plantUML#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl) | PlantUML2 | 1.11.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | diff --git a/manifests.json b/manifests.json index 69273c2..fa277d3 100644 --- a/manifests.json +++ b/manifests.json @@ -2800,7 +2800,7 @@ "manifest_version": 1, "id": "com.MadCake.joplin.markdown-table-sortable", "app_min_version": "2.8", - "version": "2.0.2", + "version": "3.0.0", "name": "Paginator", "description": "Create paginated 2-column documents in joplin.", "author": "Kostiantyn Rudenko", @@ -2810,8 +2810,8 @@ "pdf" ], "categories": [], - "_publish_hash": "sha256:bfe74fa6271e619907669ee8651a68063bcebb0e433d645327cf545418300c95", - "_publish_commit": "master:42d8e1f488fe942f8c0c4c29fe32184fea0cc5c2", + "_publish_hash": "sha256:5093e5243636adc148b57d4c601bbfe359e364ca96dc88ac2a6ecca48dbeb338", + "_publish_commit": "master:a05e72fdaf04313794558fff11fabd6b23169305", "_npm_package_name": "joplin-plugin-paginator" } } \ No newline at end of file diff --git a/plugins/com.MadCake.joplin.markdown-table-sortable/manifest.json b/plugins/com.MadCake.joplin.markdown-table-sortable/manifest.json index be130d8..826d6ed 100644 --- a/plugins/com.MadCake.joplin.markdown-table-sortable/manifest.json +++ b/plugins/com.MadCake.joplin.markdown-table-sortable/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.MadCake.joplin.markdown-table-sortable", "app_min_version": "2.8", - "version": "2.0.2", + "version": "3.0.0", "name": "Paginator", "description": "Create paginated 2-column documents in joplin.", "author": "Kostiantyn Rudenko", @@ -12,7 +12,7 @@ "pdf" ], "categories": [], - "_publish_hash": "sha256:bfe74fa6271e619907669ee8651a68063bcebb0e433d645327cf545418300c95", - "_publish_commit": "master:42d8e1f488fe942f8c0c4c29fe32184fea0cc5c2", + "_publish_hash": "sha256:5093e5243636adc148b57d4c601bbfe359e364ca96dc88ac2a6ecca48dbeb338", + "_publish_commit": "master:a05e72fdaf04313794558fff11fabd6b23169305", "_npm_package_name": "joplin-plugin-paginator" } \ No newline at end of file diff --git a/plugins/com.MadCake.joplin.markdown-table-sortable/plugin.jpl b/plugins/com.MadCake.joplin.markdown-table-sortable/plugin.jpl index 840438f..c146fcb 100644 Binary files a/plugins/com.MadCake.joplin.markdown-table-sortable/plugin.jpl and b/plugins/com.MadCake.joplin.markdown-table-sortable/plugin.jpl differ