Documentation v1.0.2

Preview
CKEditor is Modern JavaScript rich text editor with a modular architecture. Its clean UI and features provide the perfect WYSIWYG UX for creating semantic content.. For more info see the official siteand the Github repository.

Inline CKEditor Example

Here's how an inline CKEditor will look like. Click on the sample content below to trigger CKEditor.

Quick and simple CKEditor 5 Integration

Here goes the Minitial content of the editor. Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
  • List item 1
  • List item 2
  • List item 3
  • List item 4
CKEditor Demo
Here goes the Minitial content of the editor. Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Easy Media Embeds

Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper. Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper.

InlineEditor
    .create(document.querySelector('#kt_docs_ckeditor_inline'))
    .then(editor => {
        console.log(editor);
    })
    .catch(error => {
        console.error(error);
    });
<textarea name="kt_docs_ckeditor_inline" id="kt_docs_ckeditor_inline">
    <h1>Quick and simple CKEditor 5 Integration</h1>
    <p>Here goes the <a href="#">Minitial content of the editor</a>. Lorem Ipsum is simply dummy text of the <em>printing and typesetting</em> industry.</p>
    <blockquote>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</blockquote>
    <ul>
        <li>List item 1</li>
        <li>List item 2</li>
        <li>List item 3</li>
        <li>List item 4</li>
    </ul>
    <figure class="image"><img src="assets/media/stock/600x400/img-1.jpg" alt="CKEditor Demo"/></figure>
    Here goes the <a href="#">Minitial content of the editor</a>. Lorem Ipsum is simply dummy text of the <em>printing and typesetting</em> industry.
    <h1>Easy Media Embeds</h1>
    <figure class="symbol">
        <oembed url="https://www.youtube.com/watch?v=d-pSVf8Xazk"></oembed>
    </figure>
    <p>Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper. Lorem ipsum dolor sit amet,consectetuer edipiscing elit,sed diam nonummy nibh euismod tinciduntut laoreet doloremagna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper.</p>
</textarea>
Preview Get Help Buy Now