Tagged Questions

Evernote turns your computers and mobile devices into an extension of your brain, helping you remember anything and everything that happens in your life. To learn more about developing for Evernote, visit http://www.evernote.com/about/developer/.

learn more… | top users | synonyms

4
votes
3answers
4k views

XSLT: Convert base64 data into image files

I have seen several questions on how to encode an image file in base64, but how about the other way around - how do I reconstitute a picture from a base64 string stored in an XML file? ...
2
votes
1answer
184 views

How did Evernote implement their rich text editor on Android?

As asked here: How did Evernote implement their rich text editor on iOS? I've been struggling to find a third-party library for rich text editing on Android. I've just installed Evernote's Android ...
2
votes
2answers
98 views

looking for a combination of web annotation and desktop note taking software

I'm looking for an application and service for online web annotation with further storing the annotated pages to desktop application, which is able to read and edit the pages and associated notes ...
2
votes
1answer
209 views

Reproduce Evernote web clipper in a Rails app

I would like to write a Rails app that is able to capture a webpage like the Evernote clipper does. If you are not familiar, in your browser, you can click a button on the toolbar and it captures a ...
2
votes
2answers
244 views

How does this Bookmarklet allow you to stay signed into this site?

I have come across Evernote's bookmarklet and was wondering how this worked. You can just drag it to your bookmark and go to any webpage, click that bookmarklet and it will first ask you to login in. ...
2
votes
3answers
1k views

XSLT: Obtaining or matching hashes for base64 encoded data

I need to find a way to find a way to find the hash for the base64 encoded data in the XML node //note/resource/data, or somehow otherwise match it to the hash value in the node ...
1
vote
2answers
39 views

Embedding invisible metadata in EDAMNote using iOS Evernote API

I am integrating Evernote with an iOS App, my customer wants the app to able to sync some Infos being generated by the user with Evernote. There will be one Notebook for this use case and one Note ...
1
vote
1answer
57 views

RoR creating a dynamic “evernote”-ish page

so i'm creating a simple RoR app with an evernote look and feel. notebook.rb class Notebook < ActiveRecord::Base belongs_to :user has_many :notes end note.rb class Note < ...
1
vote
1answer
46 views

Developer's (free-ish) Collaboration Tool [closed]

I need to have software design discussions and documentation exercises with overseas teams, without relying on corporate infrastructure to support the need. Thus I want a SAAS offering which provides ...
1
vote
1answer
220 views

EverNote OCR feature?

I downloaded the EverNote API Xcode Project but I have a question regarding the OCR feature. With their OCR service, can I take a picture and show the extracted text in a UILabel or does it not work ...
1
vote
0answers
223 views

How did Evernote implement their rich text editor on iOS?

Evernote recently released an update to their iOS client, including the first iOS rich text editor I've ever used. How does it work under the hood? WebView? CoreText?
1
vote
1answer
240 views

evernote api : notes in listLinkedNotebooks

with evernote python api, I can see the shared notebooks notebooks = noteStore.listLinkedNotebooks(authToken) print "Found ", len(notebooks), " notebooks:" for notebook in notebooks: print " * ...
1
vote
1answer
206 views

Evernote API: related to Intent sample

I am making an application (on Android) and trying to combine my application with Evernote. for this i have download SDK and sample code. I prefer to use "Intent " way of calling Evernote through my ...
1
vote
2answers
820 views

How to turn oauth_token & oauth_verifier into Access Token with OAuth gem

I am trying to use to OAuth gem to authenticate Evernote in my Ruby on Rails app. I'm using a tutorial for authenticating Twitter - ...
1
vote
2answers
815 views

Simple C# Evernote API OAuth example or guide?

Anybody know where I can find a simple example C# code example? Apparently really tough to find. I'm just starting out, got my Developer key. Initial (really noob question/presumption) - -Can ...
1
vote
2answers
3k views

Evernote export format (ENEX) to HTML, including pictures?

@Solved The two subquestions I have created have been solved (yay for splitting this one up!), so this one is solved. I'll award the check mark to samjudson, since his answer was the closest. For ...
1
vote
1answer
745 views

Using Thrift with Delphi Win32

I'm interested in connecting to the Evernote Service API, which uses Thrift, from a Delphi Win32 app I am developing. I have done very little work with web services in Delphi, and nothing at all with ...
0
votes
1answer
59 views

UITableView didselectRowAtIndex doubts

Ha ii ,am doing a application which has a share Note option to evernote i done it sucessfully,i have a tableview which contains text and a button for upload these text to evernote,if the user click ...
0
votes
1answer
64 views

Evernote cocoa SDK not compiling for ios5

I am implementing an iOS app for a customer and i want to include a Evernote sync function to store some information as notes on the users Evernote account. The goal would be to create a notebook (if ...
0
votes
0answers
45 views

How did Evernote implement their Clearly Chrome Extension? [closed]

Clearly is a Chrome extension developed by Evernote which makes blog posts, articles and webpages clean and easy to read. Clearly eliminates all distractions (header, footer, navigation, ads ...) from ...
0
votes
1answer
72 views

Cannot install Evernote Web Clipper Google extension

When I click on the "Install Google Chrome extension" link at Evernote Web Clipper Download I arrive at a blank page. I can view the source and see that the page has content, but there is nothing I ...
0
votes
1answer
38 views

how to use the evernote api to retrieve bookmarks?

I've stored a bunch of bookmarks on my evernote. Is there a way of using the evernote api to programmatically access all the bookmarks as a list? I looked through the evernote api documentation and ...
0
votes
1answer
140 views

Evernote Bookmarklet

I'm integrating a button that will launch the Evernote Bookmarklet in my project. The code for the bookmarklet is: javascript:(function() { EN_CLIP_HOST='http://www.evernote.com'; ...
0
votes
1answer
67 views

Can I send Current location to evernote With Evernote API

I am using Evernote Api to send notes with audio and images . I want to ask Can I send My current location with note using API. I want just like Evernote App in iphone. Thanks
0
votes
1answer
99 views

EverNote API compilation error

I am trying to build the EverNote API on ubuntu. I downloaded the Thrift library and linked the API files to the library. When I try to compile the API I get the following error: ...
0
votes
0answers
180 views

Evernote API: HelloEvernote Smaple: Create New Note With Content issue

I am developing an Android tablet application. My application calls Evernote for different purposes (as it possible through intents) So now i am stuck to new problem. I am using the Test code ...
0
votes
2answers
196 views

Using Evernote API, how can I get notes that were created within a specified date range?

How can I use the Evernote search grammer to get notes that were created within a specified date range? The documentation has the following: created:[datetime] - will match any note that has a ...
0
votes
1answer
188 views

How do I create a note using the Evernote gem in Ruby on Rails?

I am using the Evernote gem in my Ruby on Rails app. I am creating a NoteStore by doing this: # Construct the URL used to access the user's account noteStoreUrl = ...
0
votes
1answer
176 views

MD5 hashing to post image

Hi I am using below code to post image and I want to apply MD5 hashing in this code NSData *imageData = UIImageJPEGRepresentation(imageView.image, 50) ; ; EDAMResource *imageResource = ...
0
votes
0answers
185 views

Attaching Photos with note using Evernote Api

Hello I am using below code to attach photo with note NSData *imageData = UIImageJPEGRepresentation(imageView.image, 50) ; EDAMResource *imageResource = [[[EDAMResource ...
0
votes
0answers
178 views

EverNote Api Adding images and Audio with note

Hello I am able to create note with EverNote API. Now can anyone suggest me how to add audio and image with note.?? This is the code for note creation EDAMNote *note = [[[EDAMNote alloc] init] ...
0
votes
1answer
527 views

EverNote Api for iphone

Hi I am using Evernote Api for iphone. I downloaded Api from developers site of evernote. But I dont know how to use it...Any one know about this or have any links or examples to understand this?
0
votes
1answer
206 views

Error initializing Evernote API

Hi I am developing an application on android(3.0) and trying to use the Evernot API. I downloaded Evernote API with sample and trying to play with it. I working with evernote sample application name ...
0
votes
1answer
351 views

Not able to create notebook and transfer files in evernote

I am developing in webapplication and i need to create evernote notebook and transfer some files in it. I am able to authenticate user from evernote but not able to create notebook and confused how ...
0
votes
1answer
155 views

How to create an Evernote note with Windows Phone 7 Silverlight

I've done the oAuth part without any problems. I now have the user token, but can't seem to figure out how to call the WebService call CreateNote to create a new note, any samples out there using for ...
0
votes
3answers
286 views

Getting a 401 oauth_signature error when trying to get an request token from Evernote using OAuth

I am trying to get an Evernote request token using the OAuth gem with Ruby on Rails: customer = OAuth::Consumer.new("consumer_key_here", "consumer_secret_here",{ ...
0
votes
1answer
383 views

AppleScript - finding creation/modification dates for files

I have simple service I'm using to import Evernote files: on run {input} tell application "Evernote" repeat with x in input try create note from file x ...
0
votes
2answers
388 views

Failed to update to new Evernote 3.5.5 on windwos-7-x64

can't install or update Evernote 3.5.5 on windows-7-x64. currently have Evernote 3.5.4 running and after auto-update it's still 3.5.4... I've also tried uninstall 3.5.4 and install 3.5.5 and finally ...
0
votes
2answers
767 views

OAuth Authentication with Evernote (Using Java+Signpost)

I'm attempting to use OAuth authentication to connect to a variety of services. For this most part, this works (tested with twitter/photobucket), but with evernote, I'm receiving a 400 response code. ...