2.2.1 • Published 8 years ago

orgmode v2.2.1

Weekly downloads
26
License
MIT
Repository
github
Last release
8 years ago

node-orgmode

NPM version Build status Dependency Status Downloads

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 = require('orgmode');
const document = new Orgmode('./path/to/your/document.org');

document.overview   // this is a getter for your document's OVERVIEW option
document.findByLevel(1) // 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

2.2.1

8 years ago

2.2.0

8 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.0

8 years ago