]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/understanding_filter_hooks.mdwn
That's good news for me then ! Thank you.
[ikiwiki.git] / doc / forum / understanding_filter_hooks.mdwn
1 Hi All;
2
3 I'm trying to use a filter hook as part of making [[wikilinks|ikiwiki/wikilink]] work in [[plugins/contrib/tex4ht]].
4 It seems that filter is called for every page. For my application I just want it to be called for ".tex" files, 
5 but right now I have to have a look at the content, which I don't like so much.
6
7 Is there a better hook to use for this? I need to transform the input before preprocessing.
8
9 [[DavidBremner]]