Ideas for Arc XP

Enhance handling of Invalid href Attributes in HTML Tags

Let's say we send a story to Draft API with a link like the following in the body:


...
{
...
"content": "Reference to <a href=\"other targets\">;other targets</a>",
"type": "text"
}
...


Then we go to composer and see the story, the editor interprets the link but completes the URL under the domain of the corresponding organization: `
"https://stagingva.arcpublishing.com/composer/other%20targets"`
Causing the warning "you entered a URL that requires authentication" message.

Since the link is originally invalid, auto transforming to a full url can lead to broken/non-functional links.

A toggle switch to turn on/off this "auto transforming" feature could help.


  • Guest
  • Dec 18 2023
  • Needs more information
  • Attach files