From: Jason Blevins Date: Tue, 4 Nov 2008 16:37:50 +0000 (-0500) Subject: Question excluding images in inline pagespec X-Git-Tag: 2.69~46 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/c197cc34b07be94fb7481af0e5db09bbaaff8365?ds=sidebyside;hp=--cc Question excluding images in inline pagespec --- c197cc34b07be94fb7481af0e5db09bbaaff8365 diff --git a/doc/ikiwiki/directive/inline/discussion.mdwn b/doc/ikiwiki/directive/inline/discussion.mdwn index 91b2ff462..003c6abff 100644 --- a/doc/ikiwiki/directive/inline/discussion.mdwn +++ b/doc/ikiwiki/directive/inline/discussion.mdwn @@ -19,3 +19,11 @@ take it as far as implementing "replies" to other comments. ## More dynamic `rootpage` parameter of inline plugin? (Moved to [[todo/dynamic_rootpage]]) + +--- + +## Excluding Images + +Is there a simple way to exclude images, stylesheets, and other +"non-page" files other than a blacklist approach like +`pages="* and !*.png and !*.css"`? --[[JasonBlevins]]