RTM button for toolbar
marie.coppolaro says:
I've read about putting an RTM icon on my toolbar so I can use it if I come across dates on websites I want to put in my lists. Where can I access the button?
Try this, uses the mobile Quick Add:
java_script:%20(function(){h='m.rememberthemilk.com';p='/add';if(window.getSelection){t=window.getSelection();}else%20if(document.getSelection){t=document.getSelection();}else%20if(document.selection){t=document.selection.createRange().text;};%20cp='http://'+h+p+'?name='+encodeURIComponent(document.title)+'&due='+t+'&url='+location.href;%20w=window.open(cp,'addwindow','status=no,toolbar=no,width=200,height=560,resizable=yes');%20setTimeout(function(){w.focus();},%20500);})();
Delete the _ in java_script and add a bookmark in the toolbar with this script.
Selecting some date on a web page you will get a task with:
The title of the page as task name
The selected text as due date
The URL of the page as URL
The first time you access the mobile version of RTM you will have to log in, the next time not so.
java_script:%20(function(){h='m.rememberthemilk.com';p='/add';if(window.getSelection){t=window.getSelection();}else%20if(document.getSelection){t=document.getSelection();}else%20if(document.selection){t=document.selection.createRange().text;};%20cp='http://'+h+p+'?name='+encodeURIComponent(document.title)+'&due='+t+'&url='+location.href;%20w=window.open(cp,'addwindow','status=no,toolbar=no,width=200,height=560,resizable=yes');%20setTimeout(function(){w.focus();},%20500);})();
Delete the _ in java_script and add a bookmark in the toolbar with this script.
Selecting some date on a web page you will get a task with:
The title of the page as task name
The selected text as due date
The URL of the page as URL
The first time you access the mobile version of RTM you will have to log in, the next time not so.