ForumsQuestionsSafari


Safari
Author Message
bashkoff

Posted: Feb 18, 2010
Score: 0 Reference
Any word on the bookmarklet?
Vin Thomas

Posted: Feb 20, 2010
Score: 0 Reference
I have started using Chrome and it is quickly becoming my browser of choice. With a bookmarklet you would not need to rely on Firefox. I hope to see this added soon.
Nick

Posted: Mar 01, 2010
Score: 0 Reference
A bit of a hack around it, is just to do a mailto: as a bookmarklet. Its a little less flexible, but if you're like me adding links to read later to toodledo it works really well.

javascript:location.href='mailto:(My Email to Toodledo)@toodledo.com?SUBJECT='+document.title+'%20%10*Articles to Read&BODY='+escape(location.href)
maxwell546

Posted: Apr 10, 2010
Score: 0 Reference
A slight modification of DougieSpam's original bookmarklet post, I removed the ability to send links (I don't use TD for "read later" type stuff) and moved the "d toodledo" to outside the prompt text so that its always appended to the message.

Please note:
* this becomes a dedicated ToodleDo via twitter bookmarklet.
* you still have to go through the setup that DougieSpam details in his original post above
* I left the 'getselection()' code in although its never passed to twitter.


<code>
javascript:void((function(){if(document.body){var%20v=0.18;var%20s='';if(window.getSelection){s=wind ow.getSelection()}else%20if(document.getSelection){s=document.getSelection()}else%20if(document.sele ction){s=document.selection.createRange().text}else{return}var%20p='d%20toodledo%20'+prompt('New%20t ask');if(p){e=document.createElement('iframe');e.id='port';e.style.visibility='hidden';document.body .appendChild(e);var%20port=document.getElementById('port');port.src='http://www.twitlet.com/updates/ ?a=&t='+encodeURIComponent(p)}}else{window.location='http://www.twitlet.com'}})());
</code>
Suzannah

Posted: Apr 25, 2010
Score: 0 Reference
A twist on Vin Thomas's lil' hack, this will open the mobile site's "Add Task" in your firefox sidebar.

1. create a new bookmark
2. Name it whatever you want.
(Mine is "Add | toodledo | sideber")
3. For location enter this url:
http://www.toodledo.com/html/index.php?add=1;hh=0;sort=6;sorted=0;fold=;contx=;complete=0
4. Make sure you check the checkbox that is "load this bookmark in the sidebar"

Then, when it opens in your sidebar, drag the tab of the page whose url you want in the notes field to the notes field. The url will pop up there when you let go of the drag.

:)
You cannot reply yet

U Back to topic home

R Post a reply

Skip to Page:  1   2  

To participate in these forums, you must be signed in.