Thanks Eric, for the pointers about the correct code. Alas, no change after replacing my clumsy where-clause with your suggestion.
But your reply motivated me to get a better description of the problem: Safari (for Mac) processes about half of the redirects, and then chokes somehow. It's not a particular tiddler string that's causing trouble 34 steps in -- because I can have ForEachTiddler sort differently, and/or I can change the where clause, and the new list is still tripped up about 34 tiddlers in. My site now has 64 main tiddlers. If I sort alphabetically, only the lower half of the alphabet gets linked-up. As far as I can tell from troubleshooting, the problem only occurs when the TiddlerAliases aspect is invoked. If I delete that line from the macro call, everything gets linked up (so far). Meanwhile, If I burden my tiddlers with lots of aliases, then fewer tiddlers get handled before the links stop getting set up -- not in an arithmetic fashion (52 aliases added to one early tiddler still yielded 23 tiddlers'-worth of redirects), but somehow adding up. If any others with Safari Mac access could check out the site and confirm, that would be great. The quick way to check is to go straight to my MainMenu, where I've modified the redirect macro to make the names visible alongside their respective hidden macro code. And perhaps if I knew quickly how to display that hidden macro code, I'd be able to troubleshoot better (or perhaps not, if safari is just hitting some time-out with handling the macros). http://words.tiddlyspot.com/#MainMenu Thanks, Eric and all, -Elise On Apr 19, 9:25 pm, Eric Shulman <[email protected]> wrote: > > <<forEachTiddler > > where > > '! tiddler.tags.containsAny([["excludeLists"]])' > > ... > > The brackets in the above line of javascript code should definitely > not be doubled... > just use the .isTagged() test function instead: > '! tiddler.isTagged("excludeLists")' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

