From 28aaae2337156a037a57dd31c9a9e5c686722504 Mon Sep 17 00:00:00 2001 From: shale Date: Mon, 9 Jan 2017 13:44:17 -0800 Subject: [PATCH 1/2] Move "Starting a new todo-list" earlier It took me 2-3 minutes to determine why syntax highlighting wasn't working, and it was because I wasn't using a "supported" TODO list type. --- messages/Tutorial.todo | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/messages/Tutorial.todo b/messages/Tutorial.todo index 7a63860..b25924f 100644 --- a/messages/Tutorial.todo +++ b/messages/Tutorial.todo @@ -8,6 +8,9 @@ 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 New: ☐ ⌘+enter (ctrl+enter on Windows) adds a new task. ☐ ⌘+i (ctrl+i on Windows) also adds a new task @@ -59,10 +62,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 From f77e34d3e9319240f2efafb4ef76e180688821da Mon Sep 17 00:00:00 2001 From: shale Date: Mon, 9 Jan 2017 13:46:32 -0800 Subject: [PATCH 2/2] Add mention of keyboard shortcuts It took me a while to determine why keyboard shortcuts weren't working for the `todo.todo` file that I'd created & saved. This is why. --- messages/Tutorial.todo | 1 + 1 file changed, 1 insertion(+) diff --git a/messages/Tutorial.todo b/messages/Tutorial.todo index b25924f..8f3492b 100644 --- a/messages/Tutorial.todo +++ b/messages/Tutorial.todo @@ -11,6 +11,7 @@ Tasks: 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