trilium/src/views/details/search.ejs

15 lines
582 B
Plaintext
Raw Normal View History

2018-11-08 17:11:00 +08:00
<div id="note-detail-search" class="note-detail-component">
2019-03-30 06:28:41 +08:00
<div style="display: flex; align-items: center; margin-right: 20px;">
2018-11-08 17:11:00 +08:00
<strong>Search string: &nbsp; &nbsp;</strong>
2019-03-30 06:28:41 +08:00
<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>
2018-11-08 17:11:00 +08:00
</div>
<br />
2019-04-01 03:19:10 +08:00
<div id="note-detail-search-help"></div>
2018-11-08 17:11:00 +08:00
</div>