From d9c118dbf1753abcbf081f532aecfe8cb6ce7de7 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 26 Jul 2006 21:54:44 +0000 Subject: * Run page through any relevant filters when generating a page preview. * Noticed a bug in the wikitext markup plugin -- it made CamelCase links the default throughout the wiki, not only on wikitext pages. Decided to call this a feature, and split the camelcase support out into a separate plugin that is independant of wikitext. --- doc/plugins/camelcase.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/plugins/camelcase.mdwn (limited to 'doc/plugins/camelcase.mdwn') diff --git a/doc/plugins/camelcase.mdwn b/doc/plugins/camelcase.mdwn new file mode 100644 index 000000000..134460932 --- /dev/null +++ b/doc/plugins/camelcase.mdwn @@ -0,0 +1,7 @@ +This plugin makes words in CamelCase be treated as [[WikiLinks]]. 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. + +This plugin is included in ikiwiki, but is not enabled by default. + +If this plugin is enabled, here is a link: SandBox -- cgit v1.2.3