Modify ↓
Opened 6 years ago
Last modified 17 months ago
#1048 new enhancement
Refer to source repository file for Graphviz commands
| Reported by: | jeffk | Owned by: | 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 (0)
Change History (5)
comment:1 Changed 6 years ago by jeffk
- Type changed from defect to enhancement
comment:2 Changed 5 years ago by franck34
comment:3 Changed 5 years ago by cboos
- Owner changed from pkropf to cboos
- Trac Release changed from 0.10 to 0.11
Interesting.
comment:4 Changed 5 years ago 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
}}}
comment:5 Changed 17 months ago by rjollos
See also #7053 for a similar feature, different plugin.
Note: See
TracTickets for help on using
tickets.


+1