Forums

Discuss all things Remember The Milk.

Add tasks/articles to read to RTM via Gmail

(closed account) says:
Inspired by this post https://www.rememberthemilk.com/forums/tips/3133/ I tweaked the Javascript bookmarklet to send a task to Gmail. You can now add the list and tags in the compose window.

I use a default list called Read later to add long articles to RTM using this Javascript bookmarklet. Remove the '_' from 'java_script'.

java_script:popw='';Q='';rtmMail='YOUR_ADDRESS@rmilk.com';x=document;y=window;if(x.selection)%20{Q=x.selection.createRange().text;}else%20if%20(y.getSelection)%20{Q=y.getSelection();}else%20if%20(x.getSelection)%20{Q=x.getSelection();}popw=y.open('https://mail.google.com/mail?view=cm&tf=0&to='+encodeURIComponent(rtmMail)+'&su='+encodeURIComponent(document.title)+'&body='+encodeURIComponent('Title: '+Q+'\n')+encodeURIComponent('Due: \n')+encodeURIComponent('Tags: \n')+encodeURIComponent('List: Read later\n')+encodeURIComponent('URL: '+location.href)+encodeURIComponent("\n---\n"+document.title+"\n"+Q+"\n"),'gmailForm','scrollbars=yes,width=680,height=510,top=175,left=75,status=no,resizable=yes');if%20(!document.all)%20T%20=%20setTimeout('popw.focus()',50);void(0);
Posted at 6:54am on July 31, 2013
Log in to post a reply.