Jump to content

(Archived) Non-JavaScript web clipper?


EP2008

Recommended Posts

The JavaScript web clipper is causing me a lot of grief in the webOS browser, but i found out that there's a url-based clipper action.

Unfortunately, it either gives me an error that the page i'm on cant be copied (every page!) or it takes me to the Evernote web interface.

What is the correct syntax for the url-based clipper? I've tried the following and they all fail:

https://www.evernote.com/clip.action

http://s.evernote.com/grclip?url=${url}&title=${title}

http://www.evernote.com/clip.action?url=${url}&title=${title}'>http://www.evernote.com/clip.action?url=${url}&title=${title}

http://s.evernote.com/clip.action?url=${url}&title=${title}

http://www.evernote.com/grclip?url=${url}&title=${title}

http://www.evernote.com/clip.action?

http://s.evernote.com/grclip?url=%u&title=%t

Any ideas???

Link to comment
  • Level 5*

You can sort of get this to work by adding in an actual URL and title to the last link in your list. I.e., change:

to, say:

But I'm not really sure that that solves your problem...

Link to comment

You can sort of get this to work by adding in an actual URL and title to the last link in your list. I.e., change:

to, say:

But I'm not really sure that that solves your problem...

Awesome.

It's a very slow and dirty way of doing it, but now I'm able to clip in webOS where before I wasnt :-) Thank you.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...