On Oct 21, 7:02 am, Matt <[EMAIL PROTECTED]> wrote:
> Is there a way, when you search, to have the tiddlers not expand when
> you type something in the search box? For example, if I type in
> "blackboard" in the search box, then the search will come up with
Try this plugin:
http://www.TiddlyTools.com/#SearchOptionsPlugin
it adds a number of extra options to the core's search
functionality. One of these options is "show list of matches", which
replaces the default 'display the matching tiddlers' behavior that
observed, and instead displays a summary list of links to matching
tiddlers (as well as a 'seach again' input form).
The SearchOptionsPlugin also adds the ability to selectively search in
titles, text, tags, fields, or shadows, as well as sort results by
date (most recent first), adjust the timing/keystrokes needed to
trigger automatic key-by-key searching, and prevent selected tiddlers
from being searched by specifying a *list* of tags (extends the core's
'excludeSearch' tag functionality).
SearchOptionsPlugin also provides a new 'search link' syntax:
[search[text to show|keywords...]]
As with the standard TW 'PrettyLink' syntax (e.g., [[text|
TiddlerName]]), this syntax embeds a link using the indicated 'text to
show'. However, rather than opening a tiddler, clicking this link
automatically invokes a search, using the specified keyword(s).
Lastly, SearchOptionsPlugin also extends the <<search>> macro so that,
in addition to the regular macro output (which embeds an input field
for entering search terms directy in your tiddler content), you can
now write:
<<search "keyword" report>>
to embed a 'search results' list in your own tiddler output. Or, you
can write:
<<search "keyword" "headingtext" "itemseparator">>
to generate a list using your own preferred formatting, like this:
<<search "testing" "Matching tiddlers:\n*" "\n*">>
which outputs bullet-items preceded by a line containing the indicated
heading text, "Matching tiddlers:"
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---