ForumsSearch



Search results for "Posted by mickem"
Author Message
mickem

Posted Oct 28, 2011 in: How to add a task from a URL?
Score: 0
  • mickem
  • Posted: Oct 28, 2011
  • Score: 0
Posted by Toodledo:
It is not possible to add a task via a single url for security reasons.

Why would that be a security problem?

I want to launch the ...?add_task?title=foo&... in the current browser using the existing session (I don't want to paste password on the URL). So it should be "secure" unless I am missing something...

// Michael Medin
mickem

Posted Oct 28, 2011 in: How to add a task from a URL?
Score: 0
  • mickem
  • Posted: Oct 28, 2011
  • Score: 0
Posted by shfl:
Have you looked at click.to? I set it up to copy text from a page, then hit a hotkey, and it is added into Toodledo.

I looked at click.to but it was pretty slow and made my machine seem slow as well (as all copy-paste takes a long time). Also the "sending password in cleartext" did not seem like something I want to be part of.
mickem

Posted Oct 24, 2011 in: How to add a task from a URL?
Score: 0
  • mickem
  • Posted: Oct 24, 2011
  • Score: 0
I want to do something along the lines of: http://www.toodledo.com/tasks/add.php?title=foo&...

The reason being I want to automate adding task by selecting text using autohotkey.

// Michael Medin