Contents
Render Wavedrom drawings within a Trac wiki page
Description
This plugin provides a WaveDrom processor to render wavedrom drawings within Trac wiki page. WaveDrom is a JavaScript application that describes Digital Timing Diagrams.
Paste the following in your Trac wiki:
{{{#!WaveDrom { "signal" : [{ "name": "Alfa", "wave": "01.zx=ud.23.45" }] } }}}
It would render Wavedrom drawings within the Trac wiki page:
Bugs/Feature Requests
Existing bugs and feature requests for TracWaveDromPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracWaveDromPlugin from here using Subversion, or browse the source with Trac.
Installation
- Install the plugin:
easy_install https://trac-hacks.org/svn/tracwavedromplugin/0.11
- Enable the plugin in your
trac.ini
file:[components] tracwavedrom.* = enabled
Recent Changes
- 14077 by jun66j5 on 2014-08-11 09:40:59
-
TracWaveDromPlugin: initial checkins, sorry for the long delay....
- 13505 by jun66j5 on 2013-12-23 13:55:12
-
New hack TracWaveDromPlugin, created by jun66j5
(more)
Author/Contributors
Last modified 7 years ago
Last modified on Oct 2, 2016, 8:34:33 AM
Attachments (1)
- wavedrom-example.png (19.1 KB) - added by 10 years ago.
Download all attachments as: .zip