]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/pluggablerenderers.mdwn
update
[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 The finalize step is where the page gets all the pretty junk around the
11 edges, so that clearly needs to be pluggable too.
12
13 There also needs to be a step before finalize, where stuff like lists of pages
14 that linked back to it could be added to the page. However, doing linkbacks
15 also needs to tie into the main logic, to determine what pages need to be
16 renered, so maybe that won't be a plugin.
17