From 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 Mon Sep 17 00:00:00 2001 From: s1n Date: Sat, 28 Mar 2020 10:31:08 -0700 Subject: 3/28/2020, 10:30 --- doc/example.todo | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 doc/example.todo (limited to 'doc/example.todo') 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 -- cgit v1.2.3