Tobias,
Thank you for all of your hard work, the plugin is great! Can you help me with one thing? How do I change the embedded links to open in a new window? I have looked through some of the files, but haven't had any luck.
Thanks,
Casey
Tobias,
Thank you for all of your hard work, the plugin is great! Can you help me with one thing? How do I change the embedded links to open in a new window? I have looked through some of the files, but haven't had any luck.
Thanks,
Casey
Hi,
do open links in new window, you'll need to change the HTML, that is added to a cell by the link helper.
Your link will look like this: <a href="http://www.example.com">text</a>
You need to append a target="_blank" here, so change the HTML to <a href="http://www.example.com" target="_blank">text</a>.
To achieve this for all links that you'll insert in the future, you'll need to change the appropriate code in the admin-script.js file to also add this target code piece. But be warned that these changes would be overwritten when updating the plugin.
I'll try to find a better solution for this though.
Best wishes,
Tobias
You must log in to post.