Highlighting text, and clicking on the link option via the toolbar is nice and straightforward way to add links. However, it doesn’t give you the option to make those links “no flollow”, only to make them open in a new window, et cetera.
The link component gives you this option, but I find it both time-consuming and fiddly, especially when you have lots of external links to add.
Other software programs I’ve used, such as WordPress gives you a tick box, to enable the option. It would be nice if this was present in Bootstrap Studio.
Normally, your internal links start with /, followed by the page name (e.g., /index.html), unless you manually specify the protocol and hostname in your internal links
(e.g., https://example.com/index.html).
If you manually add https to your internal links, you can open external links in a new tab and modify the script to select all links with target="_blank" instead of filtering by http.
If you select your internal links from the options panel, the original script will not select internal links.
I can see a case for title and aria-label but the rest seems like too much duplication with the attributes panel and users should use Link component instead.