Back to Trilium

Search in note

docs/User Guide/User Guide/Basic Concepts and Features/Navigation/Search in note.md

0.104.11.8 KB
Original Source

Search in note

<figure class="image image_resized" style="width:100%;"></figure>

Local search allows you to search within the currently displayed note. 

Alternatives

  • Pressing Ctrl+F while in a browser while not focused in a <a class="reference-link" href="../../Note%20Types/Text.md">Text</a> or a <a class="reference-link" href="../../Note%20Types/Code.md">Code</a> note will trigger the browser's native search. This will also find text that is part of Trilium's UI.
  • Pressing Ctrl+F in a <a class="reference-link" href="../../Note%20Types/Text.md">Text</a> note will reveal <a class="reference-link" href="../../Advanced%20Usage/Technologies%20used/CKEditor.md">CKEditor</a>'s search functionality.
  • On desktop, press<kbd>Ctrl</kbd> + <kbd>F</kbd>
  • From the <a class="reference-link" href="../UI%20Elements/Note%20buttons.md">Note buttons</a>, look for the context menu and select Search in note.

Interaction

  • Finding:
    • Fill in the Find in text… with the text to search for.
    • The search will be executed automatically in the background.
    • Use up and down arrows of the text box to navigate between results.
  • Replacing:
    • Fill in the Find in text… field with the text to replace.
    • Fill in the Replace with… field the text to replace it with.
    • Press Replace to replace only the current result.
    • Press Replace all to replace all of them at once.
  • Options:
    • Case sensitive – the search will distinguish upper case characters from lower case (e.g. searching for Hello will not match hello).
    • Match words - the search will find only exact word matches (e.g. searching for Java will not match JavaScript).