Hi rouij

I don't have the tiddler you are referring to - but I suggest that you
set up a fET like this in a tiddler:
<<forEachTiddler where 'tiddler.tags.contains("AddressBook")'
sortBy 'tiddler.title'
write
 '(index < 200)? "|!"+(index+1)+"|[["+tiddler.title+"]] |
"+tiddler.data("phone") +" | "+tiddler.data("mobile") +" |
[["+tiddler.data("email")+"|mailto:"+tiddler.data("email")+"]] |
[["+tiddler.data("business.email")+"|mailto:"+tiddler.data
("business.email")+"]] |\n" : ""'
              begin '"|sortable|k\n"
+"|>|>|>|>|>| <<tag AddressBook [[All]] \>\>: |h\n"
+"|!#| !Name | !Phone | !Mobile | !Mail | !~BusinessMail |h\n"'
end 'count+" addresses\n"' none '"no addresses\n"'>>

I don't remember which tag the twabaddressbooks use - you'll have to
change the datanames and tagname, to fit your bill...

Regards Måns Mårtensson

On 26 Sep., 05:39, rouilj <[email protected]> wrote:
> Hi all:
>
> I have been looking at using twab and doing away with outlook address
> book. However
> one of the things I am looking for is to print out the entries in the
> address book in a sortable
> table with a header and data rows.
>
> In the twab there is a reference to EnailOnly and generating it using
> ForEachTiddler, but it seems
> to be missing in the version of twab I downloaded.
>
> Does anybody have it, or another printing format tiddler that I can
> use as a template for using
> FET to generate a list of entries?
>
> Thanks.
>
> -- rouilj
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to