1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-20 20:32:18 +00:00

Update search templates

Not actually using them at the moment but want to avoid the
SearchPreviewTemplate showing up as a non-system tiddler
This commit is contained in:
Jeremy Ruston
2013-03-19 18:16:02 +00:00
parent cbbc9d5879
commit d0c87c679a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
title: SearchPreviewTemplate
title: $:/templates/SearchPreviewTemplate
<div class="title">
<<view title text>>
+1 -1
View File
@@ -14,7 +14,7 @@ title: $:/templates/SearchResultTemplate
<div class="tw-tiddler-frame" style="color: black; width: 400px;">
<<tiddler template:SearchPreviewTemplate>>
<<tiddler template:$:/templates/SearchPreviewTemplate>>
</div>