> I changed 'Tagname' to HoldListeBilleder and all bracketed > tiddlertitles were added the tag: "true" > After this operation I lost the ability to save the TW and I had to > restart... > I dont get it ...
eek! I goofed... I got the order of the parameters reversed... Instead of: store.setTiddlerTag(titles[i],'tagName',true); it should be: store.setTiddlerTag(titles[i],true,'tagName'); sorry about that! enjoy, -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

