Introduction to org mode parser

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

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.

Follow OrgMode updates and news clicking on this link

 

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

 

Github last commits: