Skip to content
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

Open
powershellpr0mpt opened this issue Dec 23, 2021 · 5 comments
Open

Live Preview doesn't seem to work in Edit mode #9

powershellpr0mpt opened this issue Dec 23, 2021 · 5 comments

Comments

@powershellpr0mpt
Copy link

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.

@reagantrose
Copy link

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.

@warm-july
Copy link

same issue here!

@Skywt2003
Copy link

Same issue T_T

@Skywt2003
Copy link

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.

@reagantrose
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants