]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/pluggablerenderers.mdwn
bah, globlists are not anded..
[ikiwiki.git] / doc / todo / pluggablerenderers.mdwn
1 I'm considering a configurable rendering pipeline for each supported
2 filename extension. So for ".mdwn" files, it would send the content through
3 linkify, markdown, and finalize, while for ".wiki" files it might send it
4 through just a wiki formatter and finalize.
5
6 This would allow not only supporting more types of markup, but changing
7 what style of [[WikiLink]]s are supported, maybe some people want to add
8 [[CamelCase]] for example, or don't like the [[SubPage/LinkingRules]].
9
10 There also needs to be a step before finalize, where stuff like lists of pages
11 that linked back to it could be added to the page. However, doing linkbacks
12 also needs to tie into the main logic, to determine what pages need to be
13 renered, so maybe that won't be a plugin.
14