mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-09 14:30:12 -06:00
search notes input box
This commit is contained in:
@@ -13,8 +13,14 @@
|
||||
|
||||
<div id="content" style="margin-left: auto; margin-right: auto; width: 1100px">
|
||||
<div class="hide-toggle" style="width: 300px; height: 100%; float: left;">
|
||||
<button type="button" class="btn" onclick="createNewTopLevelNote()">Create new note</button>
|
||||
<!--<button type="button" class="btn" onclick="createNewTopLevelNote()">Create new note</button>-->
|
||||
|
||||
<p>
|
||||
<label>Search:</label>
|
||||
<input name="search" autocomplete="off">
|
||||
<button id="btnResetSearch">×</button>
|
||||
<span id="matches"></span>
|
||||
</p>
|
||||
<div id="tree">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user