[tw] Re: Removing the Search button with the YourSearch plugin

2010-09-04 Thread Eli
This worked perfectly. Thanks a lot!

On Aug 31, 10:24 pm, Tobias Beer beertob...@googlemail.com wrote:
 Hi Eli,

 You don't need any zzConfig, css will do.

 1)Open SideBarOptions and wrap search in a class like so...
 {{hideBtn{search}}}

 2)Open your StyleSheet tiddler and add...

 .hideBtn .button{display:none !important;}

 Voilà, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Removing the Search button with the YourSearch plugin

2010-08-31 Thread Eli
Thanks, that saved some space. :)

Still, the outline of the button and it's link remain. Is there a way
to access the search macro itself and remove the button altogether?

On Aug 31, 1:24 am, Måns humam...@gmail.com wrote:
 Hi EliRemoving the Search button 
  I found a few suggestions but they do not work if the YourSearch
  plugin. Can anyone recommend a solution?

 Do you want to remove the text search in front of a searchfield?
 Macro search results in text: search and a searchfield..
 If you simply want to remove the text search you can create a
 tiddler (zzConfigOptions) and tag it with systemConfig.
 Write:
 config.macros.search.label=;
 Save and reload.

 It works with YourSearchPlugin as well.

 Regards Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Removing the Search button with the YourSearch plugin

2010-08-31 Thread Tobias Beer
Hi Eli,

You don't need any zzConfig, css will do.

1)Open SideBarOptions and wrap search in a class like so...
{{hideBtn{search}}}

2)Open your StyleSheet tiddler and add...

.hideBtn .button{display:none !important;}

Voilà, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Removing the Search button with the YourSearch plugin

2010-08-30 Thread Måns
Hi Eli
Removing the Search button 
 I found a few suggestions but they do not work if the YourSearch
 plugin. Can anyone recommend a solution?
Do you want to remove the text search in front of a searchfield?
Macro search results in text: search and a searchfield..
If you simply want to remove the text search you can create a
tiddler (zzConfigOptions) and tag it with systemConfig.
Write:
config.macros.search.label=;
Save and reload.

It works with YourSearchPlugin as well.

Regards Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.