kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Add search previews
rodzic
c58903f865
commit
2b4d1bfd18
|
@ -0,0 +1,6 @@
|
|||
title: SearchPreviewTemplate
|
||||
|
||||
<div class="title">
|
||||
<<view title text>>
|
||||
</div>
|
||||
<<view text wikified>>
|
|
@ -1,3 +1,22 @@
|
|||
title: $:/templates/SearchResultTemplate
|
||||
|
||||
<li><<view title link>></li>
|
||||
{{tw-search-result{
|
||||
<li>
|
||||
|
||||
<<link throughField:title hover:SearchPreviewDropDownLocation qualifyHoverTitle:yes><
|
||||
<<view title text>>
|
||||
>>
|
||||
|
||||
</li>
|
||||
}}}
|
||||
|
||||
<<reveal state:SearchPreviewDropDownLocation type:popup position:right qualifyTiddlerTitles:yes><
|
||||
|
||||
<div class="tw-tiddler-frame" style="color: black; width: 400px;">
|
||||
|
||||
<<tiddler template:SearchPreviewTemplate>>
|
||||
|
||||
</div>
|
||||
|
||||
>>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue