On Thu, 2004-04-29 at 22:04 +0900, Guillaume Blanchard wrote:
In the same kind of idea, I thought about allow user to customize its toolbar via a page (we can name it [[toolbar:user_name]] or [[user:user_name/toolbar]]). The user just put there the list of link he want to have in the toolbar and then, the software check the existence of this page and choose to load it or otherwise, use default toolbar. The default toolbar should be in the MediaWiki namespace that each community may able to customize it as they wish.
Just override the toolbar stuff from you user js (/monobook.js). Get the div, replace its content with your own version and you're set. You can also attach to any event handlers from your user js- so you could add shortcurts that work in the textarea and similar.
If one of those new scripts work well across browsers, it will most likely make its way into cvs.