Skip to content
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
6 changes: 3 additions & 3 deletions interface/snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -18,5 +18,5 @@ Have additional suggestions? Make a PR [here](https://github.com/mark-when/docs)

|Prefix|Template|
|---|---|
|`check`|`- [${}] ${}`|
|`location`|`[${}](location)`|
|`todo`|`- [${}] ${}`|
|`location`|`[${}](location)`|