todos

Add a todo list item in SPE (Stani's Python Editor)

How do I add a todo list item in Stani's Python Editor? I think it's something you type in together with the code and it automatically shows up the the todo list panel. However, I do not know the syntax. ...

WYSIWYG Editor for a task manager (checklist)

Hi, I am looking to develop an html task manager where users can have multiple tasks in groups. I currently allow them to define their tasks in a textarea. E.g. :Group 1 task 1 task 2 :Group 2 task 3 task 4 :Group 3 task 5 task 6 I am looking for a WYSIWYG editor that can make it more intuitive for users to enter many task or ...

Task.find Conditions

Hi, I'm building my first Rails project - its a ToDo app, which are supposed to send out warnings when a Task are X minutes from its deadline. Im trying to create a variabel with the tasks that are X minutes from its deadline. The X minutes are diffrent for every Task - which means that its stored in the database. So I got two columns ...