joplin-plugin-wavedrom

1.0.0 • Public • Published

Joplin Plugin Wavedrom

This plugin allows you to create Wavedrom diagrams as defined by https://wavedrom.com/.

Installation

Automatic Installation

Search for "wavedrom" in the Joplin plugin manager.

Manual Installation

  1. Download the latest release from GitHub
  2. Open Joplin > Options > Plugins > Install from File
  3. Select the jpl file downloaded from GitHub

Markdown Syntax

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:

Example

Readme

Keywords

Package Sidebar

Install

npm i joplin-plugin-wavedrom

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

93.9 kB

Total Files

5

Last publish

Collaborators

  • cwesson