Modify ↓
Opened 19 years ago
Last modified 14 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 19 years ago by
| Type: | defect → enhancement |
|---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
| Owner: | changed from Peter Kropf to Christian Boos |
|---|---|
| Trac Release: | 0.10 → 0.11 |
Interesting.
comment:4 Changed 17 years ago by
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
}}}
Note: See
TracTickets for help on using
tickets.



+1