Notation-for-Obsidian icon indicating copy to clipboard operation
Notation-for-Obsidian copied to clipboard

Live Preview doesn't seem to work in Edit mode

Open powershellpr0mpt opened this issue 2 years ago • 5 comments

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.

powershellpr0mpt avatar Dec 23 '21 09:12 powershellpr0mpt

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.

reagantrose avatar Dec 24 '21 20:12 reagantrose

same issue here!

warm-july avatar Mar 21 '22 03:03 warm-july

Same issue T_T

Skywt2003 avatar Apr 05 '22 07:04 Skywt2003

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.

Skywt2003 avatar Apr 05 '22 08:04 Skywt2003

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.

reagantrose avatar Apr 07 '22 20:04 reagantrose