Documentation v1.0.4

Preview Purchase
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.

Decoupled Document CKEditor Example

Here's how a decoupled document CKEditor will look like.

Quick and simple CKEditor 5 Integration

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

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 typesettingindustry.

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.

DecoupledEditor
    .create(document.querySelector('#kt_docs_ckeditor_document'))
    .then(editor => {
        const toolbarContainer = document.querySelector( '#kt_docs_ckeditor_document_toolbar' );

        toolbarContainer.appendChild( editor.ui.view.toolbar.element );
    })
    .catch(error => {
        console.error(error);
    });
<div id="kt_docs_ckeditor_document">
    <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>
</div>
Learn & Get Inspired

Support at devs.keenthemes.com

Join our developers community to find answer to your question and help others. FAQs
Get Support
Documentation
From guides and how-tos, to live demos and code examples to get started right away.
Plugins & Components
Check out our 300+ in-house components and customized 3rd-party plugins.
Layout Builder
Build your layout, preview it and export the HTML for server side integration.
What's New
Latest features and improvements added with our users feedback in mind.
Buy now