diff --git a/README.md b/README.md index d48040f..3b36a28 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/manifests.json b/manifests.json index a2f9576..8f056f8 100644 --- a/manifests.json +++ b/manifests.json @@ -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" } } \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/manifest.json b/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/manifest.json new file mode 100644 index 0000000..e736b07 --- /dev/null +++ b/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/manifest.json @@ -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" +} \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl b/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl new file mode 100644 index 0000000..1c1f5e0 Binary files /dev/null and b/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl differ