/*** |Name|CategorySearchPlugin| |Created by|Wouter Hibma| |Location|http://whitehat-marketer.com/categorysearchplugin| |Version|1.0| |Requires|~TW2.x| !Description: Search in categories !Installation: Copy the contents of this tiddler to your TW, tag with systemConfig, save and reload your TW. !History: *2008-11-20 ver 1.0 !Code ***/ //{{{ config.commands.searchcategories = { text:" «Search on Categories» ", tooltip:"Categories" }; config.commands.searchcategories.handler = function (event,src,title) { story.refreshTiddler(title,null,true); } //}}}