Opened 10 years ago
Last modified 10 years ago
#12262 reopened enhancement
add @dot markdown
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
Instead of needing to type all of this:
{{{#!dot digraph {a -> b} }}}
markdown that is consistent with Doxygen (and the Doxygen Trac Plugin) should be recognized like this:
@dot digraph {a -> b} @enddot
Attachments (0)
Change History (3)
comment:1 Changed 10 years ago by
Component: | SELECT A HACK → DoxygenPlugin |
---|---|
Description: | modified (diff) |
Resolution: | → wontfix |
Status: | new → closed |
Type: | defect → enhancement |
comment:2 Changed 10 years ago by
The number of characters is not a concern, consistency and ease of interoperability of tools is.
Using a consistent string would allow blocks of text including graphviz diagrams to be copied from code to the trac wiki without special manual editing.
comment:3 Changed 10 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
I misunderstood - I thought you were asking for Markdown syntax support. I guess you are asking for support for Doxygen special commands. I suppose you could implement an IWikiSyntaxProvider
to support the syntax. It's not an area of Trac that I've worked, so I can't say for sure. Realistically though, there's no one supporting this plugin, so someone will need to provide a patch for the feature.
You'd save a net 6 characters, so the argument isn't hugely compelling. Anyway, the Trac wiki would need to support Markdown to make this happen.