From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: A JavaScript Org-mode parser I'm experimenting with Date: Wed, 19 Mar 2014 00:34:39 -0400 Message-ID: <87eh1ydcww.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQ8DG-0000UT-3t for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 00:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQ8DB-0007Qu-Os for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 00:34:46 -0400 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:50560 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQ8DB-0007Qq-Ju for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 00:34:41 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Masafumi Oyamada Hi, people. Just want to share that, for the last few days, I'm playing with a JavaScript Org-mode parser written by Masafumi Oyamada, found here: https://github.com/mooz/org-js To my eyes at least, it is very speedy, and fairly clean internally (contrasting with other JavaScript Org parsers I've seen). It does a reasonable job for a particular set of practical cases I currently have. I found a few bugs which I reported today, and I hope, should not last for long. We'll see! :-) Might someone, familiar enough with the Org mode Web site, add a pointer for it in the http://orgmode.org/worg/org-tools/index.html page? Fran=C3=A7ois