1
0
mirror of synced 2024-07-05 03:58:19 +08:00

New: com.ckant.joplin-plugin-better-code-blocks@1.0.0

a2a689602f
This commit is contained in:
Joplin Bot 2023-09-09 06:05:39 +00:00
parent 60fcadb176
commit 97b4dee264
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 59 additions and 0 deletions

View File

@ -26,6 +26,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.2 | Finds blocks of javascript in the current note (blocks have to start with '```javascript' and end with '```') and runs it as a function. | S73ph4n |
| [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl) | Automatic Backlinks to note | 3.0.3 | Creates backlinks to opened note, also in automatic way | ambrt,cyingfan |
| [🏠](https://asrient.github.io/backstage) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/aa.asrient.backstage/plugin.jpl) | Backstage | 1.0.0 | Scan and import files directly from your phone | Asrient |
| [🏠](https://github.com/ckant/joplin-plugin-better-code-blocks) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.ckant.joplin-plugin-better-code-blocks/plugin.jpl) | Better Code Blocks | 1.0.0 | Enhances code blocks with inline rendering, autocompletion, and more! | Chris Kant |
| [🏠](https://github.com/DanteCoder/JoplinBibleQuote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl) | Bible Quote | 2.0.0 | Quote the bible direct in text editor | Dante G. Barboza |
| - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.xUser5000.bibtex/plugin.jpl) | BibTeX | 0.5.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed |
| [🏠](https://github.com/benlau/joplin-plugin-bidirectional-links) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-bidirectional-links/plugin.jpl) | Bidirectional Links | 0.1.2 | Create bidirectional to other notes | Ben Lau |

View File

@ -3034,5 +3034,34 @@
"_publish_hash": "sha256:cbfc18fdb074364614ee53abb7509c4eec2abd8f4e4dc790edfbc2093954273e",
"_publish_commit": "main:6c59d8107868fc16a6051ab0bbd47b0ff55d64bb",
"_npm_package_name": "joplin-plugin-cjk-breaks"
},
"com.ckant.joplin-plugin-better-code-blocks": {
"manifest_version": 1,
"id": "com.ckant.joplin-plugin-better-code-blocks",
"app_min_version": "2.11",
"version": "1.0.0",
"name": "Better Code Blocks",
"description": "Enhances code blocks with inline rendering, autocompletion, and more!",
"author": "Chris Kant",
"homepage_url": "https://github.com/ckant/joplin-plugin-better-code-blocks",
"repository_url": "https://github.com/ckant/joplin-plugin-better-code-blocks",
"keywords": [
"autocomplete",
"code",
"coding",
"developer",
"programming",
"render",
"rendering"
],
"categories": [
"developer tools",
"editor",
"productivity"
],
"screenshots": [],
"_publish_hash": "sha256:c49bea67532c6cec7f76acffa8b083c2b4a29757685d657a05e75dce80aad47a",
"_publish_commit": "main:a2a689602fb2e27630935addae5c031910d1fce7",
"_npm_package_name": "joplin-plugin-better-code-blocks"
}
}

View File

@ -0,0 +1,29 @@
{
"manifest_version": 1,
"id": "com.ckant.joplin-plugin-better-code-blocks",
"app_min_version": "2.11",
"version": "1.0.0",
"name": "Better Code Blocks",
"description": "Enhances code blocks with inline rendering, autocompletion, and more!",
"author": "Chris Kant",
"homepage_url": "https://github.com/ckant/joplin-plugin-better-code-blocks",
"repository_url": "https://github.com/ckant/joplin-plugin-better-code-blocks",
"keywords": [
"autocomplete",
"code",
"coding",
"developer",
"programming",
"render",
"rendering"
],
"categories": [
"developer tools",
"editor",
"productivity"
],
"screenshots": [],
"_publish_hash": "sha256:c49bea67532c6cec7f76acffa8b083c2b4a29757685d657a05e75dce80aad47a",
"_publish_commit": "main:a2a689602fb2e27630935addae5c031910d1fce7",
"_npm_package_name": "joplin-plugin-better-code-blocks"
}