new tab now has note autocomplete

This commit is contained in:
zadam
2019-05-12 17:28:20 +02:00
parent 14c420b782
commit 8b030a2323
5 changed files with 69 additions and 12 deletions

View 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>