On Sep 14, 5:13 pm, Yakov <[email protected]> wrote: > for the second. Easier to understand and to edit, faster to type (keep > in mind also that in Russian alphabet there are 33 letters and for "{" > or "[" one should switch the language). :) ok I see. But you can't use the "heading" formatter.
You'll need to extend the "list" formatter. name: "list", match: "^(?:[\\*#;:]+)", lookaheadRegExp: /^(?:(?:(\*)|(#)|(;)|(:))+)/mg, termRegExp: /(\n)/mg, match and lookahead .. need some add on to handle * some text *? some text **! some text In my opinion, you don't need to mess around with the "subWikify" stuff. You just need to extend the formatters regExp's and the list generation stuff inside the while() function in the list handler. Do you know, how to extend the regExp? -m -- 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.
