Documentation v8.2.4

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

Balloon CKEditor Example

Here's how a balloon CKEditor will look like. Double click anywhere 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.

BalloonEditor
    .create(document.querySelector('#kt_docs_ckeditor_balloon'))
    .then(editor => {
        console.log(editor);
    })
    .catch(error => {
        console.error(error);
    });
<div id="kt_docs_ckeditor_balloon">
    <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>
Preview Get Help Buy Now