[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-19 Thread AlanBCohen
Eric, I may have misled you by accident. The 'facts' field is contained in a JSON-defined data field created by the FormTiddler macro. The whole application is an addressbook defined using a FormTiddler template and the 'facts' field is a text field, generally with a Y/N indicator. For various

[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-19 Thread Måns
Hi Allan You probably know that you have to specify a tag to make fETs work... This is one of my fETs collecting emailaddresses from different tiddlers. I'm not sure if you are asking how to use real fields - as I do in this example - or if you want to fetch data-fields... I know I've got a fET

[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-19 Thread Måns
Here's another fET fetching datafields as well forEachTiddler where 'tiddler.tags.contains(Books)' sortBy 'tiddler.fields[title]' write '(index 200)? |+(index+1)+|[[+tiddler.title+]] | [[+tiddler.data(author)+]] | [[+tiddler.data(primtopic)+]] | [img(3em+,)[+store.getValue(tiddler,title)+

[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-19 Thread Måns
Yet another one - this one evaluating a fieldvalue forEachTiddler where 'tiddler.tags.contains(X) tiddler.fields [y] tiddler.fields[z] tiddler.fields[z].contains(q)' sortBy 'tiddler.title' write '(index 200)? |!+(index+1)+ toggleTag R [[+tiddler.title+]] - \\| tag +tiddler.fields[y]+ \\ | tag

[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-19 Thread cmari
Hi Alan, work around the limitations of not being able to assign tags directly into a data tiddler without editing it (FormTiddler allows creating and editing tiddlers from 'view'). Maybe I'm not understanding exactly what you want, but it's possible to assign tags from 'view' if you put the

[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-18 Thread AlanBCohen
Thanks for the offer Alex, I am already a dropbox user myself. I know the macro works with a 'tiddler.tag.contains' phrase but am trying to work around the limitations of not being able to assign tags directly into a data tiddler without editing it (FormTiddler allows creating and editing

[tw] Re: forEachTiddler 'where' using FormTiddler field

2009-11-18 Thread Eric Shulman
work around the limitations of not being able to assign tags directly into a data tiddler without editing it (FormTiddler allows creating and editing tiddlers from 'view'). If you want to use TW's 'custom tiddler fields' instead of the plugin- defined data format, you might want to check out