diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-09 09:09:02 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-09 09:09:02 +0000 |
commit | 54a4151306458686ec1de8ba3d2adbb86a69e576 (patch) | |
tree | 61de4e00fdac9596965bcd7b3ba4dc70f68af55a /doc/todo | |
parent | af388addc609a8b7993f73b980daf61fd567fe6d (diff) |
* Add a graphviz plugin.
* Suggests: graphviz
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/graphviz.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo/graphviz.mdwn b/doc/todo/graphviz.mdwn index 4c70250a3..31d5787ae 100644 --- a/doc/todo/graphviz.mdwn +++ b/doc/todo/graphviz.mdwn @@ -5,4 +5,7 @@ To complement this, ikiwiki could support creating and editing graphviz files th > Editing graphviz files safely online might be tricky. Graphvis would need > to be audited. --[[Joey]] -[[tag soc]] +>> I've added a [[graphviz_plugin|plugins/graphviz]] which adds a preprocessor +>> directive to render inline graphviz graphs, addressing part of this todo +>> item. It doesn't yet support graphviz files as a separate page type, image +>> maps, or wikilinks.--[[JoshTriplett]] |