In addition to FNDs links I'd suggest martinswiki [1]
I think it would be a good starting point for a new formatter.

insideTW is "the" source (for me) to see what happens inside TW :)
Eric has nicely sniped out the main code, to get a good overview [2]
about the repexp which is used.

I think the new regexp for filtering will be the most challenging
part. If you need info about this. see regular-expressions.info [3]. I
found many other sites, but for me this one was the best, because it
also talks about the different implementaions and what's different in
JS.

-mario

[1] http://www.martinswiki.com/#ExampleFormatterPlugin
[2] http://www.tiddlytools.com/insideTW/#config.formatters
[3] http://www.regular-expressions.info/reference.html

On Sep 20, 11:04 am, FND <[email protected]> wrote:
> > 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/Paragraph...
>
> > 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.

Reply via email to