Org Mode Parser 0.1.1 is OUT

Hi all,

I have released version 0.1.1 of org-mode-parser for nodejs

Org mode parser is a parser for reading Emacs org-mode files in nodejs.

This version  has been ported to VisualStudio Community Edition 2015, so you can develop easily under windows too (but only if you really want :)

 

Comment by Jay on 2015-12-08 18:16:36

Hi,

Great news. Will you also add a function to export the parsed org mode file to html, something like this one done in Ruby, https://github.com/bdewey/org-ruby

Jay

Comment by Giovanni Giorgi on 2015-12-19 15:40:03

I am working on it. This version https://github.com/daitangio/org-mode-parser/commit/a78e613edb5cbe60ec7696e893e27caed8324b2c has just pulled in an implementation by one of org-mode-parser forks. I am planning to extend it. Give it a try in a month or two!

Comment by Eivind Dahl on 2016-11-07 03:09:23

I already mentioned this somewhere else, but since this is the newest post: Could this potentially be used with Visual Studio Code? Much thanks!