-
Notifications
You must be signed in to change notification settings - Fork 334
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
Suggestion: Option to live preview without fullscreen mode #391
Comments
This should be possible with minimal use of the API. You would just make another empty div and on editor update you update the div contents |
It worked perfectly! Thanks! |
Actually this solution is a hack, right? This solution worked for me, but the preview' style does not work because we are not using the preview iframe anymore. So I have to create a new style for that. So all the documentation about themes does not work for this scenario. |
Well, actually this solution works but it has performance problems when the text is extensive. I will check what is the solution in the fullscreen mode. |
One of the reasons of the bad performance is the following code:
|
Well, actually I was able to solve the performance problems with a debounce strategy during the preview update! |
Is that possible? I believe the fullscreen mode should be independent of the live_preview mode.
We could have fullscreen only for edition, and non-fullscreen with live_preview.
The text was updated successfully, but these errors were encountered: