Thanks Wolfgang

using that example I used -

<<forEachTiddler where 'store.getTiddlerSlice(tiddler.title,"Autor")
== config.options.txtAutor && tiddler.tags.contains("Livro")' sortBy
'tiddler.title'>>

which works perfectly......its so great when things happen so
easily!!!!

Thanks
Skye

On 2 Abr, 15:11, wolfgang <pamo...@googlemail.com> wrote:
> Hi Skye,
>
> here an example for a pagewise table, where you have to replace the
> tag value to the one needed:
>
> <<forEachTiddler where 'tiddler.tags.contains(["systemConfig"])'
> write '(index < 25) ? "|"+(index+1)+"|[["+tiddler.title
> +"]]|"+store.getValue(tiddler,"modifier")
> +"|"+store.getTiddlerSlice(tiddler.title,"Description")
> +"|"+tiddler.text.length+"|"+tiddler.tags+"|\n" : ""'
>  begin '"|!#|!Plugin|!Author|!Description|!Byte|!Tags|\n"'
>  end 'count+" Tiddlers found\n"'
>  none '"No Tiddlers found\n"'>>
>
> Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to