You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, a client is wanting us to change the link functionality to be able to select the link target.
I found this old issue which shows examples of extending links: #203
But the latest version just uses a default javascript prompt for the URL input. Do you have any examples of extending this into a modal to give extra options? Or any pointers where to start?
thanks
Daryl.
The text was updated successfully, but these errors were encountered:
@bigclumsyoaf late reply, but wanted to close this up with an answer.
We use scribe as an text editing interface, which uses the scribe-plugin-link-prompt-command to provide the interface to enter the link text that you are wanting to extend.
In order to do this you'll want to modify the functionality of the following module to allow entry of a target as well as a link.
Hi, a client is wanting us to change the link functionality to be able to select the link target.
I found this old issue which shows examples of extending links:
#203
But the latest version just uses a default javascript prompt for the URL input. Do you have any examples of extending this into a modal to give extra options? Or any pointers where to start?
thanks
Daryl.
The text was updated successfully, but these errors were encountered: