Forums

Discuss all things Remember The Milk.

Add Task Bookmarklet - A Variation

rossgoodman says:
I have created a variation on the RTM supplied bookmarklet.

In the official one, http://www.rememberthemilk.com/help/answers/quickadd/ you highlight a date, click the button and it creates a task with the name of the task as the window name and the highlighted task as the date.

In my version, the due date is set to today and the task name is set to the highlighted text.

#(function(){h='www.rememberthemilk.com';p='/services/ext/addtask.rtm';if(window.getSelection){d=window.getSelection();}else%20if(document.getSelection){d=document.getSelection();}else%20if(document.selection){d=document.selection.createRange().text;};cp='http://'+h+p+'?d=today&t='+encodeURIComponent(d);w=window.open(cp,'addwindow','status=no,toolbar=no,width=475,height=260,resizable=yes');setTimeout(function(){w.focus();},%20500);})();

Question, what are the page parameters to set the default tags and lists?
On my work PC I'd like to hard code a default list.

Have fun

Ross
Posted at 4:19pm on August 4, 2009
raymond.bergmark Power Poster says:
In order to access these fields you could use the mobile version of RTM, read more here: www.rememberthemilk.com/forums/tips/3133/ towards the end.

You will have to log in once but will remain logged in for several weeks at a time.
Posted 14 years ago
carloscadu says:
Hi. The bookmarklet is very handy! I only miss the webpage link isn't captured and there is no space for notes to include the webpage. Do you now any workaround to insert the webpage link through the bookmarklet?
Thanks!
Posted 8 years ago
carloscadu says:
Answer: https://www.rememberthemilk.com/forums/tips/13879/
Posted 8 years ago
Log in to post a reply.