An open API service indexing awesome lists of open source software.

https://github.com/robhurring/evernote_textile

Hack that converts evernote notes from textile to HTML using Evernote's API
https://github.com/robhurring/evernote_textile

Last synced: 10 months ago
JSON representation

Hack that converts evernote notes from textile to HTML using Evernote's API

Awesome Lists containing this project

README

          

= WTF?

I just want to point out that this is a major hack, so it might not work without some TLC (or if the API changes). The big point of this is that I wanted to see if it was possible/plausable to take notes in plain text and use a script to convert them for easier viewing on the desktop client.

I've been taking a lot of notes on my phone lately using Evernote, and the phone doesn't support rich text. My solution was to tag a note "convert" and use textile, then use a cron job or similar to convert the texts into rich for when i need to use them later on. one of the best things about evernote is the embeddable todo tags, so those are supported. (see the usage)

Thats about it. It finds all notes tagged 'convert' and passes them through RedCloth and updates them in Evernote via the API. Nothing else to see here :)

== Usage

* Basic textile
* [x] for a checked off TODO
* [ ] for a non-checked off TODO

=== Example Text Document

Hello *world* you're using _markdown_ in plain text! If you -want- must, you can tag this note with "convert"
and run the +convert.rb+ script to use Evernotes API to convert textile into HTML for rich formatted notes!

[x] Describe whats going on with this
[ ] Try it out!

== Big Thanks

* Chris Sepic for helping me get the gist of the Evernote API in ruby. (I will modify in the future to use your gem.)

Author:: Rob Hurring
Date:: 9/8/2010
License:: DWTFYWWI