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
- Host: GitHub
- URL: https://github.com/robhurring/evernote_textile
- Owner: robhurring
- Created: 2010-09-08T17:58:12.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-09T02:52:39.000Z (almost 16 years ago)
- Last Synced: 2024-04-13T19:19:38.848Z (over 2 years ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.rdoc
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