diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-21 13:47:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-21 13:47:18 -0400 |
commit | 58283f22b755083fefa5509e58ca89fe35271f09 (patch) | |
tree | ca1f564828c05e93a28059417156693a18113e7e /doc/plugins/contrib/ymlfront.mdwn | |
parent | 6472302b8dc1fd0edd76ab3ac6d2e1f224e3cc40 (diff) | |
parent | 93385347a94c92fd74083e63f4b5aa5637580606 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/plugins/contrib/ymlfront.mdwn')
-rw-r--r-- | doc/plugins/contrib/ymlfront.mdwn | 6 |
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. |