Skip to main content

CDN Installation

Load Editor42 from a CDN for the fastest setup with no downloads required.

Quick Start

Add the following script tag to your HTML:

<script src="https://cdn.editor42.com/editor42/latest/editor42.min.js"></script>

<textarea id="my-editor"></textarea>

<script>
editor42.init({
selector: '#my-editor'
});
</script>

Advantages

  • No files to host or maintain
  • Fast setup — one script tag, no build step
  • Automatic updates — always get the latest security and bug-fix release