From 258e5efbb21c10f04ca01b2175b509895b5c034d Mon Sep 17 00:00:00 2001 From: xib Date: Mon, 11 Mar 2024 13:44:10 +0800 Subject: [PATCH] Update snippets.md I think todo is more similar to other editors like Emacs or Logseq --- interface/snippets.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/snippets.md b/interface/snippets.md index 79b2178..d8a70c4 100644 --- a/interface/snippets.md +++ b/interface/snippets.md @@ -2,7 +2,7 @@ Snippets allow you to define autocompletions that active as you type. A `prefix` is the text that you type to trigger the snippet, and the `template` is the text that gets inserted replacing the prefix. -For example, you may find typing `check` easier than `- [] ` - you can define a snippet that will make that replacement: +For example, you may find typing `todo` easier than `- [] ` - you can define a snippet that will make that replacement: ![](/images/snippets1.png) ![](/images/snippets2.png) @@ -18,5 +18,5 @@ Have additional suggestions? Make a PR [here](https://github.com/mark-when/docs) |Prefix|Template| |---|---| -|`check`|`- [${}] ${}`| -|`location`|`[${}](location)`| \ No newline at end of file +|`todo`|`- [${}] ${}`| +|`location`|`[${}](location)`|