Hi Julien,
 

> wikify(p.responseText,place);
>

> Sometime I would like to trunck the remote file to display for example 
> only lines 5 to 9.


=>

var out = p.responseText.split("\n");
out = out.splice(5, out.length-9);
wikify(out.join("\n"),place);

Best wishes,

— tb

-- 
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/0b5c2bdb-1fa9-4a66-9cc7-10cf9634d499%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to