-
Beauty (OrgMode Parser 0.1.3) is here to stay! OrgMode parser is a small nodeJS library to parse Emacs OrgMode files (more info at this link).
This version features:
- Fixed empty header issue
- Code Cleanup
- Migration from jade to pug2 (new name of jade)
- Added optional logging framework (winston)
Also I’d like to thank all the people contributed: I have a list now.
Read More -
La mia esperienza nell’open source
Jan 15, 2017 · 4 min read ·
Nel 2011, per studiare node js creai un progetto chiamato OrgModeParser.
Org Mode è un package per l’editor Emacs, ed è pensato per tenere note strutturate, pianificare progetti con una schedulazione, mantenere una lista di cose da fare e generare poi documenti word o html da tali file in modo piuttosto efficace.
Read More -
After a lot of time, I am very happy and excited to announce a new release of org mode parser!
I thank a lot the contributors. In short, we have a stronger parser and a new html rendering based on jade template engine.
Also code blocks Support for source block enclosed in #+begin_src / #+end_src are supported and marked with special CSS class and data attribute.
Read More -
Org Mode Parser 0.1.1 is OUT
Oct 9, 2015 · 1 min read ·
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 :)
Read More -
Org Mode Parser 0.0.6 is OUT
Oct 13, 2011 · 1 min read ·
Hi all,
I have released version 0.0.6 of org-mode-parser for nodejs
Org mode parser is a parser for reading org-mode files in nodejs.
It features more then 80 unit tests, and support also for :DRAWER: and archive tag.
The parser can query on the structure, extract subtrees, regenerate the original input via an handy toOrgString() method.
Read More -
Org Mode parser for nodejs is here, right now!
Oct 4, 2011 · 1 min read ·If you love Emacs Org Mode, and you are looking for a JavaScript parser for it, you are in the right place!
I have just published an org-mode parser for Node.js, the Javascript based server a lot of guys talk about.
This first revision spot more then 20 non-regression tests, and it is ready for a prime time use. Anyway, production use is still discouraged because additional testing is needed. Feel free to email me or to leave a comment.
Read More -
Perché Amo Emacs (di nuovo): Org Mode e Visual Line Mode
Aug 17, 2011 · 5 min read ·Ho iniziato ad usare Emacs quando ero in università. Un volta un mio collega mi disse: “Non ho ancora capito se chi usa emacs è un genio o un folle”.(*) Dopo anni di utilizzo, ho dovuto servirmi spesso di Eclipse, ed Emacs è finito nel dimenticatoio. Ho anche provato a sostituirlo con JEdit e VIM, e mi sono sempre pentito. Intendiamoci, VIM è un ottimo editor, ma è forse più complicato di Emacs.
Mi è sempre piaciuto scrivere, e quindi ho finito per servirmi di MS-Word 2010 per i miei racconti, e di Eclipse per sviluppare non solo in Java ma anche in Python, Ruby ecc… Ora ho scoperto che potrei fare tutto, ma veramente tutto questo con Emacs 23… ma andiamo con ordine.
(*) Per i fanatici di VI, la mia battuta preferita è che “VI è stato creato da un pianista mancato” fatta da un mio collega di lavoro nel 2002…
Read More