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

New: joplin.plugin.MultiMarkdownTableTools@1.0.0

c6797adf3b
This commit is contained in:
Joplin Bot 2023-01-09 19:07:04 +00:00
parent 5b3c825134
commit a8e12400c1
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 51 additions and 0 deletions

View File

@ -102,6 +102,7 @@ This repository contains the following plugins:
| [🏠](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 |
| [🏠](https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.MultiMarkdownTableTools/plugin.jpl) | MultiMarkdown Table Tools | 1.0.0 | A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown! | FelisDiligens |
| [🏠](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 |
| [🏠](https://github.com/ZhangTe/joplin-plugin-encrypt-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-note-encryption/plugin.jpl) | Note encryption | 1.0.5 | A joplin plugin, encrypt selected notes on the joplin desktop client. | ztbxxt |
| [🏠](https://github.com/ylc395/joplin-plugin-note-link-system) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.noteLinkSystem/plugin.jpl) | Note Link System | 0.8.0 | A complete Link System for Joplin. Referrer(aka. backlink), Quick Link, Copy Anchor, Hover to preview, Url Icon, and much more feature | ylc395 |

View File

@ -2517,5 +2517,30 @@
"_publish_hash": "sha256:0ff0e15e1d0f589b415af3052c019dcf2de98d32684e26b4c3e0fa94e51a9292",
"_publish_commit": "main:1bff894d3d4df75327b921c092fe23b2665b13e4",
"_npm_package_name": "joplin-plugin-hypothesis"
},
"joplin.plugin.MultiMarkdownTableTools": {
"manifest_version": 1,
"id": "joplin.plugin.MultiMarkdownTableTools",
"app_min_version": "2.8",
"version": "1.0.0",
"name": "MultiMarkdown Table Tools",
"description": "A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown!",
"author": "FelisDiligens",
"homepage_url": "https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools",
"repository_url": "https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools",
"keywords": [
"multimarkdown",
"multimd",
"markdown",
"md",
"html",
"table",
"format",
"convert"
],
"categories": [],
"_publish_hash": "sha256:24d7521dc6b296b4b5c3bcd1d1c8b90620745b070b8c460c92d94e881df7c305",
"_publish_commit": "main:c6797adf3bb632fbea12faeb1f1817e6ee3a21c8",
"_npm_package_name": "joplin-plugin-multimd-table-tools"
}
}

View File

@ -0,0 +1,25 @@
{
"manifest_version": 1,
"id": "joplin.plugin.MultiMarkdownTableTools",
"app_min_version": "2.8",
"version": "1.0.0",
"name": "MultiMarkdown Table Tools",
"description": "A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown!",
"author": "FelisDiligens",
"homepage_url": "https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools",
"repository_url": "https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools",
"keywords": [
"multimarkdown",
"multimd",
"markdown",
"md",
"html",
"table",
"format",
"convert"
],
"categories": [],
"_publish_hash": "sha256:24d7521dc6b296b4b5c3bcd1d1c8b90620745b070b8c460c92d94e881df7c305",
"_publish_commit": "main:c6797adf3bb632fbea12faeb1f1817e6ee3a21c8",
"_npm_package_name": "joplin-plugin-multimd-table-tools"
}