Put this editor on your site

One script tag drops the same editor into any site. Everything works without a key, and a license key removes the watermark.

1. Paste the script

Paste the code below into your page and you are done. A single 82KB file with no dependencies.

2. Issue a key

Plus subscribers issue per-domain license keys right on this page.

3. Remove the watermark

Add the licenseKey and the editor runs watermark-free on registered domains.

Install code

Options and API docs
<div id="typdit-editor"></div>
<script src="https://typdit.com/embed/v1.js"></script>
<script>
  Typdit.create(document.getElementById('typdit-editor'), {
    licenseKey: 'YOUR_KEY',
  });
</script>

My license keys

Loading…