node-orgmode
The orgmode implementation for Node.js which contains:
- A parser for orgmode based on the monadic LL(infinity) parser combinator library jneen/parsimmon
- A simple search engine for outlines
Installation
npm install orgmode --save
Usage
const Orgmode = ;const document = './path/to/your/document.org'; documentoverview // this is a getter for your document's OVERVIEW optiondocument // you will get both level 1 outlines in array
API
To see the complete API documentation, see API Documentation.
NPM Commands
Run Tests
$ npm test
Release Documentation
$ npm docs
License
MIT