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

Update: de.habelt.CodeSection@1.0.5

6add3b7df6..1d1aee22a0
This commit is contained in:
Joplin Bot 2022-09-12 12:35:45 +00:00
parent a92b0adbe7
commit e22267ff56
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.4 | 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.5 | 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.4",
"version": "1.0.5",
"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:31193deb2d1bab0ead9ccf80d56215db794d06981c7f7bcda05e669807cf495b",
"_publish_commit": "master:6add3b7df66837a0084b4d2ae69d0b7c22dff3b2",
"_publish_hash": "sha256:480ca49ced18cf27d2f106db5145e8453348be2c6d4dc4e41913edde64ccb751",
"_publish_commit": "master:1d1aee22a0657723447c16098e99335a9ea5db3c",
"_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.4",
"version": "1.0.5",
"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:31193deb2d1bab0ead9ccf80d56215db794d06981c7f7bcda05e669807cf495b",
"_publish_commit": "master:6add3b7df66837a0084b4d2ae69d0b7c22dff3b2",
"_publish_hash": "sha256:480ca49ced18cf27d2f106db5145e8453348be2c6d4dc4e41913edde64ccb751",
"_publish_commit": "master:1d1aee22a0657723447c16098e99335a9ea5db3c",
"_npm_package_name": "joplin-plugin-code-section"
}