1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-14 08:19:42 +00:00
TiddlyWiki5/tw5.com/tiddlers/Search.tid
Jeremy Ruston bf94a6dc65 First pass at incremental search
This tiddler now ties together several recent changes to produce a
reasonably good typeahead search box, constructed from more fundamental
mechanisms, particularly filters.
2012-10-17 14:35:49 +01:00

22 lines
320 B
Plaintext

title: Search
Search: <<edit tiddler:[[$:/search/text]]>>
<div style="position:absolute; z-index:1000;">
<<reveal state:[[$:/search/text]] type:nomatch text:""><
<div class="open">
<div class="dropdown-menu">
(((
[searchVia[$:/search/text]!is[shadow]sort[title]]
)) <<view title link>> )
</div>
</div>
>>
</div>