From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Giorgi Subject: ORG_MODE_PARSER_0.0.6 [ANN] Any idea for improvements? Date: Thu, 13 Oct 2011 11:06:15 +0200 Message-ID: <222daf96070bb91d0a13833c1636987f@mail.webfaction.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REHF5-0000cq-A1 for emacs-orgmode@gnu.org; Thu, 13 Oct 2011 05:06:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REHF3-000138-G1 for emacs-orgmode@gnu.org; Thu, 13 Oct 2011 05:06:19 -0400 Received: from mail6.webfaction.com ([74.55.86.74]:55813 helo=smtp.webfaction.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REHF3-000130-DB for emacs-orgmode@gnu.org; Thu, 13 Oct 2011 05:06:17 -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 , Nodejs Hi all, I have released version 0.0.6 of org-mode-parser for nodejs: http://gioorgi.com/tag/org-mode-parser/ Org mode parser is a parser for reading org-mode files in nodejs. It features more then 80 unit tests, and support also for :DRAWER: and archive tag. The parser can query on the structure, extract subtrees, regenerate the original input via an handy toOrgString() method. It is quite fast: I have done some small optimizations, and it seems good for general use. Please try it out and let me know if there are some bugs: it needs some real-world testing. Do you have some feature request? Version 0.0.7 is due soon, so if you have some idea, let me know! For every question, feel free to email me. -- Giovanni Giorgi http://gioorgi.com