This plugin allows you to create Wavedrom diagrams as defined by https://wavedrom.com/.
Search for "wavedrom" in the Joplin plugin manager.
- Download the latest release from GitHub
- Open
Joplin > Options > Plugins > Install from File
- Select the jpl file downloaded from GitHub
Example syntax:
```wavedrom
{signal: [
{name: "clk", wave: "p......"},
{name: "bus", wave: "x.34.5x", data: "head body tail"},
{name: "wire", wave: "0.1..0."},
]}
```
Produces:
The plugin may be built with:
npm run dist
This will generate a jpl file in the publish directory.