summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsimonraven <simonraven@web>2010-01-17 17:27:51 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-01-17 17:27:51 +0000
commit9c0c8b57fb9ccaf21888a7eb9e93dc0d312773e0 (patch)
tree4262c85c4a3ec35153537f1ada4e03af045b9a04 /doc
parentfa0bbaab21a456f8115d9af508fef06443b8d275 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/getfield/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/contrib/getfield/discussion.mdwn b/doc/plugins/contrib/getfield/discussion.mdwn
index 900ca65b2..ce6246034 100644
--- a/doc/plugins/contrib/getfield/discussion.mdwn
+++ b/doc/plugins/contrib/getfield/discussion.mdwn
@@ -18,6 +18,8 @@ Like you mentioned in [[ftemplate]] IIRC, it'll only work on the same page. If i
>>>>> What about using {{pagename#fieldname}}? The meaning of the hash in URLs sort of fits with what is needed here (reference to a 'named' thing within the page) and it won't conflict with actual hash usages (unless we expect different named parts of pages to define different values for the same field ...)
>>>>> -- [[Oblomov]]
+>>>>>> That's a good one too. --[[simonraven]]
+
> I'm also working on a "report" plugin, which will basically apply a template like [[ftemplate]] does, but to a list of pages given from a pagespec, rather than the current page.