answering myself...

I found an old version of my TW
I added back the @@ in the customFormat section and now everything works.

I use highlights to show revisions. In the futur I should find another way 
to do that...

    name: "customFormat",
    match: "@@|\\{\\{",
    handler: function(w)
    {
        switch(w.matchText) {
        case "@@":
            var e = createTiddlyElement(w.output,"span");
            var styles = config.formatterHelpers.inlineCssHelper(w);
            if(styles.length == 0)
                e.className = "marked";
            else
                config.formatterHelpers.applyCssHelper(e,styles);
            w.subWikifyTerm(e,/(@@)/mg);



On Thursday, December 4, 2014 2:21:16 PM UTC+1, julien23 wrote:
>
> Hi all
>
> I may have done something silly...
>
> I have opened the TW .html file with notepad++ and removed all the 
> highlight marks
>
> replace "@@" with""
>
> and now the file is broken, impossible to open with FF33.1
>
> Can you please help me ?
>
> Regards
>
> JBo
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to