Highlight specific characters in OWA
Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
-
- Posts: 98
- Joined: Tue Mar 06, 2018 2:07 pm
- Contact:
Highlight specific characters in OWA
Hello all,
I'd like to create a new feature for content proofreaders: highlight specific spaces used in textual content.
Let's take the case of non-breaking spaces.
If I use the   entity in my content, I can highlight it using the following CSS:
But sometimes editors don't use the entity but the non-breaking space character directly.
In this case, CSS doesn't work.
Is there a way in Oxygen Web Author to highlight specific characters?
Thanks a lot for your help.
Regards,
Nicolas
I'd like to create a new feature for content proofreaders: highlight specific spaces used in textual content.
Let's take the case of non-breaking spaces.
If I use the   entity in my content, I can highlight it using the following CSS:
Code: Select all
oxy|entity[name='#160']
{
background-color: blue !important;
}
In this case, CSS doesn't work.
Is there a way in Oxygen Web Author to highlight specific characters?
Thanks a lot for your help.
Regards,
Nicolas
Nicolas Delobel
AmeXio
nicolas.delobel at amexiogroup.com
AmeXio
nicolas.delobel at amexiogroup.com
-
- Site Admin
- Posts: 233
- Joined: Wed Aug 30, 2023 2:33 pm
Re: Highlight specific characters in OWA
Hello,
We have recorded an internal issue (WA-7665) regarding this aspect, it will be checked, and once it is resolved, you will be notified.
As a workaround, you can use this plugin [1] and add the following rule to the file web/static/style.css:
.oxy-document div[data-reference="true"][data-role="entity"][data-ent="#160"] {
background-color: green;
}
[1] https://github.com/oxygenxml/web-author ... i-with-css
Best,
Cosmin
We have recorded an internal issue (WA-7665) regarding this aspect, it will be checked, and once it is resolved, you will be notified.
As a workaround, you can use this plugin [1] and add the following rule to the file web/static/style.css:
.oxy-document div[data-reference="true"][data-role="entity"][data-ent="#160"] {
background-color: green;
}
[1] https://github.com/oxygenxml/web-author ... i-with-css
Best,
Cosmin
Cosmin Eftenie
www.oxygenxml.com
www.oxygenxml.com
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service