8
0
Quellcode durchsuchen

Docs: Added five screenshots. [skip ci]

Wiktor Walc vor 8 Jahren
Ursprung
Commit
92b38933eb

BIN
docs/assets/img/editor-balloon-toolbar.png


BIN
docs/assets/img/editor-classic.png


BIN
docs/assets/img/editor-inline.png


BIN
docs/assets/img/feature-link.png


BIN
docs/assets/img/feature-toolbar.png


+ 9 - 3
docs/builds/guides/overview.md

@@ -24,19 +24,25 @@ In CKEditor 5 the concept of the "boxed" editor was reinvented:
  * The editor content is now placed inline in the page (without surrounding `<iframe>` element) — it is now much easier to style it.
  * The editor now grows automatically with the content by default.
 
-[ TODO: Classic editor screenshot or sample ]
+{@img assets/img/editor-classic.png 772 Screenshot of a classic editor.}
+
+To try it out, check the {@link examples/builds/classic-editor classic editor example}.
 
 ### Inline editor
 
 The edited content remains a part of the page, with a floating toolbar attached:
 
-[ TODO: Inline editor screenshot ]
+{@img assets/img/editor-inline.png 774 Screenshot of an inline editor.}
+
+To try it out, check the {@link examples/builds/inline-editor inline editor example}.
 
 ### Editor with balloon toolbar
 
 The edited content remains a part of the page (like in the inline editor). The toolbar appears in a balloon next to the selection (when the selection is not empty):
 
-[ TODO: Ballon toolbar editor screenshot ]
+{@img assets/img/editor-balloon-toolbar.png 779 Screenshot of a baloon toolbar editor.}
+
+To try it out, check the {@link examples/builds/balloon-toolbar-editor balloon toolbar editor example}.
 
 ## How builds are designed
 

+ 2 - 2
docs/builds/guides/whats-new.md

@@ -30,7 +30,7 @@ The outdated concept of image "alignment" was dropped in favor of {@link feature
 
 No more complex dialogs for links.
 
-[ TODO Screenshot of a link with the edit balloon on it ]
+{@img assets/img/feature-link.png 503 Simplified link dialog.}
 
 ### Autoformatting
 
@@ -62,7 +62,7 @@ We feel that in previous editor versions we had way too many features and config
 
 In CKEditor 5 misleading formatting tools were removed, dialogs were stripped out or simplified in favor of well designed features that require no configuration.
 
-[ TODO Screenshot of the toolbar ]
+{@img assets/img/feature-toolbar.png 610 Simplified toolbar with features designed for writing quality content.}
 
 ## Lightweight