1
0
mirror of synced 2024-07-03 02:25:21 +08:00

New: com.MadCake.joplin.markdown-table-sortable@1.0.0

85bdc33a73
This commit is contained in:
Joplin Bot 2023-05-06 18:35:49 +00:00
parent f66bfefc74
commit 50e78b462c
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 37 additions and 0 deletions

View File

@ -123,6 +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 | 1.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 |

View File

@ -2795,5 +2795,23 @@
"_publish_hash": "sha256:3c4f6124a5e3df19f52aa24de08673bea9fb3001510ddfe4fd742316eb2875be",
"_publish_commit": "main:172659fe1d848e35007612454be874f1bdc943a8",
"_npm_package_name": "joplin-plugin-remote-note-pull"
},
"com.MadCake.joplin.markdown-table-sortable": {
"manifest_version": 1,
"id": "com.MadCake.joplin.markdown-table-sortable",
"app_min_version": "2.8",
"version": "1.0.0",
"name": "Paginator",
"description": "Create paginated 2-column documents in joplin.",
"author": "Kostiantyn Rudenko",
"homepage_url": "https://github.com/KosRud/joplin-plugin-paginator",
"repository_url": "https://github.com/KosRud/joplin-plugin-paginator",
"keywords": [
"pdf"
],
"categories": [],
"_publish_hash": "sha256:da880e4834c04984abcbf578ec9256f5f61ab2f72ab57f841bb325ff9e23d482",
"_publish_commit": "master:85bdc33a735105474cad5b5974b2e4c80e70bc90",
"_npm_package_name": "joplin-plugin-paginator"
}
}

View File

@ -0,0 +1,18 @@
{
"manifest_version": 1,
"id": "com.MadCake.joplin.markdown-table-sortable",
"app_min_version": "2.8",
"version": "1.0.0",
"name": "Paginator",
"description": "Create paginated 2-column documents in joplin.",
"author": "Kostiantyn Rudenko",
"homepage_url": "https://github.com/KosRud/joplin-plugin-paginator",
"repository_url": "https://github.com/KosRud/joplin-plugin-paginator",
"keywords": [
"pdf"
],
"categories": [],
"_publish_hash": "sha256:da880e4834c04984abcbf578ec9256f5f61ab2f72ab57f841bb325ff9e23d482",
"_publish_commit": "master:85bdc33a735105474cad5b5974b2e4c80e70bc90",
"_npm_package_name": "joplin-plugin-paginator"
}