aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/edittemplate_should_look_in_templates_directory_by_default.mdwn
blob: 4bc10e432afd1269216fef962d7ec39ae847f9c5 (plain)
1
2
3
4
5
6
7
8
[[plugins/edittemplate]] looks for the specified template relative to the
page the directive appears on. Which can be handy, eg, make a
blog/mytemplate and put the directive on blog, and it will find
"mytemplate". However, it can also be confusing, since other templates
always are looked for in `templates/`.

I think it should probably fall back to looking for `templates/$foo`.
--[[Joey]]