1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Adding temporary UI for testing search

This commit is contained in:
Jeremy Ruston 2012-10-16 23:08:28 +01:00
parent 5ef77ae3dd
commit abd2693352
3 changed files with 24 additions and 0 deletions

2
core/wiki/search.tid Normal file
View File

@ -0,0 +1,2 @@
title: $:/search/text

View File

@ -0,0 +1,21 @@
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">
(((
[tag[docs]sort[title]]
)) <<view title link>> )
</div>
</div>
>>
</div>

View File

@ -4,3 +4,4 @@ HelloThere
Introduction
Improvements
Docs
Search