mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
25 lines
1.3 KiB
Markdown
Vendored
25 lines
1.3 KiB
Markdown
Vendored
# Jump to Note
|
||
<figure class="image image-style-align-center"><img style="aspect-ratio:991/403;" src="Jump to Note_image.png" width="991" height="403"></figure>
|
||
|
||
The _Jump to Note_ function allows easy navigation between notes by searching for their title. In addition to that, it can also trigger a full search or create notes.
|
||
|
||
## Entering jump to note
|
||
|
||
* In the <a class="reference-link" href="../UI%20Elements/Launch%20Bar.md">Launch Bar</a>, press  button.
|
||
* Using the keyboard, press <kbd>Ctrl</kbd> + <kbd>J</kbd>.
|
||
|
||
## Recent notes
|
||
|
||
Jump to note also has the ability to show the list of recently viewed / edited notes and quickly jump to it.
|
||
|
||
To access this functionality, click on `Jump to` button on the top. By default, (when nothing is entered into autocomplete), this dialog will show the list of recent notes.
|
||
|
||
Alternatively you can click on the "time" icon on the right.
|
||
|
||
<img src="Jump to Note_recent-notes.gif" width="812" height="585">
|
||
|
||
## Interaction
|
||
|
||
* By default, when there is no text entered it will display the most recent notes.
|
||
* Using the keyboard, use the up or down arrow keys to navigate between items. Press <kbd>Enter</kbd> to open the desired note.
|
||
* If the note doesn't exist, it's possible to create it by typing the desired note title and selecting the _Create and link child note_ option. |