[tw] Re: Working with ForEachTiddler Macro

2008-11-28 Thread okido
Hi Pearl08, There is an example to be found here: http://groups.google.co.uk/group/TiddlyWiki/browse_thread/thread/bbded722a9613b72/53487c48e2b2c305?lnk=gst&q=okido#53487c48e2b2c305 Basicly you have a function that puts all to be send as output into a variable and the variable is passed on to th

[tw] Re: Working with ForEachTiddler Macro

2008-11-28 Thread FND
> Working with the ForEachTiddler Macro and trying to > understand the capabilities of the 'write' - output of the macro. The FET macro is very well documented - take a look at the Udo's website: http://tinyurl.com/6cs9e2 (http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin%20ForEachT

[tw] Re: Working with ForEachTiddler Macro

2008-11-28 Thread Ken Girard
Take a look at: http://no-sin.com/wiki/WorkTracker.html#[[Need%20TM]] I used a lot of custom fields, and also have sortable columns. Ken Girard On Nov 28, 10:41 am, pearl08 <[EMAIL PROTECTED]> wrote: > New to wiki's. Working with the ForEachTiddler Macro and trying to > understand the capabilit

[tw] Re: Working with ForEachTiddler Macro

2008-11-28 Thread pearl08
Thank you all for your feedback. This is my first posting in this user group and it always reassuring when learning somethin' new to have quality, timely feedback. Thank you. Ken - looking to use the example provided. Is there also a way to perform cascading sorts on more than one data field? Say

[tw] Re: Working with ForEachTiddler Macro

2008-11-28 Thread pearl08
Sorry, I guess I should fiddle around a little more before posting . . . I figured out how to sort on multiple 'fields'. sortBy 'tiddler.data("date") && tiddler.data("itemnumber")' . . . this worked. Ken - trying to use the example you have on sortable tables. For the following content .

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread FND
> < [...] > end > >> > I got the following error . . . > <>: Extra parameter behind 'write' You have an incomplete "end" argument there - either remove it, or complete it by adding a parameter: end '"..."' Also, I remember that the order of the "write", "begin" and "end" parameters matt

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread pearl08
I cut and paste the tiddler content directly from Ken's 'Need TM' at http://no-sin.com/wiki/WorkTracker.html . . . Need TM Tiddler . . . |These need to have the Trainer Materials sent.| |Once you send it, un-mark it| Columns are sortable <> . . . and substituted only the data names that I use

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread pearl08
I found out that I had ForEachTiddlerPlugin 1.0.5. I imported version 1.0.8 and now the error goes away. I am able to use the actionList items of begin, end, and none. However, the table is still not 'sortable'. I reviewed the javascript function of sortable. I included the javascript directly in

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread cmari
One thing to check: Make sure that there are no hard returns inside the write string (sorry if this only something that I'm seeing because of google groups formatting). cmari --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread cmari
Sorry, my message must have crossed your most recent one - hard returns don't seem to be the problem! At the risk of making another obvious suggestion: Ken's sortable columns are done with the TableSortingPlugin (http://tw.lewcid.org/#TableSortingPlugin). cmari --~--~-~--~~

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread pearl08
Excellent . . . imported the plugin and all works well. Thank you very much. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@googlegroups.com To unsu

[tw] Re: Working with ForEachTiddler Macro

2008-11-29 Thread pearl08
In the spirit of sharing and collaboration I thought it would be good of me to share how I am using the TiddlyWiki and how all of you have helped me. I work for a large company that has a massive IT department coordinating all of the "tools" available to us . . . Windows XP, Microsoft Office, Mic

[tw] Re: Working with ForEachTiddler Macro

2008-11-30 Thread FND
> In the spirit of sharing and collaboration I thought it would be good > of me to share how I am using the TiddlyWiki Thanks for that - sounds very interesting! The only problem I see is that simultaneous editing might corrupt your data (overwriting changes). There are a number of solutions fo