ckeditor-cjs-version.html 1.9 KB

123456789101112131415161718192021222324252627
  1. <div id="editor">
  2. <h2>About CKEditor&nbsp;5</h2>
  3. <p>This is <a href="https://ckeditor.com">CKEditor&nbsp;5</a>.</p>
  4. <figure class="image">
  5. <img src="./sample.jpg" alt="Autumn fields" />
  6. </figure>
  7. <p>After more than 2 years of building the next generation editor from scratch and closing over 980 tickets, we created a highly <strong>extensible and flexible architecture</strong> which consists of an <strong>amazing editing framework</strong> and <strong>editing solutions</strong> that will be built on top of it.</p>
  8. <p>We explained this design choice in <a href="https://medium.com/content-uneditable/ckeditor-5-the-future-of-rich-text-editing-2b9300f9df2c">&ldquo;CKEditor 5: The future of rich text editing&ldquo;</a>:</p>
  9. <blockquote><p>(…) we are changing our approach with CKEditor 5. We will no longer have only two solutions available, instead CKEditor will be seen as a framework for editing solutions. At the same time, we will be developing several out-of-the-box solutions based on it, which will be available to use in many different contexts. It will be a real “one size fits all” approach, from little requirements, to super advanced full featured applications.</p></blockquote>
  10. <h3>Notes</h3>
  11. <p><a href="https://ckeditor.com">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo is not production-ready software. For example:</p>
  12. <ul>
  13. <li><strong>Only Chrome, Opera and Safari are supported</strong>.</li>
  14. <li>Firefox requires enabling the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onselectionchange">&ldquo;dom.select_events.enabled&rdquo;</a> option.</li>
  15. <li><a href="https://github.com/ckeditor/ckeditor5/issues/342">Support for pasting</a> is under development (content filtering is unstable).</li>
  16. </ul>
  17. <p>It has <em>bugs</em> that we are aware of &mdash; and that we will be working on in the next few iterations of the project. Stay tuned for some updates soon!</p>
  18. </div>