Modify

Opened 5 years ago

Last modified 4 weeks ago

#2930 new enhancement

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 (4)

comment:1 Changed 4 years ago by rjollos

  • Summary changed from plugin to render diagramms with ditaa to Plugin to render diagramms with ditaa

comment:2 follow-up: Changed 16 months ago 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.

comment:3 in reply to: ↑ 2 Changed 15 months ago 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.

comment:4 Changed 4 weeks ago by rjollos

  • Summary changed from Plugin to render diagramms with ditaa to Plugin to render diagrams with ditaa

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as new .
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from anybody. Next status will be 'new'.
The owner will be changed from anybody to anonymous. Next status will be 'assigned'.
Author


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

 
Note: See TracTickets for help on using tickets.