diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-11-04 13:19:15 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-11-04 13:19:15 -0500 |
commit | 43a83e103e7f0e4a522f8393a4e2015dad767864 (patch) | |
tree | 10fe2efc2ab5c552245351c986f35e7f8adc6035 | |
parent | c197cc34b07be94fb7481af0e5db09bbaaff8365 (diff) | |
download | ikiwiki-43a83e103e7f0e4a522f8393a4e2015dad767864.tar ikiwiki-43a83e103e7f0e4a522f8393a4e2015dad767864.tar.gz |
response
-rw-r--r-- | doc/ikiwiki/directive/inline/discussion.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/inline/discussion.mdwn b/doc/ikiwiki/directive/inline/discussion.mdwn index 003c6abff..e301190bf 100644 --- a/doc/ikiwiki/directive/inline/discussion.mdwn +++ b/doc/ikiwiki/directive/inline/discussion.mdwn @@ -27,3 +27,6 @@ take it as far as implementing "replies" to other comments. 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]] |