Hide indexterm in author view?
Having trouble installing Oxygen? Got a bug to report? Post it all here.
			- 
				eskwayrd
 - Posts: 9
 - Joined: Thu Jan 31, 2013 1:08 am
 
Hide indexterm in author view?
Hi,
While in author view, and editing DocBook documents, setting the tag filtering to "No Tags" does not hide <indexterm> tags. This occurs in 15.1 and 16.1.
Is there a way to hide <indexterm> tags so that they don't interfere with editing the main content?
			
			
									
									
						While in author view, and editing DocBook documents, setting the tag filtering to "No Tags" does not hide <indexterm> tags. This occurs in 15.1 and 16.1.
Is there a way to hide <indexterm> tags so that they don't interfere with editing the main content?
- 
				alex_jitianu
 - Posts: 1018
 - Joined: Wed Nov 16, 2005 11:11 am
 
Re: Hide indexterm in author view?
Post by alex_jitianu »
Hello,
I believe you are referring to the static content that is presented before/after an indexterm element. This content is added in the CSS so all you have to do is edit ${oxygenInstallDir}/frameworks/docbook/css/docbook.css and remove the following two rules:
Best regards,
Alex
			
			
									
									
						I believe you are referring to the static content that is presented before/after an indexterm element. This content is added in the CSS so all you have to do is edit ${oxygenInstallDir}/frameworks/docbook/css/docbook.css and remove the following two rules:
Code: Select all
indexterm:before {
    content: "Indexterm{ ";
    color: gray;
    background-color:inherit;
}
indexterm:after {
    content: "} ";
    color: gray;
    background-color:inherit;
}Alex
			
				Jump to
				
			
		
			
			
	
	- Oxygen XML Editor/Author/Developer
 - ↳ Feature Request
 - ↳ Common Problems
 - ↳ DITA (Editing and Publishing DITA Content)
 - ↳ Artificial Intelligence (AI Positron Assistant add-on)
 - ↳ 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