If I’m doing a business process diagram and want to suggest that a user might, for example, browse to http://MyExample.com (← like that) the interface automatically converts it to a hyperlink so if my poor audience members click on it accidentally, they’re locked up for 90 seconds waiting for their browser to time out.
Then there’s no clear way to remove the hyperlink or otherwise prevent the behavior.
Hi JohnKNC,
until Miro decides to add a breakHyperlink button to the editor, what you can do is surround every slash and dot – and semicolon for good measure – with zero width spaces.
- without extra zero width spaces: http://MyExample.com
- with zero-width spaces: http://MyExample.com
For the reference, here’s where I added invisible spaces
<U+200B>http<U+200B>:<U+200B>/<U+200B>/<U+200B>MyExample<U+200B>.<U+200B>com<U+200B>
Hope you can patch it like this for the time being.
Best,
Darki