aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/user-defined_templates_outside_the_wiki.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2010-03-30 12:01:35 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-03-30 12:01:35 +0000
commitf673ce266c8dadb263c6850cc5f7d3e6e7a68e70 (patch)
treef09a71734f4afe3d898ff97183ce38db385c53eb /doc/todo/user-defined_templates_outside_the_wiki.mdwn
parent90c444d9f197a5a9b87d3e70248279ac68e351a6 (diff)
downloadikiwiki-f673ce266c8dadb263c6850cc5f7d3e6e7a68e70.tar
ikiwiki-f673ce266c8dadb263c6850cc5f7d3e6e7a68e70.tar.gz
feature request (part of ftemplate)
Diffstat (limited to 'doc/todo/user-defined_templates_outside_the_wiki.mdwn')
-rw-r--r--doc/todo/user-defined_templates_outside_the_wiki.mdwn8
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.