1
0
mirror of synced 2024-06-28 23:45:12 +08:00

New: org.yangby.joplin.plugins.pseudocode-support@0.1.0

d9f60f3255
This commit is contained in:
Joplin Bot 2022-11-05 23:07:17 +00:00
parent 4fa3371441
commit f7006c1c0b
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 43 additions and 0 deletions

View File

@ -113,6 +113,7 @@ This repository contains the following plugins:
| [🏠](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.10.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 |
| [🏠](https://github.com/SeptemberHX/joplin-plugin-bundle.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.pluginBundle/plugin.jpl) | Plugin Bundle | 0.5.2 | Table of Contents, Inline Todos, Daily Notes, and History aggregated in one panel with more eye-candy UI design. | SeptemberHX |
| [🏠](https://github.com/yangby/joplin-plugin-pseudocode-support) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.yangby.joplin.plugins.pseudocode-support/plugin.jpl) | Pseudocode Support | 0.1.0 | Typesets pseudocode beautifully in Joplin. | YangBy <yby@yangby.org> |
| [🏠](https://github.com/hieuthi/joplin-plugin-quick-goto) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.quick-goto/plugin.jpl) | Quick Goto | 1.2.0 | Switch to designated notes using keyboard shortcuts | Hieu-Thi Luong |
| [🏠](https://github.com/martinkorelic/joplin-plugin-quick-html-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.quick.html.tags/plugin.jpl) | Quick HTML tags | 0.2.0 | Create quick HTML tags. | Martin Korelič |
| [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.quick-links/plugin.jpl) | Quick Links | 1.2.3 | Create links to other notes | Roman Musin |

View File

@ -2402,5 +2402,26 @@
"_publish_hash": "sha256:459eb22493373b7a33c10410a2562b0122f1b898d9df2971fbb179741438161a",
"_publish_commit": "master:d5a8517118b283f371b8aca4ce738a267265cdaa",
"_npm_package_name": "joplin-plugin-enhanced-editing"
},
"org.yangby.joplin.plugins.pseudocode-support": {
"id": "org.yangby.joplin.plugins.pseudocode-support",
"manifest_version": 1,
"name": "Pseudocode Support",
"version": "0.1.0",
"app_min_version": "2.8",
"description": "Typesets pseudocode beautifully in Joplin.",
"author": "YangBy <yby@yangby.org>",
"keywords": [
"pseudocode"
],
"homepage_url": "https://github.com/yangby/joplin-plugin-pseudocode-support",
"repository_url": "https://github.com/yangby/joplin-plugin-pseudocode-support",
"categories": [
"viewer",
"integrations"
],
"_publish_hash": "sha256:52079b79be54b31a3ef43c9ceba8109ad5c770fc8055c5fafa21756441d974cf",
"_publish_commit": "master:d9f60f3255985234325b0ed9d070708d8a848457",
"_npm_package_name": "joplin-plugin-pseudocode-support"
}
}

View File

@ -0,0 +1,21 @@
{
"id": "org.yangby.joplin.plugins.pseudocode-support",
"manifest_version": 1,
"name": "Pseudocode Support",
"version": "0.1.0",
"app_min_version": "2.8",
"description": "Typesets pseudocode beautifully in Joplin.",
"author": "YangBy <yby@yangby.org>",
"keywords": [
"pseudocode"
],
"homepage_url": "https://github.com/yangby/joplin-plugin-pseudocode-support",
"repository_url": "https://github.com/yangby/joplin-plugin-pseudocode-support",
"categories": [
"viewer",
"integrations"
],
"_publish_hash": "sha256:52079b79be54b31a3ef43c9ceba8109ad5c770fc8055c5fafa21756441d974cf",
"_publish_commit": "master:d9f60f3255985234325b0ed9d070708d8a848457",
"_npm_package_name": "joplin-plugin-pseudocode-support"
}