diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-03-30 12:01:35 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-30 12:01:35 +0000 |
commit | f673ce266c8dadb263c6850cc5f7d3e6e7a68e70 (patch) | |
tree | f09a71734f4afe3d898ff97183ce38db385c53eb /doc | |
parent | 90c444d9f197a5a9b87d3e70248279ac68e351a6 (diff) |
feature request (part of ftemplate)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/user-defined_templates_outside_the_wiki.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/user-defined_templates_outside_the_wiki.mdwn b/doc/todo/user-defined_templates_outside_the_wiki.mdwn new file mode 100644 index 000000000..880ad6493 --- /dev/null +++ b/doc/todo/user-defined_templates_outside_the_wiki.mdwn @@ -0,0 +1,8 @@ +[[!tag wishlist]] + +The [[plugins/contrib/ftemplate]] plugin looks for templates inside the wiki +source, but also looks in the system templates directory (the one with +`page.tmpl`). This means the wiki admin can provide templates that can be +invoked via `\[[!template]]`, but don't have to "work" as wiki pages in their +own right. I think the normal [[plugins/template]] plugin could benefit from +this functionality. |