Hi Team,
I have built an application in Appian. In my interface, I make a tab called comments. When a user is giving any link(e.g:- www.google.com) on the comment. it is coming as an plain text. There is no hover or hyperlink on it.
How to keep a hover on a link automatically? Could you please suggest?
Discussion posts and replies are publicly visible
I think using a!safeLink() will be difficult here as you will not be able to identify that will part of the comment has a link so I would suggest try using richTextEditor() as it supports adding hyperlink but in that also, users will explicitly have to add hyperlinks on them. Please remember that is a plugin but developed by Appian itself.