Community Tip - You can change your system assigned username to something more personal in your community settings. X
How do you remove unwanted span tags from rich content? Somehow tags were added which is defining the text as black and this is causing issues elsewhere. Normally the font color isn't defined.
Hi Nolin,
for my Client I have created a "remove unwanted tags" tool for Headings in an Integrity document.
This seems to be similar to what you want.
Shall I send you a brief overview of what it does exactly, and how to implement?
kr.
Volker
Volker,
That could be good. Does the tool clear out all tags in the rich text in a specific cell or are you able to highlight text and tell it to clear out tags related to that?
Thanks,
Nolin
Nolin/Volker,
Is this something you can share here? I'm sure there are others who might be interested in this.
Sure,
it's available from here:
https://github.com/VEckardt/IntegrityFormatHeaders
Questions welcome!
Hi Volker
Thank you very much for sharing!! I'm getting the following error:
1/30/19 2:52 PM -- GENERAL(0): Logger initialized...
1/30/19 2:52 PM -- DEBUG(10): Loggin in with default user veckardt@integrityserver:7001
1/30/19 2:52 PM -- DEBUG(10): Creating local Integration Point ...
1/30/19 2:52 PM -- DEBUG(10): Testing Connection ...
1/30/19 2:52 PM -- ERROR(10): Error connecting to integrityserver:7001: The IP address of the host could not be determined
1/30/19 2:52 PM -- GENERAL(0): com.mks.api.response.ApplicationConnectionException: Error connecting to integrityserver:7001: The IP address of the host could not be determined
1/30/19 2:52 PM -- DEBUG(10): Command [ im issues --fields=Summary,Type --includeVersionedItems -- 19708 ] at integrityserver:7001
1/30/19 2:52 PM -- DEBUG(10): Error connecting to integrityserver:7001: The IP address of the host could not be determined (common.ConnectionFailed)[33ms]
1/30/19 2:52 PM -- ERROR(1): com.mks.api.response.ApplicationConnectionException: Error connecting to integrityserver:7001: The IP address of the host could not be determined
1/30/19 3:31 PM -- GENERAL(0): Logger initialized...
1/30/19 3:31 PM -- DEBUG(10): Loggin in with default user veckardt@integrityserver:7001
1/30/19 3:31 PM -- DEBUG(10): Creating local Integration Point ...
1/30/19 3:31 PM -- DEBUG(10): Testing Connection ...
1/30/19 3:31 PM -- ERROR(10): Error connecting to integrityserver:7001: The IP address of the host could not be determined
1/30/19 3:31 PM -- GENERAL(0): com.mks.api.response.ApplicationConnectionException: Error connecting to integrityserver:7001: The IP address of the host could not be determined
1/30/19 3:31 PM -- DEBUG(10): Command [ im issues --fields=Summary,Type --includeVersionedItems -- 19708 ] at integrityserver:7001
1/30/19 3:31 PM -- DEBUG(10): Error connecting to integrityserver:7001: The IP address of the host could not be determined (common.ConnectionFailed)[31ms]
1/30/19 3:31 PM -- ERROR(1): com.mks.api.response.ApplicationConnectionException: Error connecting to integrityserver:7001: The IP address of the host could not be determined
Where can I change the login parameter?
Thank you
Danilo