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.
enhancement |
1 / 1 |
---|
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:
pip install svn+https://trac-hacks.org/svn/tracwavedromplugin/trunk
- Enable the plugin in your
trac.ini
file:[components] tracwavedrom.* = enabled
Recent Changes
- 18608 by jun66j5 on 2023-12-20 07:41:30
-
TracWaveDromPlugin: make compatible with Trac 1.6, use files on CDN rather than bundled files and make the location configurable (closes #14267)
- 18607 by jun66j5 on 2023-12-20 07:32:11
-
TracWaveDromPlugin: rename
0.11
directory totrunk
- 14077 by jun66j5 on 2014-08-11 09:40:59
-
TracWaveDromPlugin: initial checkins, sorry for the long delay....
(more)
Author/Contributors
Last modified 11 months ago
Last modified on Dec 20, 2023, 7:42:28 AM
Attachments (1)
- wavedrom-example.png (19.1 KB) - added by 11 years ago.
Download all attachments as: .zip