Ticket #2930 (new enhancement)

Opened 5 years ago

Last modified 1 year ago

Plugin to render diagramms with ditaa

Reported by: anonymous Assigned to: anybody
Priority: normal Component: Request-a-Hack
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

ditaa is a tool that reinterprets ascii drawings and produces nice bitmaps from them. I'd love to draw some graphics on a trac wiki page and have a plugin rendering it to png and showing that instead.

Attachments

Change History

09/06/09 10:22:35 changed by rjollos

  • summary changed from plugin to render diagramms with ditaa to Plugin to render diagramms with ditaa.

(follow-up: ↓ 3 ) 02/21/12 14:38:20 changed by davidecavestro

I've succeded in rendering my ascii diagrams (ditaa) on trac 0.12 using the following syntax

{{{
#!PlantUML
@startuml
ditaa
/----------\
| it works |
\----------/
@enduml
}}}

thanks to the great plantuml utility (and the corresponding plugin, available at PlantUmlMacro.

(in reply to: ↑ 2 ) 03/16/12 04:51:55 changed by rjollos

Replying to davidecavestro:

I've succeded in rendering my ascii diagrams (ditaa) on trac 0.12 using the following syntax

That is interesting. The code for PlantUmlMacro is pretty generic, so we could easily extend it to cover any JAR tool that creates images.


Add/Change #2930 (Plugin to render diagramms with ditaa)




Change Properties
Action