trilium/src/views/details/search.ejs
2019-03-31 21:19:10 +02:00

15 lines
582 B
Plaintext

<div id="note-detail-search" class="note-detail-component">
<div style="display: flex; align-items: center; margin-right: 20px;">
<strong>Search string: &nbsp; &nbsp;</strong>
<textarea rows="4" style="width: auto !important; flex-grow: 4" class="form-control" id="search-string"></textarea>
<span>
&nbsp; &nbsp;
<button type="button" class="btn btn-primary" id="note-detail-search-refresh-results-button">Refresh search results</button>
</span>
</div>
<br />
<div id="note-detail-search-help"></div>
</div>