Rename notes search type to org search, now that markdown notes supported

This commit is contained in:
Debanjum Singh Solanky
2022-07-21 21:57:57 +04:00
parent 1f4b5ac112
commit 65fea7681a
5 changed files with 26 additions and 26 deletions

View File

@@ -58,11 +58,11 @@
<input id="query" type="text" placeholder="Search" onkeydown=search_on_enter(event) autofocus>
<!--Add Dropdown to Select Query Type.
Query Types can be: notes, ledger, images, music.
Set Default type to images-->
Query Types can be: org, ledger, image, music, markdown.
Set Default type to image-->
<select id="type">
<option value="image">Image</option>
<option value="notes">Notes</option>
<option value="org">Org</option>
<option value="markdown">Markdown</option>
<option value="ledger">Ledger</option>
<option value="music">Music</option>