2024-07-25 21:31:15 +08:00
The page picker has two main functions:
1. Enables quick navigation between [[Pages]]
2. Enables creation of new pages
* Based on the entered name
* Based on [[Links|linked]] to, but not yet created page names
2023-12-19 23:18:33 +08:00
The page picker can be invoked by clicking the 📔 icon in the top bar, or by pressing `Cmd-k` on Mac, or `Ctrl-k` on Windows/Linux.
The main input is the **filter phrase** and can be used to narrow down the list of page results.
2024-01-21 02:16:07 +08:00
If the filter phrase contains `#tags` the results will be filtered based on matching those tags.
> **note** Note
2024-07-07 18:12:05 +08:00
> [[Templates]], even though technically regular pages, do not appear in the page picker. To navigate to them, use the [[Meta Picker]] instead.
2023-12-22 02:49:25 +08:00
2024-07-25 21:31:15 +08:00
#ProTip To cycle between the three pickers [[Page Picker]], [[Meta Picker]] and [[All Pages Picker]], type `^` in the filter phrase box.
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` .
2023-12-19 23:18:33 +08:00
# 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.
When entering a filter phrase, the best matches should appear closer to the top, however the second option will always be an option to create a new page with _exactly_ the page name entered as the filter phrase.
# Keyboard shortcuts
2024-07-25 21:31:15 +08:00
* `Enter` : selects the highlighted page from the list and navigate there. If that page is marked with “Create page” it will create that page.
2023-12-19 23:18:33 +08:00
* `Shift-Enter` : navigate to the page entered in as the filter phrase.
* `Space` : with an empty filter phrase will attempt to do something intelligent:
* If the currently opened page is nested in a [[Folders|folder]], it will auto complete the current folder name in its place.
* If the currently opened page name starts with an emoji, it will complete that emoji in its place.
* Otherwise, it will complete the full page name of the currently open page.
2024-07-25 21:31:15 +08:00
* `Shift-Space` : auto complete folder from the highlighted page:
2024-07-19 23:10:39 +08:00
* If the currently highlighted page is nested in a [[Folders|folder]], it will auto complete its folder name
* Otherwise, it will auto complete that page name with a `/` added at the end
2023-12-19 23:18:33 +08:00
* `ArrowUp` /`ArrowDown`: move up and down the highlighted page list
* `PageUp` /`PageDown`: move up and down 5 entries in the page list in one go
* `Home` : moves to the start of the list
* `End` : moves to the end of the list
* `Escape` : closes the page picker UI
2024-07-19 23:06:40 +08:00
* Typing `^` when filter phrase is empty will cycle to the next picker, first [[Meta Picker]], then [[All Pages Picker]]
2023-12-19 23:18:33 +08:00
# Mouse/touch operation
2024-07-25 21:31:15 +08:00
You can scroll and select an item from the list by clicking with the mouse, as well as close the page picker by clicking outside of it.
2023-12-19 23:18:33 +08:00