Title | An option to ignore implicit references ReferredPagesPlugin |
Date | 07-Mar-2006 16:24:32 EET |
JSPWiki version | 2.2.33 |
Submitter | 63.205.61.22 |
Idea Category | PluginIdea |
Reference | no public url |
Idea Status | NewIdea |
It would be great to have an option to ReferredPagesPlugin to ignore implicit references. An implicit reference is one that is not explicitly blocked by the wiki markup -- it is one that wiki automatically blocks because it's in WikiCase. For example [ClearCase] is an explicit reference, ClearCase is an implicit reference.
This would be useful in our case because we have something like 310 pages that reference the word "ClearCase", which is a page in our wiki. But only 9 or 10 of those references are explicit. The rest come from meeting logs, etc.. It would be great to only list the explicit references, while maintaining the implicit references ability to jump to the ClearCase page.
I would think the ReferenceManager would have to know the difference. I don't know if it already does or not.
Hmmm... Difficult. The thing is that for JSPWiki, both are explicit references; they are just two ways of writing the same link. You probably want to turn camelcase off in jspwiki.properties.