Hello forum,
I created a button and tagged the tiddler with $:/tags/EditorToolbar
:
<$button>
<$action-sendmessage $message="tm-edit-text-operation"
$param="wrap-selection"
prefix="[ext[https://www.homepage.com/"
suffix="]]"
/>
Add Link
</$button>
When I select a text - eg. Test - and click the button, an external link will be generted:
How can the url be suppressed that I only see the link of the text - like ?
Thanks,
Stefan