summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://oblomov.myopenid.com/ <http://oblomov.myopenid.com/@web>2010-01-17 09:56:26 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-01-17 09:56:26 +0000
commitfa0bbaab21a456f8115d9af508fef06443b8d275 (patch)
treea8ad87822c68b3de2bcb89efba566c8081a7ce00 /doc
parentfc7a047a474cc19cc24a5a7d7119ef6f32f395b6 (diff)
Suggest # as page-field separator
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/getfield/discussion.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/contrib/getfield/discussion.mdwn b/doc/plugins/contrib/getfield/discussion.mdwn
index 42338a3c7..900ca65b2 100644
--- a/doc/plugins/contrib/getfield/discussion.mdwn
+++ b/doc/plugins/contrib/getfield/discussion.mdwn
@@ -16,6 +16,9 @@ Like you mentioned in [[ftemplate]] IIRC, it'll only work on the same page. If i
>>>> Oh. Hmm. I like your idea actually, or alternately, in keeping more with other plugins, doing it like {{pagename/fieldname}}. The meaning of the separator is less clear with /, but avoids potential issues with filename clashes that have a colon in them. It also keeps a certain logic - at least to me. Either way, I think both are good choices. [[SR|users/simonraven]]
+>>>>> 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]]
+
> 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.
> -- [[users/KathrynAndersen]]