From 515a66e88833ded09bdb03328fb15584ac31fb13 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 2 Dec 2006 14:35:36 +0000 Subject: [PATCH] web commit by JoshTriplett --- doc/todo/graphviz.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/graphviz.mdwn b/doc/todo/graphviz.mdwn index f830d8a04..ea60373b9 100644 --- a/doc/todo/graphviz.mdwn +++ b/doc/todo/graphviz.mdwn @@ -1,3 +1,3 @@ -How about a plugin to render a graphviz file as an image via one of the graphviz programs ("dot" by default) and include the resulting image on the page, using the "cmapx" image map format? graphviz files themselves could also render the same way into an HTML file with the same basename as the graphviz file; format and program could come either from an ikiwiki configuration option or comments/directives in the file. (For example, "digraph" could imply "dot", and "graph" could imply "neato".) +How about a plugin providing a [[preprocessor_directive|preprocessordirective]] to render a graphviz file as an image via one of the graphviz programs ("dot" by default) and include the resulting image on the page, using the "cmapx" image map format? graphviz files themselves could also render the same way into an HTML file with the same basename as the graphviz file; format and program could come either from an ikiwiki configuration option or comments/directives in the file. (For example, "digraph" could imply "dot", and "graph" could imply "neato".) To complement this, ikiwiki could support creating and editing of graphviz files through the CGI interface, as a new page type; preview could render the file. It would also help to have some sort of graphviz extension attribute for linking to a wiki page, which would become a standard href or URL attribute in the input passed to the particular graphviz program. \ No newline at end of file -- 2.44.0