wiki:TracWaveDromPlugin

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

  1. Install the plugin:
    easy_install https://trac-hacks.org/svn/tracwavedromplugin/0.11
    
  2. 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

Author: jun66j5
Maintainer: Jun Omae
Contributors:

Last modified 7 years ago Last modified on Oct 2, 2016, 8:34:33 AM

Attachments (1)

Download all attachments as: .zip