1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 15:08:46 +00:00
TiddlyWiki5/core/templates/SearchResultTemplate.tid
Jeremy Ruston d0c87c679a Update search templates
Not actually using them at the moment but want to avoid the
SearchPreviewTemplate showing up as a non-system tiddler
2013-03-19 18:16:02 +00:00

23 lines
445 B
Plaintext

title: $:/templates/SearchResultTemplate
{{tw-search-result{
<li>
<<link throughField:title hover:"$:/temp/SearchPreviewDropDownLocation" qualifyHoverTitle:yes><
<<view title text>>
>>
</li>
}}}
<<reveal state:"$:/temp/SearchPreviewDropDownLocation" type:popup position:right qualifyTiddlerTitles:yes><
<div class="tw-tiddler-frame" style="color: black; width: 400px;">
<<tiddler template:$:/templates/SearchPreviewTemplate>>
</div>
>>