diff --git a/README.md b/README.md index 2f62d8e..f699860 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ This repository contains the following plugins: | [🏠](https://github.com/WeMakeMachines/joplin-plugin-vextab) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.wemakemachines.joplin.plugin.vextab/plugin.jpl) | VexTab plugin for Joplin | 0.1.2 | A Joplin plugin for rendering guitar tablature using VexTab | Franco Speziali | | [🏠](https://github.com/joplin/plugin-victor#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.Victor/plugin.jpl) | Victor | 1.0.0 | Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over. | Laurent Cozic | | [🏠](https://github.com/uioporqwerty/joplin-plugin-wakatime) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/app.nybble.joplin-plugin-wakatime/plugin.jpl) | WakaTime | 1.0.13 | A Joplin plugin for WakaTime | Nitish Sachar (uioporqwerty) | +| [🏠](https://github.com/cwesson/joplin-plugin-wavedrom) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.cwesson.joplin-plugin-wavedrom/plugin.jpl) | Wavedrom | 1.0.0 | Render Wavedrom diagrams inside your Joplin notes. | Conlan Wesson | | [🏠](https://discourse.joplinapp.org/t/joplin-white-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-white-theme/plugin.jpl) | White Theme | 1.3.0 | A white theme for joplin | BeatLink | | [🏠](https://github.com/marph91/joplin-plugin-whitespacer) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.whitespacer/plugin.jpl) | Whitespacer | 1.0.0 | Display whitespaces in editor | Martin Dörfelt | diff --git a/manifests.json b/manifests.json index e3a5b09..c8f2247 100644 --- a/manifests.json +++ b/manifests.json @@ -3000,5 +3000,22 @@ "_publish_hash": "sha256:11b00d28dfa3cee292f12b7dfa81ca1bc5743797b421b86e69be2ed80bf10331", "_publish_commit": "main:31b0b20da3d440aa8fe76c16e49c35f2787ab2f2", "_npm_package_name": "joplin-plugin-typograms" + }, + "net.cwesson.joplin-plugin-wavedrom": { + "manifest_version": 1, + "id": "net.cwesson.joplin-plugin-wavedrom", + "app_min_version": "2.11", + "version": "1.0.0", + "name": "Wavedrom", + "description": "Render Wavedrom diagrams inside your Joplin notes.", + "author": "Conlan Wesson", + "homepage_url": "https://github.com/cwesson/joplin-plugin-wavedrom", + "repository_url": "https://github.com/cwesson/joplin-plugin-wavedrom", + "keywords": [], + "categories": [], + "screenshots": [], + "_publish_hash": "sha256:55c763a7b3921a3216735ed474b070fe0171565c384bf96cfb79f2e1433ba0b6", + "_publish_commit": "main:73ca2dab001f542300324a7c8d957e95b2ac7a24", + "_npm_package_name": "joplin-plugin-wavedrom" } } \ No newline at end of file diff --git a/plugins/net.cwesson.joplin-plugin-wavedrom/manifest.json b/plugins/net.cwesson.joplin-plugin-wavedrom/manifest.json new file mode 100644 index 0000000..9bf4472 --- /dev/null +++ b/plugins/net.cwesson.joplin-plugin-wavedrom/manifest.json @@ -0,0 +1,17 @@ +{ + "manifest_version": 1, + "id": "net.cwesson.joplin-plugin-wavedrom", + "app_min_version": "2.11", + "version": "1.0.0", + "name": "Wavedrom", + "description": "Render Wavedrom diagrams inside your Joplin notes.", + "author": "Conlan Wesson", + "homepage_url": "https://github.com/cwesson/joplin-plugin-wavedrom", + "repository_url": "https://github.com/cwesson/joplin-plugin-wavedrom", + "keywords": [], + "categories": [], + "screenshots": [], + "_publish_hash": "sha256:55c763a7b3921a3216735ed474b070fe0171565c384bf96cfb79f2e1433ba0b6", + "_publish_commit": "main:73ca2dab001f542300324a7c8d957e95b2ac7a24", + "_npm_package_name": "joplin-plugin-wavedrom" +} \ No newline at end of file diff --git a/plugins/net.cwesson.joplin-plugin-wavedrom/plugin.jpl b/plugins/net.cwesson.joplin-plugin-wavedrom/plugin.jpl new file mode 100644 index 0000000..80ff737 Binary files /dev/null and b/plugins/net.cwesson.joplin-plugin-wavedrom/plugin.jpl differ