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.

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

  1. Install the plugin:
    pip install svn+https://trac-hacks.org/svn/tracwavedromplugin/trunk
    
  2. 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 to trunk
14077 by jun66j5 on 2014-08-11 09:40:59
TracWaveDromPlugin: initial checkins, sorry for the long delay....
(more)

Author/Contributors

Author: jun66j5
Maintainer: Jun Omae
Contributors:

Last modified 3 months ago Last modified on Dec 20, 2023, 7:42:28 AM

Attachments (1)

Download all attachments as: .zip