trilium/src/views/details/search.ejs

15 lines
570 B
Plaintext
Raw Normal View History

2019-05-02 05:06:18 +08:00
<div class="note-detail-search 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-05-02 05:06:18 +08:00
<textarea rows="4" style="width: auto !important; flex-grow: 4" class="search-string form-control"></textarea>
<span>
&nbsp; &nbsp;
2019-05-02 05:06:18 +08:00
<button type="button" class="btn btn-primary note-detail-search-refresh-results-button">Refresh search results</button>
</span>
2018-11-08 17:11:00 +08:00
</div>
<br />
2019-05-02 05:06:18 +08:00
<div class="note-detail-search-help"></div>
2018-11-08 17:11:00 +08:00
</div>