[[PageOutline(2-5,Contents,pullout)]] = WaveDrom processor to render Wavedrom drawings within Trac wiki page == Description This plugin provides a WaveDrom processor to render [http://code.google.com/p/wavedrom/ wavedrom] drawings within Trac wiki page. !WaveDrom is a JavaScript application that describes Digital Timing Diagrams. == !Bugs/Feature Requests Existing bugs and feature requests for TracWaveDromPlugin are [report:9?COMPONENT=TracWaveDromPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracWaveDromPlugin&owner=jun66j5 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 [http://trac-hacks.org/svn/tracwavedromplugin here] using Subversion, or [source:tracwavedromplugin browse the source] with Trac. == Example 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=250)]] == Installation 1. Install the plugin: {{{ #!sh easy_install http://trac-hacks.org/svn/tracwavedromplugin/0.11 }}} 1. Enable the plugin in `trac.ini`: {{{ #!ini [components] tracwavedrom.* = enabled }}} == Recent Changes [[ChangeLog(tracwavedromplugin, 3)]] == !Author/Contributors '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''