mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
new tab now has note autocomplete
This commit is contained in:
8
src/views/details/empty.ejs
Normal file
8
src/views/details/empty.ejs
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="note-detail-empty note-detail-component">
|
||||
<div class="form-group">
|
||||
<label>Open note by typing note's title into input below or choose a note in the tree.</label>
|
||||
<div class="input-group">
|
||||
<input class="form-control note-autocomplete" placeholder="search for note by its name">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user