Modify ↓
Opened 15 years ago
Last modified 6 years ago
#8267 new enhancement
Allow CamelCase words to be acronyms
| Reported by: | Ryan J Ollos | Owned by: | |
|---|---|---|---|
| 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 (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
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.
comment:3 Changed 6 years ago by
| Owner: | Ryan J Ollos deleted |
|---|
Note: See
TracTickets for help on using
tickets.



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.