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
- Npm package page
- Git source repository:https://github.com/daitangio/org-mode-parser
$ 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:
https://github.com/daitangio/org-mode-parser