From: Joey Hess Date: Fri, 29 Jan 2010 21:05:45 +0000 (-0500) Subject: note on filtering X-Git-Tag: 3.20100212~81 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a2ee2aa9c733b2a8df1fc564e5634abe7d209c05;p=ikiwiki.git note on filtering --- diff --git a/doc/tips/add_chatterbox_to_blog.mdwn b/doc/tips/add_chatterbox_to_blog.mdwn index aa35b9331..e07e36b07 100644 --- a/doc/tips/add_chatterbox_to_blog.mdwn +++ b/doc/tips/add_chatterbox_to_blog.mdwn @@ -18,4 +18,7 @@ from there, like I have on [my blog](http://kitenet.net/~joey/blog/) show=5 feeds=no]] """]] +* To filter out `@-replies`, append "and !*@*" to the [[ikiwiki/PageSpec]]. + The same technique can be used for other filtering. + Note: Works best with ikiwiki 3.10 or better.