Re: [t2t] txt2tags and javascript

2014-04-30 Thread Forgeot Eric
I finally managed to get txt2tags to work with javascript! You can see it there: http://wiki.txt2tags.org/demos/txt2tagsjs/txt2tagsjs-gui.html It's not very clean, because I'm using this on top of a markdown parser (showdown), but it's good enough to be implemented for example for comments on

Re: [t2t] txt2tags and javascript

2014-02-25 Thread Forgeot Eric
It seems marked is often choosen for rendering markdown, so I guess it's quite good. Yet, this library seems quite complicated. What is the reason? Is it for optimisation purposes? I don't think your two tries are really a base we could build on.

Re: [t2t] txt2tags and javascript

2014-02-24 Thread Stephen Gibson
I hope not off-topic, but the application rednotebook (http://rednotebook.sourceforge.net/) renders on screen using txt2tags. Steve. On 25/02/14 13:32, Florent Gallaire wrote: Hello Eric, I totally agree with you that a client-side rendering of txt2tags would be great. I don't think your

[t2t] txt2tags and javascript

2014-02-21 Thread Forgeot Eric
Hello, This message didn't reach the list last time I've sent it.Here is a new attempt. There are some cool javascript tools out there, for example http://epiceditor.com/, http://dillinger.io/ or http://lab.hakim.se/reveal-js (most of them are only markdown-friendly) We would be able to use