|
|
@@ -1,12 +1,12 @@
|
|
|
---
|
|
|
category: examples-builds
|
|
|
-order: 40
|
|
|
+order: 30
|
|
|
---
|
|
|
|
|
|
# Document editor
|
|
|
|
|
|
-The editor in this example is a [feature–rich](https://github.com/ckeditor/ckeditor5#core-libraries) build focused on rich text editing experience similar to the native word processors. It works best for creating documents which are usually later printed or exported to PDF files.
|
|
|
+The editor in this example is a feature–rich build focused on rich text editing experience similar to the native word processors. It works best for creating documents which are usually later printed or exported to PDF files.
|
|
|
|
|
|
-See the {@link framework/guides/document-editor tutorial} to learn how to create this kind of an editor (and similar) with a custom UI layout on top of [ckeditor5-editor-decoupled](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-decoupled).
|
|
|
+See the {@link framework/guides/document-editor tutorial} to learn how to create this kind of an editor (and similar) with a custom UI layout on top of {@link module:editor-decoupled/decouplededitor~DecoupledEditor}.
|
|
|
|
|
|
{@snippet examples/document-editor}
|