1
0
mirror of synced 2024-07-01 01:18:55 +08:00

New: com.github.marc0l92.joplin-plugin-bytefield-svg@1.0.0

ec30207cfd
This commit is contained in:
Joplin Bot 2022-01-14 23:35:17 +00:00
parent 27273da261
commit 7f1cf5df93
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 49 additions and 0 deletions

View File

@ -27,6 +27,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/DanteCoder/JoplinBibleQuote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl) | Bible Quote | 1.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/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.0.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/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 |

View File

@ -1649,5 +1649,29 @@
"_publish_hash": "sha256:cabb16b80b615c17bbab827a1dd338d2ad520b3f962fff391fce98491c2e1f44",
"_publish_commit": "main:95b6bfdb4393fe4b2e69ebfcd4c2ad57fc459b42",
"_npm_package_name": "joplin-plugin-apollo"
},
"com.github.marc0l92.joplin-plugin-bytefield-svg": {
"manifest_version": 1,
"id": "com.github.marc0l92.joplin-plugin-bytefield-svg",
"app_min_version": "2.2",
"version": "1.0.0",
"name": "bytefield-svg",
"description": "Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure.",
"author": "marc0l92",
"homepage_url": "https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme",
"repository_url": "https://github.com/marc0l92/joplin-plugin-bytefield-svg",
"keywords": [
"bytefield-svg",
"bytefield",
"svg",
"diagram",
"network",
"memory",
"binary",
"structure"
],
"_publish_hash": "sha256:cb1b19290243cf9301fbd4ded8d3552980bc6d44fadb59c4f7b3f277c9888d5b",
"_publish_commit": "master:ec30207cfd09ac0a8b6b5f668505b731482bb561",
"_npm_package_name": "joplin-plugin-bytefield-svg"
}
}

View File

@ -0,0 +1,24 @@
{
"manifest_version": 1,
"id": "com.github.marc0l92.joplin-plugin-bytefield-svg",
"app_min_version": "2.2",
"version": "1.0.0",
"name": "bytefield-svg",
"description": "Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure.",
"author": "marc0l92",
"homepage_url": "https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme",
"repository_url": "https://github.com/marc0l92/joplin-plugin-bytefield-svg",
"keywords": [
"bytefield-svg",
"bytefield",
"svg",
"diagram",
"network",
"memory",
"binary",
"structure"
],
"_publish_hash": "sha256:cb1b19290243cf9301fbd4ded8d3552980bc6d44fadb59c4f7b3f277c9888d5b",
"_publish_commit": "master:ec30207cfd09ac0a8b6b5f668505b731482bb561",
"_npm_package_name": "joplin-plugin-bytefield-svg"
}