Skip to content

Instantly share code, notes, and snippets.

@kulamochi
Last active November 4, 2022 07:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kulamochi/80b67e23ad78f589d8f5083ffd604281 to your computer and use it in GitHub Desktop.
Save kulamochi/80b67e23ad78f589d8f5083ffd604281 to your computer and use it in GitHub Desktop.
CKEditor CDN setup
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CKEditor</title>
<script src="//cdn.ckeditor.com/4.5.9/standard/ckeditor.js"></script>
</head>
<body>
<textarea name="editor" class="ckeditor"></textarea>
<script>
CKEDITOR.replace( 'editor' );
</script>
</body>
</html>
@TranMinhTien271202
Copy link

đâ

@pmsingh
Copy link

pmsingh commented Nov 4, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment