From 263cefe2f28f891d155d43d0a49b365c95098fa0 Mon Sep 17 00:00:00 2001 From: Kunal Mandalia Date: Thu, 25 Jul 2024 15:42:36 +0100 Subject: [PATCH] docs: small edits, reword --- example/example-popup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example-popup.html b/example/example-popup.html index b7a41bf9..813aeaf4 100644 --- a/example/example-popup.html +++ b/example/example-popup.html @@ -42,10 +42,10 @@
  • Open source
  • - What does block-styled mean + What does block-style mean

    - In other editors, the workspace is provided by a single contenteditable element in which you can create and modify HTML markup. This resulted in bugs with moving text fragments or scaling images, while page parts are jumping and twitches. Or highlighting big parts of the text in the case when you just want to make few words to be a heading or bold. + In other editors, the workspace is provided by a single contenteditable element in which you can create and modify HTML markup. This results in bugs with moving text fragments or scaling images, while page parts are jumping and twitches. Or highlighting big parts of the text in the case when you just want to make few words to be a heading or bold.

    The Editor.js workspace consists of separate Blocks: paragraphs, headings, images, lists, quotes, etc. Each of them is an independent contenteditable element (or more complex structure) provided by Plugin and united by Editor's Core.