ikiwiki/doc/plugins/camelcase.mdwn

14 lines
470 B
Plaintext
Raw Normal View History

[[!template id=plugin name=camelcase author="[[Joey]]"]]
2007-12-09 02:04:18 +01:00
This plugin makes words in CamelCase be treated as a [[ikiwiki/WikiLink]].
That is to say, any two or more words capitalised and mashed together are
assumed to be the name of some other page on the wiki, and so become a
link.
If this plugin is enabled, this will be a link: SandBox
2006-07-30 00:15:45 +02:00
2012-08-01 21:42:24 +02:00
Use of this plugin is not recommended, particularly on complex wikis with
things like [[aggregate]] in use.
[[!tag type/link]]