Skip to content

Commit

Permalink
Tell users they can enable fancy results by installing sparkl
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Oct 13, 2018
1 parent ad23357 commit 1b7f153
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions demo/Introduction.tid
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ To install, drag and drop these plugins into your wiki:
</$set>
</$list>

Optionally, if you want the plugin to display a fancy bar next to each search result indicating how closely it matched the search, install Tobias' sparkl plugin:

<$list filter="$:/plugins/tobibeer/sparkl">
<$set name="plugin-type" value={{!!plugin-type}}>
<$set name="default-popup-state" value="no">
<$set name="qualified-state" value=<<qualify "$:/state/plugin-info">>>
{{||$:/core/ui/Components/plugin-info}}
</$set>
</$set>
</$set>
</$list>


! Using FTS machinery in your own ~TiddlyWiki creations

This plugin provides a filter operator named `ftsearch` which you can use in conjunction with other filter operators; it works exactly like ~TiddlyWiki's `search` operator, only you can't specify which field to search on - it always searches on title, tags, and text.
Expand Down

0 comments on commit 1b7f153

Please sign in to comment.