Re: [sword-devel] GlobalOptionFilter=OSISExpandAbbreviations

2025-05-12 Thread David Haslam
Hi DM, I’m assuming that the front-end app would normally show the original text that’s enclosed by the abbr element, but that the expansion would be displayed in place of the abbr text when the UI switch is toggled. The default would always be the former, particularly for apps that had not yet

Re: [sword-devel] GlobalOptionFilter=OSISExpandAbbreviations

2025-05-12 Thread DM Smith
The XSLT for JSword uses the HTML abbr element to display the OSIS abbr element. Most browsers will show the expansion as a tooltip. Are you thinking that this should be a toggle so that the tooltip shows up? Are you thinking that the expansion should be shown with the (ABBR) following? In Him,

[sword-devel] GlobalOptionFilter=OSISExpandAbbreviations

2025-05-12 Thread David Haslam
It would be really cool if the SWORD API could be enhanced to support the expansion of the OSIS element abbr. Example: .xxx. When selected via the enhanced UI in any SWORD front-end app, the expansion value should be displayed in place of the abbreviation. Please would SWORD (& JSword) develop