Get started with medium-editor CDN

MIT licensed

Medium-Editor is a library for building rich text editors in web applications.

Tags:
  • contenteditable
  • editor
  • medium
  • wysiwyg
  • rich-text

Stable version

Copied!

How to start using medium-editor CDN


<!DOCTYPE html>
<html>
<head>
    <title>Get started with medium-editor CDN - cdnhub.io</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/medium-editor@5.23.3/build/css/medium-editor.min.css">
    <style>
        #editor { border: 1px solid #ccc; height: 300px;}
    </style>
</head>
<body>
    <div id="editor"></div>
    <script src="https://cdn.cdnhub.io/medium-editor/5.23.3/js/medium-editor.min.js"></script>
    <script>
        window.onload = function() {
            var editor = new MediumEditor('editor');
            editor.init();
        };
    </script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions