jeffkowalski / geeknote

Console client for Evernote.
GNU General Public License v3.0
392 stars 51 forks source link

[feature] "Org" markup support #65

Open timoc opened 7 years ago

timoc commented 7 years ago

Org-mode "Org" markup is closer to the evernote markup than markdown. Org already supports tags, calendar events (reminders, scheduled tasks etc), tasks, todo states etc.

Although org-mode started in Emacs, It also has integrated-support in other editors, such as vim. It is also supported by github as a markup language for code etc.

Org-markup defines richer organisational markup semantics, which will make it easier to create richer notes for evernote to import.

Links: http://orgmode.org/guide/index.html

https://github.com/timoc/github-orgmode-tests

jeffkowalski commented 7 years ago

@timoc, I'm a huge fan of org-mode, and use it extensively myself. I don't know a reasonably easy way to accomplish bi-directional enml translation, so I'm unlikely to tackle this on my own. I'd gladly take pull-requests from contributors, though.