diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-20 16:19:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-20 16:19:09 -0400 |
commit | a6fc3b411f64f18cd2aabfcd2496b3f7e275e7ef (patch) | |
tree | 74c7966793549923a8f4094ee4dcf85aa8a6cd5c /doc | |
parent | c51b304d90104b4be7d3150821f44273d5be4376 (diff) | |
download | ikiwiki-a6fc3b411f64f18cd2aabfcd2496b3f7e275e7ef.tar ikiwiki-a6fc3b411f64f18cd2aabfcd2496b3f7e275e7ef.tar.gz |
edittemplate patch from Willu
* edittemplate: Default new page file type to the same type as the template.
(willu)
* edittemplate: Add "silent" parameter. (Willu)
* edittemplate: Link to template, to allow creating it. (Willu)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/Allow_edittemplate_to_set_file_type.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/Allow_edittemplate_to_set_file_type.mdwn b/doc/todo/Allow_edittemplate_to_set_file_type.mdwn index 9981c530b..54fff6a19 100644 --- a/doc/todo/Allow_edittemplate_to_set_file_type.mdwn +++ b/doc/todo/Allow_edittemplate_to_set_file_type.mdwn @@ -38,3 +38,6 @@ Below is a [[patch]] to [[plugins/edittemplate]] that does a few things: return; } } + + +[[done]] |