4.12.38
π New Feature
-
Link dialog /
link.deriveUrlFromText: new opt-in option (defaultfalse). When the link dialog is opened for a new link with an empty URL field, the URL is pre-filled from the selected text when it looks like a URL or email β a bare domain getshttps://(example.comβhttps://example.com), an email getsmailto:, an already-schemed URL is kept as is, and plain text is left untouched. Requested in #1248 / #1323. -
CSP
noncesupport: added anonceoption that is applied to every<style>,<script>and<link>element Jodit injects at runtime (plugin styles, CDN scripts for ACE/beautify, downloaded stylesheets). Setting it to the nonce from yourContent-Security-Policyheader lets the editor run under a strictstyle-src/script-srcpolicy without'unsafe-inline'. Requested in #1276.Jodit.make('#editor', { nonce: 'r4nd0m' });