aglzen 0 Posted April 18, 2009 Share Posted April 18, 2009 Hello,I'm new to evernote, and it looks great thus far. But I've got one issue:When I make a quicknote via the bookmarklet, enter a title, tags, and check "Save page URL" (but do not enter text into the "Add Text" or check the "Clip Full Page" checkbox), the note processes, says it saves, and then never shows up in my notebook. (Oddly enough, the tags do show up in my notebook.)If I add any text into the "Add Text" box, or clip the full page, it works fine. I can only assume I'm doing something silly, or that there's a bug. This method is how I've used del.icio.us for years, and how I'd like to use evernote (and replace del.icio.us). Am I missing something? Is there a way to simply save the title, URL and tags for a web page without having to type a description?This would be a deal-breaker, and I hope I just have something misconfigured.Running Safari 3.2.1 on MacOS 10.5, using the latest bookmarklet code.Thanks! Link to comment
wbaccus 1 Posted April 20, 2009 Share Posted April 20, 2009 Having the same problem here all of a sudden. Lost quite a few notes and research because of it. I'm using the bookmarklet in Firefox. Link to comment
lwilde 0 Posted April 21, 2009 Share Posted April 21, 2009 FYI, we have reproduced the error and filed an internal bug report. We hope to have this fixed soon. For now you will need to manually copy and paste the url, or put text into the note. Link to comment
aglzen 0 Posted April 22, 2009 Author Share Posted April 22, 2009 A bit surprised something this essential has taken so long to fix. Hacked up a very ugly fix that seems to work on most (but not all pages).The below is a replacement for the evernote clip bookmarklet.javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var%20x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new%20Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})();(function(){var%20cur_title=document.title;var%20evint=setInterval(function(){if(typeof(window.frames['e_iframe'].document.getElementsByName('comment')[0])!="undefined"){window.frames['e_iframe'].document.getElementsByName('comment')[0].value=cur_title;clearInterval(evint);}},200);})();If that code gets eaten, it's also over at: http://pastie.org/455239 Link to comment
Philip Constantinou 11 Posted April 23, 2009 Share Posted April 23, 2009 Hi folks -The web release that was just launched fixes this bug. Thanks for reporting this problem. Please let us know if you still have trouble.Now, if you clip a note and it has no body, only a URL and title, then the body of the note becomes a link. The source URL continues to be set. Link to comment
aglzen 0 Posted April 23, 2009 Author Share Posted April 23, 2009 Looks great.Many thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.