saved searches

2 views
Skip to first unread message

Imran

unread,
Sep 30, 2006, 9:05:16 PM9/30/06
to TiddlyWiki
Hi,
i'm trying to get the left menu, instead of having links to
tiddlers, enable a search on that term when clicked, similar to gmail's
saved searches. any idea how to do this?

thanks
Imran

Ken Girard

unread,
Sep 30, 2006, 10:32:21 PM9/30/06
to TiddlyWiki
Well, if the things you are trying to search are tags you could use the
internal tag popup macro: <<tag commands> > will popup a list of all
tiddler tagged 'commands'.
The only other thing I can think of is to do a search and then click on
permaview and then save the resualting URL.

Ken Girard

Eric Shulman

unread,
Oct 1, 2006, 12:22:44 AM10/1/06
to TiddlyWiki
> i'm trying to get the left menu, instead of having links to
> tiddlers, enable a search on that term when clicked, similar to gmail's

using TW core HTML:

<html><a href="javascript:;" onclick="story.search('Foo');return
false;">Find Foo</a></html>

or, using http://www.TiddlyTools.com/#InlineJavascriptPlugin

<script label="Find Foo">story.search('Foo');</script>

HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

Reply all
Reply to author
Forward
0 new messages