docs: update content
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Basic text editor
|
||||
# Default text editor
|
||||
|
||||
Did we mention that you have full control over the rendering of the editor? Here is barebones example without any styling, but packed with a whole set of common extensions.
|
||||
|
||||
<demo name="Examples/Basic" />
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Write a book
|
||||
|
||||
This demo has 150 paragraphs and more than 13,000 words, check the performance yourself. The most heavy processing is to check the active state of the buttons for the selection. If you’d like to optimize for that use case, try to limit those checks in your toolbar. But honestly, we think it’s great already, isn’t it?
|
||||
This demo has 150 paragraphs and more than 13,000 words, check the performance yourself.
|
||||
|
||||
Most of the processing is needed to check the active state of the buttons for the selection. If you’d like to optimize for really long texts, try to limit these checks in your toolbar. But honestly, we think it’s great already, isn’t it?
|
||||
|
||||
<demo name="Examples/Book" highlight="" />
|
||||
|
||||
Reference in New Issue
Block a user