Hi Danielo

You can iterate over the fields of a tiddler the "fields" filter operator:

http://tiddlywiki.com/#FilterOperator%3A%20fields

For example:

[[HelloThere]fields[]] - returns names of fields on "HelloThere"

[all[tiddlers]fields[]] - returns fields used on all non-shadow tiddlers

> The problem is that you have to specify a prefix for all your custom
fields. Maybe the core fields should be prefixed with core_ ?

You can remove the core fields easily enough:

[all[tiddlers]fields[]] -title -text -modified -modifier -created -creator
-tags

Best wishes

Jeremy.


On Tue, Nov 18, 2014 at 2:11 PM, Danielo Rodríguez <rdani...@gmail.com>
wrote:

> Hello,
>
> Is possible to iterate over tiddler fields? It will be very useful to
> construct dynamic tables and UIs.
>
> Regards.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to