Hello Julien, if this works for you, could you post an example of the whole 
script you end up with? Thanks! //steve.

On Friday, December 11, 2015 at 10:21:29 AM UTC-5, Tobias Beer wrote:
>
> Hi Julien,
>  
>
>> was a mistake. It removes the starting "|" for every other lines.
>>
>
> Of course. Now I can see that. Would have better been:
>
> var out = "|" +
> p.responseText
> .split("\n")
> .join("|\n|")
> .split(";")
> .join("|")
> .replace(/\n|$/,"\n");
>
> wikify(out,place);
>
> Best wishes,
>
> Tobias.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a550c0d5-d41e-46f0-9f7e-b049748a8c80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to