-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: option editor
to disable built-in editor
#1059
Conversation
It's intentional. The "Dev" more is intended to be used for the author themselves, and should not expose to the audience directly. Generally, it's recommended to use a built SPA for the audience. I think it would be great to:
|
Yes, that is true. There is #889 which describes issue with the SPA, where you can have no presenter mode or unprotected presenter mode. So instead @nejci is using password protected presenter mode in dev mode allowing outside world to use code mirror.
Sounds great. I will take a look on that. There is also third option, implementing password protection for presenter mode in SPA. What do you think about it @antfu ? |
e944375
to
cd40f39
Compare
I don't mind having it. Tho maybe we need to make clear that it only visually blocks the view, but does not prevent malware actions. /cc @tonai in case you have any other opinions |
Thanks, that might be for another PR.
|
When you use static build, the presenter mode is not synced with other clients, so the need for a password is not obvious. |
Okay, that is probably the missing piece of information for users. Documentation doesn't mention that so it might be why presenter with password in dev is used. Is there anything else that needs to be done in this PR? |
17b857d
to
eeb282b
Compare
proposed by user 15921483570 in linked issue Closes slidevjs#1048
a4b0445
to
e6d57ca
Compare
codeEditor
to disable built-in editor
codeEditor
to disable built-in editoreditor
to disable built-in editor
proposed by user @15921483570 in linked issue
Closes #1048