second thoughts
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>
Tue, 1 Dec 2009 23:41:04 +0000 (18:41 -0500)
committerJoey Hess <joey@kitenet.net>
Tue, 1 Dec 2009 23:41:04 +0000 (18:41 -0500)
doc/todo/enable_arbitrary_markup_for_directives.mdwn

index aa7b6fa49339538bf000d56ccee38f3f3597ca0d..f521204e405a558b29e827e3b255d2bfea4805fb 100644 (file)
@@ -33,3 +33,6 @@ This could also make it easier to support more styles of markup, rather than hav
 > regexps to match on. So ikiwiki's more general filtering interface seems
 > to allow both of these to do things that could not be done with the
 > PmWiki interface. --[[Joey]] 
+
+>>You have some good points.  I was aware of using filter, but it didn't occur to me that one could use sanitize to do processing also, probably because "sanitize" brought to mind removing harmful content rather than doing other alterations.
+>>It has also occurred to me, on further thought, that if one wants one's chosen markup to actually be processed during the "preprocess" stage, that one could do so by converting the chosen markup to directive-style markup during the "filter" stage and then processing the directive during the "preprocess" stage as per usual.  Is there a tag for "no longer on the wishlist?". --[[KathrynAndersen]]