DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:wavedrom

This is an old revision of the document!


wavedrom Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Draw wavedrom diagrams based on wavedrom.js

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

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

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.1531416510.txt.gz · Last modified: 2018-07-12 19:28 by Aleksandr

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