Ideas for Enhancement to SWDWiki#
AbstractPlugin#
- Add "show source" parameter, to have plugins show their wiki markup as well as their normal output. This will be useful for documenting plugins (only have to put the markup in once instead of twice...)
New Plugins#
- ImageMapPlugin - Enhance the ImagePlugin to allow definition of clickable areas via markup in the body of the plugin.
- WebWidget - a plugin which uses Velocity templates instead of StringBuilders, and enables embedding new widgets without writing any Java code at all. The template will contain variables, the variables will automatically be mapped to plugin parameters so they can be set in the usual JSPWiki way.
New Editors#
- Bespin - Create Wiki syntax plugin for Bespin, figure out how to use Bespin within JSPWiki.
WikiEngine#
- Implement API for remote access to modify/create pages (or just create a REST view layer and be done with it...)
Eliminate Ugly URLs and Modal Views#
- Implement REST view layer
- REST URLs should allow to get HTML or source of page.
Entity | Example URL |
---|---|
page | http://mywiki.com/page/TheBigBang |
page, version | http://mywiki.com/page/TheBigBang/113 |
page, attachment | http://mywiki.com/page/TheBigBang/bigbang.png |
page, attachment, version | http://mywiki.com/page/TheBigBang/bigbang.png/4 |
page, as wiki text source | http://mywiki.com/src/TheBigBang |
page, source, version | http://mywiki.com/src/TheBigBang/113 |
Related ideas#
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This particular version was published on 17-Jan-2011 20:25 by scott.