copycut.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <head>
  2. <link rel="stylesheet" href="/theme/ckeditor.css">
  3. </head>
  4. <div id="editor">
  5. <h2>About CKEditor&nbsp;5, v0.3.0</h2>
  6. <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://ckeditor5.github.io">CKEditor&nbsp;5</a>.</p>
  7. <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>
  8. <h3>Notes</h3>
  9. <p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <em>under heavy development</em> and this demo is not production-ready software. For example:</p>
  10. <ul>
  11. <li><strong>only Chrome, Opera and Safari are supported</strong>,</li>
  12. <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>
  13. <li><a href="https://github.com/ckeditor/ckeditor5/issues/342">support for pasting</a> is under development.</li>
  14. </ul>
  15. <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>
  16. </div>
  17. <h2>Native contentEditable</h2>
  18. <div contenteditable="true" id="native" style="border: solid 2px blue">
  19. <h2>About CKEditor&nbsp;5, v0.3.0</h2>
  20. <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://ckeditor5.github.io">CKEditor&nbsp;5</a>.</p>
  21. <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>
  22. <h3>Notes</h3>
  23. <p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <em>under heavy development</em> and this demo is not production-ready software. For example:</p>
  24. <ul>
  25. <li><strong>only Chrome, Opera and Safari are supported</strong>,</li>
  26. <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>
  27. <li><a href="https://github.com/ckeditor/ckeditor5/issues/342">support for pasting</a> is under development.</li>
  28. </ul>
  29. <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>
  30. </div>