HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

Presentation mode only display title in Markdown Cell Type #263

Open jiyee opened 8 years ago

jiyee commented 8 years ago

And 2nd tutorial note 《2 - Cell Types》 only display content until Code Cell section.

ylian commented 8 years ago

Weird. There seems to be a timing issue. I got a similar report for PDF export and that user said restarting the app fixed it.

jiyee commented 8 years ago

When I restart Quiver app, it all works well.

This is first time I start Quiver. Before I test presentation, I have changed the theme and other settings. I wonder if it affects.

ylian commented 8 years ago

Might. There seems to be an edge case that triggered some kind of JavaScript error. If you find a way to reproduce this, let me know. I will dig into it myself.

jiyee commented 8 years ago

I can't reproduce this bug.. so sad. or if I can export error call stack ?

ylian commented 8 years ago

It's a JavaScript error (the preview is in a webview). So after restarting the app, the error is gone. No worries. I will figure out a way to reproduce this. Have got 3 reports already, so there is definitely a bug.

jkjelsbak commented 8 years ago

Two issues with 'Presentation View' which went away after restart:

  1. Code Cell with three line of plain text did not render when the Language was set to 'Plain Text' plus a long list of other settings, but it did render when set to 'Javascript' (strange colors)
  2. Presentation View navigation stops after a Markdown Cell with links to attributes later in the document. E.g. [Google][] ---- [Google]: https://google.com
brandenbyers commented 7 years ago

I also reproduced this same bug when looking at the 2nd tutorial in Presentation mode, but it only appeared in some of the themes. When I added new themes, some of them would only display a limited amount of the text in Presentation mode, but switching back to the other themes made this issue disappear. I thought it might be a theme issue. But relaunching the app fixed all themes.