|
|
|
|
@ -0,0 +1,69 @@
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<link rel="stylesheet" href="../../../style.css">
|
|
|
|
|
<base target="_parent">
|
|
|
|
|
<title data-trilium-title>Search in note</title>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<h1 data-trilium-h1>Search in note</h1>
|
|
|
|
|
|
|
|
|
|
<div class="ck-content">
|
|
|
|
|
<figure class="image image_resized" style="width:100%;">
|
|
|
|
|
<img style="aspect-ratio:898/93;" src="Search in note_image.png" width="898"
|
|
|
|
|
height="93">
|
|
|
|
|
</figure>
|
|
|
|
|
<p>Local search allows you to search within the currently displayed note. </p>
|
|
|
|
|
<h2>Alternatives</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Pressing Ctrl+F while in a browser while not focused in a <a class="reference-link"
|
|
|
|
|
href="#root/pOsGYCXsbNQG/KSZ04uQ2D1St/_help_iPIMuisry3hd">Text</a> or
|
|
|
|
|
a <a class="reference-link" href="#root/pOsGYCXsbNQG/KSZ04uQ2D1St/_help_6f9hih2hXXZk">Code</a> note
|
|
|
|
|
will trigger the browser's native search. This will also find text that
|
|
|
|
|
is part of Trilium's UI.</li>
|
|
|
|
|
<li>Pressing Ctrl+F in a <a class="reference-link" href="#root/pOsGYCXsbNQG/KSZ04uQ2D1St/_help_iPIMuisry3hd">Text</a> note
|
|
|
|
|
will reveal <a class="reference-link" href="#root/pOsGYCXsbNQG/tC7s2alapj8V/1YeN2MzFUluU/_help_MI26XDLSAlCD">CKEditor</a>'s
|
|
|
|
|
search functionality.</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2>Accessing the search</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>On desktop, press<kbd>Ctrl</kbd> + <kbd>F</kbd>
|
|
|
|
|
</li>
|
|
|
|
|
<li>From the <a class="reference-link" href="#root/pOsGYCXsbNQG/gh7bpGYxajRS/Vc8PjrjAGuOp/_help_8YBEPzcpUgxw">Note buttons</a>,
|
|
|
|
|
look for the context menu and select <em>Search in note</em>.</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2>Interaction</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Finding:
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Fill in the <em>Find in text…</em> with the text to search for.</li>
|
|
|
|
|
<li>The search will be executed automatically in the background.</li>
|
|
|
|
|
<li>Use up and down arrows of the text box to navigate between results.</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Replacing:
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Fill in the <em>Find in text</em>… field with the text to replace.</li>
|
|
|
|
|
<li>Fill in the <em>Replace with…</em> field the text to replace it with.</li>
|
|
|
|
|
<li>Press <em>Replace</em> to replace only the current result.</li>
|
|
|
|
|
<li>Press <em>Replace all</em> to replace all of them at once.</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li>Options:
|
|
|
|
|
<ul>
|
|
|
|
|
<li><em>Case sensitive</em> – the search will distinguish upper case characters
|
|
|
|
|
from lower case (e.g. searching for Hello will not match <code>hello</code>).</li>
|
|
|
|
|
<li><em>Match words</em> - the search will find only exact word matches (e.g.
|
|
|
|
|
searching for <code>Java</code> will not match <code>JavaScript</code>).</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|