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]]
+
+> The [[plugins/filecheck]] plugin adds a 'ispage()' pagespec test that can do that.
+> --[[Joey]]