Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to start a new todo-list #322

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions messages/Tutorial.todo
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Projects:
Tasks:
You can write plain text as _notes_ or descriptions wherever you want;
It’s **totally** fine!
Starting a new todo-list:
☐ Bring up the command palette (it's ⌘+shift+p in Mac and ctrl+shift+p in Windows)
☐ type `task` and select `Tasks: New document` command
You can also turn on the syntax highlighting (and keyboard shortcuts) by turning on the `tasks` syntax.
New:
☐ ⌘+enter (ctrl+enter on Windows) adds a new task.
☐ ⌘+i (ctrl+i on Windows) also adds a new task
Expand Down Expand Up @@ -59,10 +63,6 @@ Tasks:
Removing the entire subtree after cursor and appending it to new file next to original one,
e.g. filename.TODO → filename_archive.TODO

Starting a new todo-list:
☐ Bring up the command palette (it's ⌘+shift+p in Mac and ctrl+shift+p in Windows)
☐ type `task` and select `Tasks: New document` command

--- ✄ -----------------------
You can use separator snippet to separate your todo lists, type -- and press tab

Expand Down