summaryrefslogtreecommitdiff
path: root/doc/plugins/contrib
diff options
context:
space:
mode:
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>2010-05-19 11:29:45 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-05-19 11:29:45 +0000
commit2f7a909bbc0b58714bd2effd03f15d41ded77fcf (patch)
treeb4951704f9c895e25a5ccbcd066aa79ef9bbce1a /doc/plugins/contrib
parent3f5fce1091794521ea57f8ff7469441e4afb4a86 (diff)
new version to go with new version of field
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r--doc/plugins/contrib/ymlfront.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/plugins/contrib/ymlfront.mdwn b/doc/plugins/contrib/ymlfront.mdwn
index f4438f23c..6dd8ed532 100644
--- a/doc/plugins/contrib/ymlfront.mdwn
+++ b/doc/plugins/contrib/ymlfront.mdwn
@@ -42,7 +42,7 @@ That will be htmlized using the page-type of the page-file.
### Accessing the Data
-There are three ways to access the data given in the YAML section.
+There are a few ways to access the data given in the YAML section.
* [[getfield]] plugin
@@ -83,6 +83,10 @@ There are three ways to access the data given in the YAML section.
When running on the Sprongle system, the Foo function returns incorrect data.
+* [[report]] plugin
+
+ The **report** plugin is like the [[ftemplate]] plugin, but it reports on multiple pages, rather than just the current page.
+
* write your own plugin
In conjunction with the [[field]] plugin, you can write your own plugin to access the data.