mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-06 01:02:17 -08:00
22 lines
432 B
Text
22 lines
432 B
Text
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:SearchPreviewTemplate>>
|
|
|
|
</div>
|
|
|
|
>>
|
|
|