tinymce.init({
selector: "#texright",
content_css: "content.css",
plugins: ["save link autolink hr advlist lists searchreplace table contextmenu directionality paste code"],
toolbar1: "bold hr save alignleft aligncenter alignright alignjustify bullist numlist outdent indent link code",
});
Is there a way to make URLs clickable as actual hyperlinks, similar to how it works in notepad++ where a hyperlink is automatically made clickable when pasted or typed?
I have searched through various pages on Stack Overflow, tinymce.com, and other sources looking for a solution but have not been successful.