> 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?
1200 lines for a parser, it is far from complicated. >> I don't think your two tries are really a base we could build on. > > https://github.com/farvardin/t2t.js/blob/master/t2t.js code is quite > compact. Why wouldn't it be a good candidate? It's only simple regex for > parsing the code. 80 % of it is working, and I guess with some knowledge it > could reach 100 % of the syntax. Only simple regex don't do a real parser. Aurelio could talk better than me about that. Florent > This way, if it is released quickly, it would be able to adapt many markdown > tools to our needs. > > Being able to parse pre and postproc would be another matter. Of course it > would be a nice addition too. > > > > > > > Le Mardi 25 février 2014 13h06, Florent Gallaire <[email protected]> a > écrit : > Hello Stephen, > > The great RedNotebook is a heavyweight client, it uses txt2tags python > reference implementation. > > Florent > > On Tue, Feb 25, 2014 at 4:33 AM, Stephen Gibson > <[email protected]> wrote: >> 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 two tries are really a base we could build on. >>> >>> It seems to me that there is three "real" mardown implementation in >>> javascript: >>> https://github.com/chjj/marked >>> https://github.com/evilstreak/markdown-js >>> https://github.com/coreyti/showdown >>> >>> For different reasons the first looks clearly as the best. >>> >>> Florent >>> >>> On Sat, Feb 22, 2014 at 3:04 AM, Little Girl <[email protected]> >>> wrote: >>>> Hey there, >>>> >>>> Forgeot Eric wrote: >>>> >>>>> 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 them if txt2tags had a javascript >>>>> implementation like "Marked" for markdown: >>>>> https://github.com/chjj/marked >>>>> I've tried to adapt some Creole js converter, but my javascript >>>>> skills are quite limited. >>>>> Here are so far my tries: >>>>> https://github.com/farvardin/t2t.js >>>>> https://github.com/farvardin/jstxt2tags >>>>> Some syntax is missing, but since they are both based on very >>>>> simple js code, it should be rather easy for someone fluent in js >>>>> to finish the work. >>>>> Is someone here interested in working on this? >>>> My JavaScript skills are not quite up to this, but I'd be happy to >>>> test anything you or anyone else writes and give my feedback and >>>> possibly be somewhat useful in debugging. (: >>>> >>>> -- >>>> Little Girl >>>> >>>> There is no spoon. >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Managing the Performance of Cloud-Based Applications >>>> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. >>>> Read the Whitepaper. >>>> >>>> http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk >>>> _______________________________________________ >>>> txt2tags-list mailing list >>>> https://lists.sourceforge.net/lists/listinfo/txt2tags-list >>> >>> >> >> >> >> ------------------------------------------------------------------------------ >> Flow-based real-time traffic analytics software. Cisco certified tool. >> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >> Customize your own dashboards, set traffic alerts and generate reports. >> Network behavioral analysis & security monitoring. All-in-one tool. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk >> _______________________________________________ >> txt2tags-list mailing list >> https://lists.sourceforge.net/lists/listinfo/txt2tags-list > > > > -- > FLOSS Engineer & Lawyer > > > ------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk > _______________________________________________ > txt2tags-list mailing list > https://lists.sourceforge.net/lists/listinfo/txt2tags-list > > > > ------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk > _______________________________________________ > txt2tags-list mailing list > https://lists.sourceforge.net/lists/listinfo/txt2tags-list > -- FLOSS Engineer & Lawyer ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ txt2tags-list mailing list https://lists.sourceforge.net/lists/listinfo/txt2tags-list
