summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsimonraven <simonraven@web>2010-01-17 09:31:07 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-01-17 09:31:07 +0000
commit2137d1f68c694af6135d0d84b59bbfbcffe36669 (patch)
treeb4281a8769b9a516e3d19e7962daf4d8e25bbb76 /doc
parentb3363aa89f840fd42b8a621b011326ef41b73513 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/getfield/discussion.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/getfield/discussion.mdwn b/doc/plugins/contrib/getfield/discussion.mdwn
index 9f1337046..42338a3c7 100644
--- a/doc/plugins/contrib/getfield/discussion.mdwn
+++ b/doc/plugins/contrib/getfield/discussion.mdwn
@@ -14,7 +14,7 @@ Like you mentioned in [[ftemplate]] IIRC, it'll only work on the same page. If i
>>> The current markup is {{$*fieldname*}}; what you're wanting, perhaps it should be represented like {{$*pagename*:*fieldname*}}, or {{$*pagename*::*fieldname*}} or something else...
>>> -- [[KathrynAndersen]]
->>>> Oh. Hmm. I like your idea actually, or alternately, in keeping more with other plugins, doing it like {{pagename/fieldname}}. The meaning is less clear that way, 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.
+>>>> 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]]
> 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.