quill-magic-url
Version:
Checks for URLs during typing and pasting and automatically converts them to links.
17 lines (15 loc) • 486 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Quill Magic Url Demo</title>
<script src="https://cdn.quilljs.com/1.3.6/quill.min.js"></script>
<link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
<script src="https://unpkg.com/quill-magic-url@latest/dist/index.js"></script>
</head>
<body>
<h1>Quill Magic Url Demo</h1>
<div id="editor" style="height:300px;overflow:auto"></div>
<script src="script.js"></script>
</body>
</html>