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 | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/.htaccess | 1 | ||||
| -rw-r--r-- | doc/easter-eggs.txt | 47 | ||||
| -rw-r--r-- | doc/example.todo | 41 | ||||
| -rw-r--r-- | doc/oops.txt | 9 | ||||
| -rw-r--r-- | doc/paths.txt | 6 | ||||
| -rw-r--r-- | doc/vertical-center.txt | 4 |
6 files changed, 108 insertions, 0 deletions
diff --git a/doc/.htaccess b/doc/.htaccess new file mode 100644 index 0000000..45552cb --- /dev/null +++ b/doc/.htaccess @@ -0,0 +1 @@ +Options -Indexes
\ No newline at end of file diff --git a/doc/easter-eggs.txt b/doc/easter-eggs.txt new file mode 100644 index 0000000..995357b --- /dev/null +++ b/doc/easter-eggs.txt @@ -0,0 +1,47 @@ +pie +ufo +walk +cool +balloon +hangover +kirby +no +onmyway +haters +board +snorlax +fly +earth +thankyou +swim +penguin +handsome +tank +jump +winner +fox +mario +joker +rabbit +piggy +psyduck +dragon +salamander +airguitar +pikachu +bravo +ghost +britney +pikarun +catrun +koggy +sonic +doggy +spongebob +gun +money +bird +piqiu +lol +ohhh +nyancat 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 diff --git a/doc/oops.txt b/doc/oops.txt new file mode 100644 index 0000000..c3b42b0 --- /dev/null +++ b/doc/oops.txt @@ -0,0 +1,9 @@ +If you're seeing this, the code is in what +I thought was an unreachable state. +I could give you advice for what to do. +But honestly, why should you trust me? +I clearly screwed this up. I'm writing a +message that should never appear, yet +I know it will probably appear someday. +On a deep level, I know I'm not +up to this task. I'm so sorry.
\ No newline at end of file diff --git a/doc/paths.txt b/doc/paths.txt new file mode 100644 index 0000000..1c667d9 --- /dev/null +++ b/doc/paths.txt @@ -0,0 +1,6 @@ +Here is all you need to know about relative file paths: + +- Starting with "/" returns to the root directory and starts there +- Starting with "../" moves one directory backwards and starts there +- Starting with "../../" moves two directories backwards and starts there (and so on...) +- To move forward, just start with the first subdirectory and keep moving forward
\ No newline at end of file diff --git a/doc/vertical-center.txt b/doc/vertical-center.txt new file mode 100644 index 0000000..f747346 --- /dev/null +++ b/doc/vertical-center.txt @@ -0,0 +1,4 @@ +.example { + display: flex; + align-items: center; +}
\ No newline at end of file |