-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Live Preview doesn't seem to work in Edit mode #9
Comments
Same issue. Seems like it will work briefly if I disable then enable the Notation theme, but as soon as I open a new note I can't see any of the content while in Live Edit mode. |
same issue here! |
Same issue T_T |
I found a temporary solution: comment the 730-732 lines in css: /* .workspace-leaf-content[data-type=markdown] .view-content {
height: auto;
} */ and everything will be fine again. |
Thanks for this! Worked like a charm. |
Had a huge shock this morning when I was presented with the option for Live Edit mode and I enabled the option.
All my notes were now empty, except for the title.
When switching to Preview mode everything was fine again, content was not lost.
Confirmed through VSCode, nothing was lost.
Switching to default theme [or another theme] showed everything as expected, switching back to Notation gave the same issue again.
The text was updated successfully, but these errors were encountered: