Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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"
