> I'd like for tiddlywiki to support my favorite markup language, > txt2tags. I've decided to do this via a tiddly plugin.
Great! > is it possible for me to iterate the array and replace individual > members in objects? [...] I don't know if the objects are mutable They are indeed mutable - some samples can be found here: http://svn.tiddlywiki.org/Trunk/contributors/MartinBudden/formatters/ http://svn.tiddlywiki.org/Trunk/contributors/FND/formatters/ A simple example might be this one: http://svn.tiddlywiki.org/Trunk/contributors/FND/formatters/ParagraphFormatter.js > I also have some general concerns about code execution and complexity I guess the best way to proceed is create a prototype and see how it performs rather than trying to predict behavior. -- F. -- 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.
