Hi, > What I did was: > * copy the code and paste it into a new tiddler > * add a systemConfig tag > * save and reload the tiddlywiki.
I think you tagged it systemConfig because you want a permanent change in the behaviour of the list all tab. systemConfig is used to install extensions an macros at startup time into the TW. I think the problem is, that your <<forEachTiddler ..>> call doesn't get any place to render(at startup). It needs the context of a tiddler to show the results. The tiddler is not displaied, it returns an error. If you want a function which changes the list behaviour you can try <<list noCase>>[1] which is added by my NoCaseListPlugin regards Mario [1] http://apm-plugins.tiddlyspot.com/#NoCaseListPlugin On Mar 4, 2:16 am, TK <[email protected]> wrote: > G'day > > My aim is to sort alphabetically, the tiddlers listed in the "All" > list. > > A search led me to this code: > > <<forEachTiddler > sortBy > '(tiddler.title.toLowerCase())' > > > > which i found at this site > > http://tiddlywiki.abego-software.de/#[[List%20all%20tiddlers%2C%20sorted%20by%20their%20titles%2C%20ignoring%20their%20case]] > > But it does not work for me. It produces this error > Error in macro <<forEachTiddler>> > > What I did was: > * copy the code and paste it into a new tiddler > * add a systemConfig tag > * save and reload the tiddlywiki. > > Where did I go wrong? How does one implement a macro like the above? > > Any assistance appreciated. > > Tony -- 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.

