From bba152e3287dd49501b5475589da1d378f9e38f6 Mon Sep 17 00:00:00 2001 From: George Pchelkin Date: Tue, 7 Jan 2020 02:43:14 +0300 Subject: [PATCH] Fix snippets to magic words (#1148) --- en_us/docs/Users/Magic Word.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_us/docs/Users/Magic Word.md b/en_us/docs/Users/Magic Word.md index 1f96fc3f..115133ad 100644 --- a/en_us/docs/Users/Magic Word.md +++ b/en_us/docs/Users/Magic Word.md @@ -1,7 +1,7 @@ # Magic Word **Magic Words** are some characters that have special meanings. They will be evaluated to some pre-defined characters. For one simple example, `date` could be evaluated to the date of today. -VNote support snippets in most of the input widgets. For example, you could use snippet for the note name when creating a note. +VNote support magic words in most of the input widgets. For example, you could use magic word for the note name when creating a note. `%da% work log.md` will be evaluated as `20180128 work log.md` since `%da%` is a magic word which is defined as the date of today in the form `YYYYMMDD`. @@ -43,4 +43,4 @@ Now we got two magic words `vnote` (based on another magic word `datetime`) and ![](_v_images/_1517139520_1176992512.png) -Now in edit mode, we could hit `Ctrl+E S D` to insert current date. \ No newline at end of file +Now in edit mode, we could hit `Ctrl+E S D` to insert current date.