Questions tagged [evernote]

Questions related to Evernote API. Evernote is a synchronized note service with web integration and sharing features.

Evernote is a synchronized note service with web integration and sharing features.

Evernote API information is available at https://dev.evernote.com/.

628 questions
64
votes
5 answers

Can't load Python modules installed via pip from site-packages directory

I am trying to install and use the Evernote module (https://github.com/evernote/evernote-sdk-python) . I ran pip install evernote and it says that the installation worked. I can confirm that the evernote module exists in…
Chase McCoy
  • 1,550
  • 2
  • 13
  • 16
32
votes
1 answer

How to transition from UICollectionView to UIViewController like Pinterest/Evernote

I have a UICollectionView and when an item is selected, I'd like it to animate full screen. So it would transition from the size of the cell to full screen and become a UIViewController. Pinterest and Evernote both have this behavior where tapping…
user1218464
  • 1,011
  • 2
  • 12
  • 22
12
votes
1 answer

How to detect the main article tag like Evernote clipper did

When I tried with Evernote clipper extension, I see a very useful feature. When I clicked at "article", It gives me a really correct main content of page. Let see the result when I used Evernote Clipper with page…
yelliver
  • 5,648
  • 5
  • 34
  • 65
10
votes
0 answers

How did Evernote implement their Clearly Chrome Extension?

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 page to have seamless view! How does it work…
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
9
votes
4 answers

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?
bguiz
  • 27,371
  • 47
  • 154
  • 243
9
votes
3 answers

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 actual working solutions though, see the below…
bguiz
  • 27,371
  • 47
  • 154
  • 243
9
votes
3 answers

Faking standard input on the Windows command line

I want to use Evernote's ENScript.exe to create new notes, entering the text and title as arguments. The problem is that ENScript only allows the text to be entered via a file or via standard input. For my current workaround I use a .bat file to…
Ryan
  • 888
  • 1
  • 11
  • 29
8
votes
1 answer

Why is there a sudden increase in TTransportException?

We're recently receiving a lot of com.evernote.thrift.transport.TTransportException with HTTP codes 400, 429, 418. 429 corresponds to Too Many Requests but it was handled with EDAMSystemException RATE_LIMIT_REACHED before.
Bharath PS
  • 163
  • 5
8
votes
2 answers

Scheduled job executes multiple time in Evernote- AndroidJob

I have one periodic job I want to run and it is implemented with the help of Evernote's Android Job library. What I wish to achieve is to updateMyLocation ever 15 mins. The problem is that every 15 mins, the job seems to be executing multiple…
rgv
  • 1,186
  • 1
  • 17
  • 39
8
votes
1 answer

How to parse a DTD file in Ruby

I was trying to convert a DTD file to a YAML file, and I've tried loading it both in libXML and Nokogiri, but it seems that a DTD file is not a valid XML file. I'm fine with using any third-party gems as long as I can parse the DTD file. My attempt…
Nemo
  • 3,104
  • 2
  • 30
  • 46
8
votes
0 answers

How does the Evernote Web Clipper parse webpages so well?

I have been trying to replicate the parsing capabilities of the Evernote Web Clipper in python for my own web-scraping projects. I'm interested in extracting the main body of text only, nothing else. I've used both the python Arc90…
vgoklani
  • 10,685
  • 16
  • 63
  • 101
7
votes
2 answers

Creating a note in a Evernote linked notebook

I have some issue creating a note in a linked notebook with the iOS evernote SDK. I've tried to simply get the noteStore in question by EvernoteNoteStore* noteStore = [EvernoteNoteStore noteStoreForLinkedNotebook:self.linkedNotebook]; I've then…
Moriya
  • 7,750
  • 3
  • 35
  • 53
7
votes
3 answers

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 //note/content/en-note//en-media@hash See below for the full XML file…
bguiz
  • 27,371
  • 47
  • 154
  • 243
7
votes
5 answers

How do I export notes from Evernote using AppleScript?

I'm trying to export notes from Evernote v.3.3.0 in HTML format to a location on disk using AppleScript. The task at hand doesn't seem to be particularly complicated, but my being relatively new to Evernote, and completely new to AppleScript doesn't…
Jan Hoek
  • 702
  • 5
  • 13
7
votes
1 answer

What is this "PCDATA invalid Char value 11" error?

I have to use a XML file but I don't get all the items because of this error which is displayed in my navigator, before the content of the file. The exact error is : This page contains the following errors: error on line 4099 at column 10: PCDATA…
Rob
  • 15,732
  • 22
  • 69
  • 107
1
2 3
41 42