The Note plugin allows you to insert a note on a page. The note is visible as a popup when you hover the mouse on top of it.
Parameters#
The body of the plugin appears as the note text. The note text is treated as plain text, so no WikiMarkup or HTML.
Example#
[{Note Hi, I'm a note!}] would show up like this:
.
JSPWiki.properties parameters#
- notePlugin.imageName - The name of the image to be used as the note image. Default is "note.png". The image is searched from the images-subdirectory of the current template directory, and after that the default template.
Back to JSPWikiPlugins