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

Update: de.habelt.CodeSection@1.0.4

4ca88502e5..6add3b7df6
This commit is contained in:
Joplin Bot 2022-03-06 16:02:18 +00:00
parent 25f4642445
commit 21e7816863
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ This repository contains the following plugins:
| - | [⬇️](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/ahaltindis/joplin-plugin-bulk-note-creator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.ahaltindis.joplin.BulkNoteCreator/plugin.jpl) | Bulk Note Creator | 1.0.0 | Create notes as bulk | Ahmet Altindis |
| [🏠](https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl) | bytefield-svg | 1.1.0 | Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure. | marc0l92 |
| [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.3 | Inserts a piece of code from code source | Jürgen Habelt |
| [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.4 | Inserts a piece of code from code source | Jürgen Habelt |
| [🏠](https://github.com/shantanugoel/joplin-plugin-cm-linenumbers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl) | CodeMirror Line Numbers | 2.0.0 | Enables line numbers for CodeMirror editor | Shantanu Goel |
| [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.0.1 | Combine one or more notes | JackGruber |
| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.complete_link/plugin.jpl) | Complete Link | 1.0.1 | This plugin adds an icon to the toolbar. When clicked, it completes the selected text into a note title (in a markdown link). | S73ph4n |

View File

@ -1590,7 +1590,7 @@
"manifest_version": 1,
"id": "de.habelt.CodeSection",
"app_min_version": "2.2",
"version": "1.0.3",
"version": "1.0.4",
"name": "Code Section",
"description": "Inserts a piece of code from code source",
"author": "Jürgen Habelt",
@ -1601,8 +1601,8 @@
"content-plugin",
"code-section"
],
"_publish_hash": "sha256:6fa99232748435340d30d4d5507a6a0c161663d4ab35289720f9cfd57d0c5cce",
"_publish_commit": "master:4ca88502e58a9a028bc6643a43074baa3486b399",
"_publish_hash": "sha256:31193deb2d1bab0ead9ccf80d56215db794d06981c7f7bcda05e669807cf495b",
"_publish_commit": "master:6add3b7df66837a0084b4d2ae69d0b7c22dff3b2",
"_npm_package_name": "joplin-plugin-code-section"
},
"com.ahaltindis.joplin.BulkNoteCreator": {

View File

@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "de.habelt.CodeSection",
"app_min_version": "2.2",
"version": "1.0.3",
"version": "1.0.4",
"name": "Code Section",
"description": "Inserts a piece of code from code source",
"author": "Jürgen Habelt",
@ -13,7 +13,7 @@
"content-plugin",
"code-section"
],
"_publish_hash": "sha256:6fa99232748435340d30d4d5507a6a0c161663d4ab35289720f9cfd57d0c5cce",
"_publish_commit": "master:4ca88502e58a9a028bc6643a43074baa3486b399",
"_publish_hash": "sha256:31193deb2d1bab0ead9ccf80d56215db794d06981c7f7bcda05e669807cf495b",
"_publish_commit": "master:6add3b7df66837a0084b4d2ae69d0b7c22dff3b2",
"_npm_package_name": "joplin-plugin-code-section"
}