Org-mode
is an Emacs mode for keeping notes, maintaining ToDo lists, doing project planning, and authoring with a fast and effective plain-text system.

Node.js Logo
Node.js is a event-based server for the V8 JavaScript Engine.
So Org Mode Parser for Nodejs is a parser for reading org-mode files.
- Npm package page
- Git source repository:https://github.com/daitangio/org-mode-parser
To try it out, from a bash shell with node.js in the path:
$ npm install org-mode-parser $ node
> orgParser=require('org-mode-parser');
{ enableDebug: [Function: enableDebug],
asLines: [Function],
intercept: [Function],
Orgnode: [Function: Orgnode],
parseBigString: [Function],
makelistWithPerformance: [Function],
makelist: [Function] }
LICENSE
Org Mode is distributed under GNU PUBLIC License 2.0
CHANGELOG
UPDATE
23 April 2013
Updated License Terms
9 Novermber 2011
For more tools, take a look to this specific page on org-mode site!
5 October 2011 I have just set up a git repostiory for sharing the code, and added more tests and bugfixes


Recent Comments