Changes between Version 8 and Version 9 of TracWaveDromPlugin


Ignore:
Timestamp:
Oct 2, 2016, 8:34:33 AM (8 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • TracWaveDromPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = WaveDrom processor to render Wavedrom drawings within a Trac wiki page
     3= Render Wavedrom drawings within a Trac wiki page
    44
    55== Description
    66
    77This 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.
     8
     9Paste the following in your Trac wiki:
     10{{{
     11{{{#!WaveDrom
     12{ "signal" : [{ "name": "Alfa", "wave": "01.zx=ud.23.45" }] }
     13}}}
     14}}}
     15
     16It would render Wavedrom drawings within the Trac wiki page:
     17
     18[[Image(wavedrom-example.png, width=600, border=2)]]
    819
    920== !Bugs/Feature Requests
     
    2435
    2536You can check out TracWaveDromPlugin from [/svn/tracwavedromplugin here] using Subversion, or [source:tracwavedromplugin browse the source] with Trac.
    26 
    27 == Example
    28 
    29 Paste the following in your Trac wiki:
    30 {{{
    31 {{{#!WaveDrom
    32 { "signal" : [{ "name": "Alfa", "wave": "01.zx=ud.23.45" }] }
    33 }}}
    34 }}}
    35 
    36 It would render Wavedrom drawings within the Trac wiki page:
    37 
    38 [[Image(wavedrom-example.png,width=600)]]
    3937
    4038== Installation