Add commands to search only filters

pull/10493/head
Tienson Qin 2023-11-02 22:46:50 +08:00
parent 519414a29d
commit 5be4f1f7a3
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
[{:text "Search only pages" :info "Add filter to search" :icon-theme :gray :icon "page" :filter {:group :pages}}
{:text "Search only current page" :info "Add filter to search" :icon-theme :gray :icon "page" :filter {:group :current-page}}
{:text "Search only blocks" :info "Add filter to search" :icon-theme :gray :icon "block" :filter {:group :blocks}}
{:text "Search only commands" :info "Add filter to search" :icon-theme :gray :icon "command" :filter {:group :commands}}
;; {:text "Search only files" :info "Add filter to search" :icon-theme :gray :icon "file" :filter {:group :files}}
])