From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [ANN] Org Mode parser v0.0.1 for NodeJs Date: Thu, 06 Oct 2011 08:57:42 -0600 Message-ID: <87aa9ei2lo.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBpUN-00049N-A7 for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 11:04:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBpUH-0006eU-6c for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 11:03:59 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:41818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBpUG-0006cN-Sl for emacs-orgmode@gnu.org; Thu, 06 Oct 2011 11:03:53 -0400 Received: by mail-vw0-f41.google.com with SMTP id 16so2871936vws.0 for ; Thu, 06 Oct 2011 08:03:52 -0700 (PDT) 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: Giovanni Giorgi Cc: charlesweb@optusnet.com.au, Emacs orgmode This is great. We should start a page on Worg with links to external tools for manipulating Org-mode files. Such a page could point to this implementation as well as the python, ruby org libraries and maybe even the Vim clone of Org-mode. Thanks for sharing! -- Eric Giovanni Giorgi writes: > Hi all, > I have just published my org-mode parser for the node-js javascript based server: > > http://gioorgi.com/org-mode-parser/ > > It is a Javascript parser for the Emacs Org-mode file format. > > I use org-mode as a database for some programs (like games) where I > need to mix meta information to a bunch of long textual data. > > I wrote it because I was unable to find an implementation for my needs. > > I like too much org-mode to let nodejs without a parser, and as > expected the simple org-mode format was easy to parse. > I started from the Charles Cave's OrgNode python parser, but I need to > modify it a lot because of JavaScript different nature. > > Please feel free to give me your feedback > > --- > Gio's Blog http://gioorgi.com -- Eric Schulte http://cs.unm.edu/~eschulte/