-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read-only mode #492
Comments
Besides, we wanted to resign from having a negated "readOnly" and instead have "isEditable". I think we already have it somewhere in the code. So, we should make the final decision and clean this up.
This we need to see live. Our first step is to disable features, so disable ability to change the content. But then we need to figure out what to do with the selection. Do we want to turn of |
|
I love the typo :D Makes this word so cool :D |
Fixed :D |
I would keep |
In this case I am also for |
Back to the naming... shouldn't it be
https://github.com/ckeditor/ckeditor5-design/wiki/Code-Style-Naming-Guidelines |
|
One of the requirements is:
From @fredck.
https://github.com/ckeditor/ckeditor5-image/issues/123#issuecomment-313639614 |
Feature: Introduced `Editor#isReadOnly` property which disables all commands and prevents from modifying the document. Closes #96. Closes ckeditor/ckeditor5#492.
While refactoring commands API (https://github.com/ckeditor/ckeditor5-core/issues/88) we talked about the read-only mode.
Recently, we also talked about it more, F2F with @Reinmar and @oskarwrobel.
We decided that:
editor.readonly
, so all features can observe it,The text was updated successfully, but these errors were encountered: