User:Odie5533/SnipManager
Appearance
SnipManager | |
---|---|
![]() | |
Developer(s) | User:Odie5533 |
Stable release | April 4, 2009
|
Written in | JavaScript |
Platform | Cross-platform |
SnipManager is a script which adds a toolbar to the top of the edit box for holding complex signatures, templates, or other pieces of text. It is compatible with wikiEd (and TW/HW).
Features
- Customizable menu (smMenus)
- Customizable forms (smCustomForms)
- Customizable form display (smColumns & smTextWidth)
- Form tooltips support
- Default value support (using either 'default':'default value here' or 'defeval' which supports javascript functions like getting the date)
- Multiple forms open at once
- Prepend and append support (for adding <ref> tags)
- Drop-down menus
Installation
Open your monobook.js page and add the following to it:
importScript('User:Odie5533/SnipManager.user.js');
If you use Greasemonkey, just click here.
Configuration
SnipManager supports customization by editing your monobook.js page. Read through the first part of the script to see a list of all the variables you can configure. Here's a quick example. Add the following to your monobook.js:
smConfig = {};
smConfig.smColumns = 3;
smConfig.smSingleForm = false;
This will change the default two-column form display to three columns and allow you to have more than one form open at once.
For more customization, an example of a custom configuration can be found at my Halopedia js page, here.