Modify

Opened 16 years ago

Closed 7 years ago

#2930 closed enhancement (worksforme)

Plugin to render diagrams with ditaa

Reported by: anonymous Owned by: 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 (0)

Change History (5)

comment:1 Changed 15 years ago by Ryan J Ollos

Summary: plugin to render diagramms with ditaaPlugin to render diagramms with ditaa

comment:2 Changed 12 years ago by Davide Cavestro

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.

comment:3 in reply to:  2 Changed 12 years ago by Ryan J Ollos

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.

comment:4 Changed 11 years ago by Ryan J Ollos

Summary: Plugin to render diagramms with ditaaPlugin to render diagrams with ditaa

comment:5 Changed 7 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain anybody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.