wiki:TracWaveDromPlugin

Version 4 (modified by Jun Omae, 10 years ago) (diff)

--

WaveDrom processor to render wavedrom drawings within Trac wiki page

Description

This plugin provides WaveDrom processor to render wavedrom drawings within 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.

Example

Paste the following in your Trac wiki.

{{{#!WaveDrom
{ "signal" : [{ "name": "Alfa", "wave": "01.zx=ud.23.45" }] }
}}}

It would be render wavedrom drawings within Trac wiki page.

Install

  1. Install the plugin:
    easy_install http://trac-hacks.org/svn/tracwavedromplugin/0.11
    
  2. Enable the plugin in trac.ini:
    [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: jun66j5
Contributors:

Attachments (1)

Download all attachments as: .zip