Ticket #1048 (new enhancement)

Opened 6 years ago

Last modified 1 year ago

Refer to source repository file for Graphviz commands

Reported by: jeffk Assigned to: cboos
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

Change History

12/27/06 01:27:07 changed by jeffk

  • type changed from defect to enhancement.

09/21/08 21:25:49 changed by franck34

+1

10/20/08 12:24:04 changed by cboos

  • release changed from 0.10 to 0.11.
  • owner changed from pkropf to cboos.

Interesting.

10/20/08 18:49:26 changed by cboos

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
}}}

02/06/12 06:02:00 changed by rjollos

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


Add/Change #1048 (Refer to source repository file for Graphviz commands)




Change Properties
Action