A tiddler object has an internal array "links". I would like to understand the implications of manipulating this array. Can I sort it? Remove non-existing links?
Since I was not sure I ended up creating a copy of it in my macro handler function: var links = tiddler.getLinks().slice(0); Another question is about Javascript: do I need to do anything to discard of this copy at the end of the handler function? Am I multiplying those copies every time the macro is invoked? thanks -- R --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
