Modify

Opened 17 years ago

Last modified 12 years ago

#1048 new enhancement

Refer to source repository file for Graphviz commands

Reported by: Jeff Kowalczyk Owned by: Christian Boos
Priority: normal Component: GraphvizPlugin
Severity: normal Keywords: graphviz
Cc: Trac Release: 0.11

Description

It would be useful to have some syntax to retrieve GraphViz commands from a file in the source repository. Something like this:

  {{{
  #!graphviz source:myproject/trunk/doc/model.dot
  }}}

Would allow the Wiki to display an appropriately versioned UML model, for example. Thanks.

Attachments (0)

Change History (5)

comment:1 Changed 17 years ago by Jeff Kowalczyk

Type: defectenhancement

comment:2 Changed 16 years ago by franck34

+1

comment:3 Changed 16 years ago by Christian Boos

Owner: changed from Peter Kropf to Christian Boos
Trac Release: 0.100.11

Interesting.

comment:4 Changed 16 years ago by Christian Boos

Same remark as in #1478, the proposed syntax:

{{{
#!graphviz source:myproject/trunk/doc/model.dot
}}}

is not supported by Trac for now, so we need to specify this in the content.

Something like:

{{{
#!graphviz
digraph = source:myproject/trunk/doc/model.dot
}}}

comment:5 Changed 12 years ago by Ryan J Ollos

See also #7053 for a similar feature, different plugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Christian Boos.

Add Comment


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

 
Note: See TracTickets for help on using tickets.