diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /doc/example.todo | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
Diffstat (limited to 'doc/example.todo')
| -rw-r--r-- | doc/example.todo | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/example.todo b/doc/example.todo new file mode 100644 index 0000000..f41d0ae --- /dev/null +++ b/doc/example.todo @@ -0,0 +1,41 @@ +Projects: + ☐ Anything with a colon at the end of the line is a project + ☐ Projects will show some statistics next to them @1h + ✔ By default those statistics are the number of pending todos and the sum of their time estimates @30m + Nested: + ☐ You can nest projects inside each other and fold them + +Todos: + You can write plain text notes/descriptions wherever you want + New: + ☐ Press Cmd/Ctrl+Enter to add a new todo + Done: + ✔ Press Alt+D to mark a todo as done + ✔ Press it again to undo the action + Cancelled: + ✘ Press Alt+C to mark a todo as cancelled + ✘ Press it again to undo the action + Tagging: + ☐ You can add tags using the @ symbol, like this @tag + ☐ There are some special, customizable tags: @critical @high @low @today + Timekeeping: + ✔ Completed todos can show a timestamp @done(17-11-03 10:42) + ☐ Press Alt+S to mark a todo as started @started(17-11-03 10:42) + ✔ Now it will show the elapsed time @started(17-11-03 10:42) @done(17-11-03 20:11) @lasted(9h29m) + ☐ You can provide time estimates for your todos @1h30m + ☐ We are even doing some natural language processing @est(1 day and 20 minutes) + +Formatting: + You can format text in a markdown-like fashion + Bold: + ☐ Use asterisks for *bold* + Italic: + ☐ Use underscores for _italic_ + Strikethrough: + ☐ Use tildes for ~strikethrough~ + Code: + ☐ Use backticks for `code` + +Archive: + ✔ You can archive finished todos here + ✔ Congratulations, you are now a Todo+ master!
\ No newline at end of file |