summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 22:04:19 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 22:04:19 +0000
commit7d6221841654e26d6ab822a13b8ee66bd7630c0f (patch)
treed159e96c806bbaf433faacb7b1c5696b5e3fc1ea /doc
parentc6e18e851edbbff889465871cc808e938d6c11d1 (diff)
web commit by JoshTriplett
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/default_content_for_new_post.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/default_content_for_new_post.mdwn b/doc/todo/default_content_for_new_post.mdwn
index 966459ccd..3849be64a 100644
--- a/doc/todo/default_content_for_new_post.mdwn
+++ b/doc/todo/default_content_for_new_post.mdwn
@@ -1,8 +1,15 @@
Along the same lines as having a [[default_name_for_new_post]]s, an option
to include default content in a new [[plugins/inline]] post would help with
tasks like using an inline for a comment form on each new blog post.
+--[[JoshTriplett]]
> No, it would only help if the new blog post were being made via the form.
> If you're editing it in vi, and committing, it doesn't help. :-) This is
> another reason why I prefer the approach in [[discussion_page_as_blog]]
> --[[Joey]]
+
+This feature would also allow the automatic inclusion of a given template in
+every new post, which could help for [[/plugins]] (automatically use the
+plugin template), or for [[/bugs]] and [[todo_items|/todo]] (automatically use
+a template that appends "(done)" to the title if the page links to
+[[bugs/done]] or [[todo/done]], respectively. --[[JoshTriplett]]