diff options
author | bremner <bremner@web> | 2008-09-12 10:38:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-12 10:38:56 -0400 |
commit | 70c800765059959dfeb4b2508956edacf9618c17 (patch) | |
tree | 382b3824ed27c97d5d40de6c5b6b57c8fe6e7c83 | |
parent | 7c4b6060cbe04a88411a96e989e5af425ebb69c4 (diff) |
question about filter hook
-rw-r--r-- | doc/forum/understanding_filter_hooks.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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]] |