From b3f0c80f910e125c1ea407b78b94087cde49f1eb Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Fri, 22 Dec 2023 19:06:24 +0100 Subject: [PATCH] Clarify Shift-Enter docs --- website/Page Picker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Page Picker.md b/website/Page Picker.md index 3704f314..7dca6d43 100644 --- a/website/Page Picker.md +++ b/website/Page Picker.md @@ -6,7 +6,7 @@ The main input is the **filter phrase** and can be used to narrow down the list If the filter phrase contains `#tags` the results will be filtered based on matching those tags. That means to quickly see a list of all `#template`s you can use `#template` as a filter phrase. -Pressing the `Enter` key will open/create the selected page. Pressing `Shift-Enter` will always open or the page _exactly matching_ the filter phrase. Therefore, if you intend to create a new page, simply type the name of the new page and hit `Shift-Enter`. +Pressing the `Enter` key will open/create the selected page. Pressing `Shift-Enter` will always open or create (if it doesn't already exist) the page _exactly matching_ the filter phrase. Therefore, if you intend to create a new page, simply type the name of the new page and hit `Shift-Enter`. # Result ordering When no filter phrase is entered, pages are ordered by either _last opened_, or _last modified_ date in descending order. This makes it convenient to switch between recently edited pages.