DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:wavedrom

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>
  • ... wavedrom flowchart definition, which should follow grammar in wavedrom.com.

Configuration and Settings

Change Log

  • 2018-07-01
    • Initial release
plugin/wavedrom.txt · Last modified: 2020-09-02 16:43 by ezeller

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki