|
|
#1 |
|
Edge User
|
Evernote sync of journal notes
It would be fantastic to have a way to sync the journal to evernote. If the notes are stored as images then they become searchable!
There is even an API available: http://www.evernote.com/about/developer/api/ Last edited by fgruber; 07-23-2010 at 02:07 PM. |
|
|
#2 |
|
Edge User
|
Please, oh great computer gods of old, make this happen!
|
|
|
#3 |
|
Edge User
|
I use a set of scripts to accomplish this, still working out the kinks. Right now I mail entries I want to sync to an external server and process them there. Would be better if it could all happen on the device - but probably need the entourage specific sdk to get the right hooks to do stuff smoothly.
UPDATE: for anyone interested, here's the basic script I use: (runs on OSX, but should work on Linux. Needs fetchmail, imagemagick, mutt, and munpack) (I originally had it compositing all the images into a single mail message, but found evernote was indeterministic about import order, so I switched to sending them all in and merging them manually) #!/bin/bash p=`pwd` foo=`mktemp -d /tmp/journal.XXX` d=`date` t=`echo Journal $d` echo $foo cd $foo fetchmail -u notes@XXXXXXXXXXX.com -B 1 -m munpack mail.XXXXXX.com name=`echo *.pdf | sed s/.pdf//g` convert -density 150 $name.pdf $name.jpg for e in *.jpg do n=`echo $e | sed s/.jpg//g` mutt -a $e -s $n -x -z ericvh.XXXXX@m.evernote.com < /dev/null done cd $p rm -rf $foo echo Done Last edited by ericvh; 07-26-2010 at 03:48 PM. Reason: UPDATE with example code |
|
|
#4 | ||
|
Edge User
|
Thanks to other Evernote users on the Forum, I finally started using it too, and am really finding it useful, so this is a +1 for me, as well.
A couple ?? for other Evernote users: Do the audio and camera features work for you? When I try to use the audio note, it fails with this message... Quote:
Quote:
|
||
|
|
#5 |
|
Edge User
|
helo aidren,
tried soundrecording and camera photo and video for you and everything works fine. You do have the latest upgrade, do you? |
|
|
#6 | |
|
Edge User
|
Quote:
I can not get the camera to work with any note app, including Evernote, 3Banana or Note Everything Pro; I wonder what is different for you. |
|
|
|
#7 |
|
Edge User
|
Thanks Snepscheut,
I just downloaded 1.4.1B4 (the latest I was able to find) and am still getting the same results... any suggestions? |
|
|
#8 | ||
|
Edge User
|
Quote:
Quote:
|
||
|
|
#9 |
|
Edge User
|
|
|
|
#10 |
|
Edge User
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Classic Evernote for nook... | Fuzzykinz | Nook Developer's Corner | 9 | 09-07-2011 02:07 PM |
| Evernote | nyCecilia | enTourage eDGe | 9 | 07-21-2011 01:42 PM |
| Any way to sync/backup notes made an Ipad with Calibre? | yunti | Devices | 4 | 03-23-2011 08:02 AM |
| Feature Req: Sync notes and highlights back to Calibre | lvovsky | Calibre | 4 | 12-02-2010 10:58 PM |
| Idea: sync notes with Evernote (using iDS button?) | nekokami | iRex | 6 | 03-03-2009 11:39 AM |