copycut.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <div id="editor">
  2. <h2>About CKEditor&nbsp;5, v0.3.0</h2>
  3. <p>This is the <a href="http://ckeditor.com/blog/Third-Developer-Preview-of-CKEditor-5-Available">third developer preview</a> of <a href="https://ckeditor.com">CKEditor&nbsp;5</a>.</p>
  4. <p>After 2 years of work, building the next generation editor from scratch and closing over 670 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>
  5. <h3>Notes</h3>
  6. <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>
  7. <ul>
  8. <li><strong>only Chrome, Opera and Safari are supported</strong>,</li>
  9. <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>
  10. <li><a href="https://github.com/ckeditor/ckeditor5/issues/342">support for pasting</a> is under development.</li>
  11. </ul>
  12. <p>It has <em>bugs</em> that we are aware of – and that we will be working on in the next few iterations of the project. Stay tuned for some updates soon!</p>
  13. </div>
  14. <h2>Native contentEditable</h2>
  15. <div contenteditable="true" id="native" style="border: solid 2px blue">
  16. <h2>About CKEditor&nbsp;5, v0.3.0</h2>
  17. <p>This is the <a href="http://ckeditor.com/blog/Third-Developer-Preview-of-CKEditor-5-Available">third developer preview</a> of <a href="https://ckeditor.com">CKEditor&nbsp;5</a>.</p>
  18. <p>After 2 years of work, building the next generation editor from scratch and closing over 670 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>
  19. <h3>Notes</h3>
  20. <p><a href="https://ckeditor.com">CKEditor&nbsp;5</a> is <em>under heavy development</em> and this demo is not production-ready software. For example:</p>
  21. <ul>
  22. <li><strong>only Chrome, Opera and Safari are supported</strong>,</li>
  23. <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>
  24. <li><a href="https://github.com/ckeditor/ckeditor5/issues/342">support for pasting</a> is under development.</li>
  25. </ul>
  26. <p>It has <em>bugs</em> that we are aware of – and that we will be working on in the next few iterations of the project. Stay tuned for some updates soon!</p>
  27. </div>