[[PageOutline(2-5,Contents,pullout)]] = Render Wavedrom drawings within a Trac wiki page == Description This plugin provides a WaveDrom processor to render [http://wavedrom.com/ 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: [[Image(wavedrom-example.png, width=600, border=2)]] == !Bugs/Feature Requests Existing bugs and feature requests for TracWaveDromPlugin are [report:9?COMPONENT=TracWaveDromPlugin here]. If you have any issues, create a [/newticket?component=TracWaveDromPlugin new ticket]. [[TicketQuery(component=TracWaveDromPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tracwavedromplugin here]. == Source You can check out TracWaveDromPlugin from [/svn/tracwavedromplugin here] using Subversion, or [source:tracwavedromplugin browse the source] with Trac. == Installation 1. Install the plugin: {{{#!sh pip install svn+https://trac-hacks.org/svn/tracwavedromplugin/trunk }}} 1. Enable the plugin in your `trac.ini` file: {{{#!ini [components] tracwavedrom.* = enabled }}} == Recent Changes [[ChangeLog(tracwavedromplugin, 3)]] == !Author/Contributors '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''