Table of Contents

wavedrom Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" unknown
  • 2022-07-31 "Igor" unknown
  • 2020-07-29 "Hogfather" no

plugin Draw wavedrom diagrams based on wavedrom.js

Last updated on
2018-07-01
Provides
Syntax
Repository
Source

Similar to diagram, ditaa, graphviz

Tagged with diagram, wavedrom

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

<wavedrom>
{ "signal" : [
  { "name": "clk",         "wave": "p.....|..." },
  { "name": "Data",        "wave": "x.345x|=.x", "data": ["head", "body", "tail", "data"] },
  { "name": "Request",     "wave": "0.1..0|1.0" },
  {},
  { "name": "Acknowledge", "wave": "1.....|01." }
]}
</wavedrom>

The output is as snapshot above.

Syntax

Basic syntax:

<wavedrom>...</wavedrom>

Configuration and Settings

Change Log