Suffering from "chronic procrastination syndrome"? This To Do list is the ultimate tool for you.
It won't resist your procrastination.
It will embrace it ...
and help you finish your tasks, at your own pace,
without feeling guilty.
* The demo doesn't require any sign up. All tasks are stored
inside your own browser's localStorage
. This means
they are neither shared with us, nor lost when you leave the site.
When you return to snoozetask.com using the same browser, your
stored tasks will be loaded automatically.
* The demo doesn't require any sign up. All tasks are stored
inside your own browser's localStorage
. This means
they are neither shared with us, nor lost when you leave the site.
When you return to snoozetask.com using the same browser, your
stored tasks will be loaded automatically.
When importing tasks from a backup file, the imported tasks will be added to existing tasks on your board. This might result in duplicate tasks. So, if you are just restoring from a backup, you should delete all existing tasks first.
To avoid cluttering the due tasks board, all due/overdue imported tasks will be snoozed for 5 years. This allows you to easily find them at the bottom of the snoozed tasks board and unsnooze them if needed.
Type | Or | … to Get |
---|---|---|
*Italic* | _Italic_ | Italic |
**Bold** | __Bold__ | Bold |
# Heading 1 | Heading 1 ========= |
Heading 1 |
## Heading 2 | Heading 2 --------- |
Heading 2 |
[Link](http://a.com) | [Link][1] ⋮ [1]: http://b.org | Link |
![Image](http://url/a.png) | ![Image][1] ⋮ [1]: http://url/b.jpg | |
> Blockquote |
Blockquote |
|
* List * List * List | - List - List - List |
|
1. One 2. Two 3. Three | 1) One 2) Two 3) Three |
|
Horizontal rule: --- | Horizontal rule: *** |
Horizontal rule:
|
`Inline code` with backticks |
Inline code with backticks
|
|
``` # code block print '3 backticks or' print 'indent 4 spaces' ``` | ····# code block ····print '3 backticks or' ····print 'indent 4 spaces' |
# code block print '3 backticks or' print 'indent 4 spaces' |