Paul-Elliot Anglès d'Auriac
Paul-Elliot Anglès d'Auriac
Thanks for all the suggestions! I've several things in my todo list that goes along what you say: - Add a "css framerwork" that will make it easier to do...
Yes, I will make the manual zooming be synchronized between the two presentations, but there will always be some non-synced things: eg you start a video by clicking on it,...
Hmm, indeed carousels are "block" elements (and not "inlined" elements), and unfortunately markdown syntax for table does not allow block elements in tables... Maybe you can use a "flexbox container"...
Hello, and thanks for your interest in Slipshow! The issue is that under the hood, Slipshow uses highlightjs, which requires some additional support for syntax highlighting elixir code. Loading this...
Hello and thanks for reporting and investigating this issue! I could not reproduce on my Linux system ("Inotify mode"). I see several possibilities: - The bug is only present in...
Thanks a lot for confirming the source of the issue. Slipshow use `irmin-watcher`, a "multiplatform" watching tool, using inotify on Linux, FSEvent on Mac and "time-interval based" watching elsewhere. Since...
I could reproduce on a Mac VM! I'll get on it as soon as I have time (maybe only after FunOCaml)
I don't think there is a need for `change-page` to be inside the carousel. See for instance [this test file](https://github.com/panglesd/slipshow/blob/main/test/compiler/carousel.t/carousel.md?plain=1). If you send me an example of something you've tried...
Hmm, I think that you are seeing the bug fixed by #170: In your example, the second "page" of the carousel is a blank line. So when you "change-page", the...
I'm really not an advanced user of Mathjax... I don't think slipshow does anything special with mathjax, apart from inlining it when needed. So à priori you can do whatever...