> I recently started using tiddlywiki for jotting down my thoughts and I
> felt a need for something that would automatically wikify words in the
> body of a tiddler even if they are not wikiwords and on clicking them,
If you enclose non-wikiword content in [[...]], it will force it to
create a TiddlyLink.
> it would take us to search result with all those tiddlers which has
> same tag or tittle includes that word.
A TiddlyLink simply opens the indicated tiddler for display. What you
want is to create an 'automatic search link' that, instead of opening
the tiddler, submits a search using the enclosed text, and generates
the results into a tiddler.
Unfortunately, the TW core search feature does not generate a list of
matching tiddlers. Rather, it *displays* all matching tiddlers (after
closing any open tiddlers).
Fortunately, there is a TiddlyTools plugin:
http://www.TiddlyTools.com/#SearchOptionsPlugin
which can automatically generate a "list of results" into a tiddler
called [[SearchResults].
However, this feature is invoked via the regular search input field
(usually displayed in the sidebar). Even so, I think that the idea of
a SearchLink syntax would be very useful, and I am going to work on an
addition to SearchOptionsPlugin that would to provide a new
'formatter' to recognize and process a syntax such as:
[search[text]]
which would create linked text that, when clicked, would invoke the
plugin-defined [[SearchResults]] tiddler generation feature.
I'll post a followup announcement when it's available (perhaps in a
few days or maybe next week...)
-e
Eric Shulman
TiddlyTools / ELS Design Studios
>
> Is it possible???