Ticket #8267 (new enhancement)

Opened 2 years ago

Last modified 1 year ago

Allow CamelCase words to be acronyms

Reported by: rjollos Assigned to: rjollos
Priority: normal Component: AcronymsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Allow CamelCase words to be acronyms. The following example demonstrates that this is currently not supported:

||MyPage||My Page || mypage || ||

MyPage is a link to MyPage, not mypage, and does not show My Page on hover-over.

Attachments

Change History

12/05/10 17:28:46 changed by rjollos

As best I can tell, the CamelCase formatting over-rides the Acronym formatting. This appears to be an issue that is internal to Trac, and there may not be a way to change it. Down the road, I'll be able to investigate further as I study the Trac source code more.

07/02/11 02:29:41 changed by hasienda

If we'd switch from using IWikiSyntaxProvider to ITemplateStreamFilter, this should be possible.

But this is kind of magic operations on Genshi streams for me, and there are some limitation inherited by the HTML syntax. So i.e. AFAIK it's impossible to add a hovering title only to part of a link label.


Add/Change #8267 (Allow CamelCase words to be acronyms)




Change Properties
Action