new version to go with new version of field

master
http://kerravonsen.dreamwidth.org/ 2010-05-19 11:29:45 +00:00 committed by Joey Hess
parent 3f5fce1091
commit 2f7a909bbc
1 changed files with 5 additions and 1 deletions

View File

@ -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.