From 70c800765059959dfeb4b2508956edacf9618c17 Mon Sep 17 00:00:00 2001 From: bremner Date: Fri, 12 Sep 2008 10:38:56 -0400 Subject: [PATCH] question about filter hook --- doc/forum/understanding_filter_hooks.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/understanding_filter_hooks.mdwn diff --git a/doc/forum/understanding_filter_hooks.mdwn b/doc/forum/understanding_filter_hooks.mdwn new file mode 100644 index 000000000..061d6d295 --- /dev/null +++ b/doc/forum/understanding_filter_hooks.mdwn @@ -0,0 +1,9 @@ +Hi All; + +I'm trying to use a filter hook as part of making [[wikilinks|ikiwiki/wikilink]] work in [[plugins/contrib/tex4ht]]. +It seems that filter is called for every page. For my application I just want it to be called for ".tex" files, +but right now I have to have a look at the content, which I don't like so much. + +Is there a better hook to use for this? I need to transform the input before preprocessing. + +[[DavidBremner]]