mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +00:00
![Jeremy Ruston](/assets/img/avatar_default.png)
Not actually using them at the moment but want to avoid the SearchPreviewTemplate showing up as a non-system tiddler
23 lines
445 B
Plaintext
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>
|
|
|
|
>>
|
|
|