The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Hey everybody.
Our Arbortext plugin highlights potential errors in the text with color. But this introduces a lot of unwanted "_font" tags into the document view.
We can hide those manually by looking at the document's DCF and adding this:
<ElementDisplay element="_font" fullTagModeDisplay="none" partialTagModeDisplay="none"/>
Please advise if there is a chance to do the same temporarily&safely from the plugin's code?
Looking for some guidance in ACL or Java.
thank you.
ACL:
# display tags
tag_display -full "_font"
# hide tags
tag_display -none "_font"