search key nav fixes
All checks were successful
Build Roam Site / build (push) Successful in 32s

This commit is contained in:
2026-05-14 14:51:09 +01:00
parent 74449c345a
commit ccdd229a7d
332 changed files with 407 additions and 149 deletions

View File

@@ -273,12 +273,42 @@ window.mvOpen=function(el){
</div>
<div class=\"banner-search\">
<input id=\"search-box\"
type=\"search\"
placeholder=\"Search notes…\"
aria-label=\"Search notes\"
autocomplete=\"off\" />
<div id=\"search-results\"></div>
<button id=\"search-open\"
class=\"search-trigger\"
type=\"button\"
aria-haspopup=\"dialog\"
aria-controls=\"search-modal\">
<span>Search notes</span>
<kbd>/</kbd>
</button>
<div id=\"search-modal\"
class=\"search-modal\"
role=\"dialog\"
aria-modal=\"true\"
aria-labelledby=\"search-modal-title\"
hidden>
<div class=\"search-backdrop\" data-search-close></div>
<div class=\"search-dialog\">
<div class=\"search-panel\">
<div class=\"search-input-wrap\">
<span class=\"search-icon\" aria-hidden=\"true\">⌕</span>
<input id=\"search-box\"
type=\"search\"
placeholder=\"Search notes...\"
aria-label=\"Search notes\"
autocomplete=\"off\" />
<button class=\"search-close\"
type=\"button\"
aria-label=\"Close search\"
data-search-close>&times;</button>
</div>
<div id=\"search-modal-title\" class=\"search-title\">Search notes</div>
<div id=\"search-results\" role=\"listbox\" aria-label=\"Search results\"></div>
<div class=\"search-empty\" id=\"search-empty\">Type at least 2 characters to search.</div>
</div>
</div>
</div>
</div>
<div class=\"banner-actions\">
@@ -558,6 +588,7 @@ Skips files where the .mp4 already exists and is newer than the .mov."
(cond
((member "--fast" command-line-args-left)
(setq command-line-args-left (remove "--fast" command-line-args-left))
(z/build-fast))
(t
(z/build-full)))

0
lisp/macros.el Normal file → Executable file
View File