Christoph Thiede
Christoph Thiede
@jlelong Sorry if I'm hijacking this issue, I'm not sure whether this would be the same issue or a new feature request: Could we also have automatic completion of `\end{theorem}`...
Possibly related to #109
I ended up with manually accessing the nodes using `d3-select` like this: https://github.com/LinqLover/trace4d/blob/1e25146bda2c2f43163440519e00a4f9349cf2d5/packages/frontend/src/player.js#L376-L387 Feels not ideal since I have to sync two different interfaces for expressing the same, but it...
@hrishikeshdok Yes, pretty much this was also my approach. If you still need it, you can find my full code here: https://github.com/LinqLover/trace4d/blob/8b3fd2665a9bb38c07e78c28d96c0c84e922ae2c/packages/frontend/src/player.js#L248 Interestingly, CSS overrides were not required for me...
@jhedin I find your package very useful, would you mind taking a short look at my small PR? :-)
Hi Christian, thanks for the feedback! > I have verified that it works fine on websites without or with less restrictive Content Security Policys, like https://squeak.org. Could you check whether...
Sorry, probably "format" was the wrong terminus. I was referring to the aspect ratio of images. Take an arbitrary portrait mode from YouTube and the thumbnail will still have a...
Thank you, so there is no possibility to retrieve a portrait-mode thumbnail?
On Chrome for Android, keyboard inputs are not recognized at all, even though I can open up the keyboard thanks to the keyboard button. Sounds as if a hidden text...
It will be even harder when it comes to non-stroke events (keyDown, keyUp). Probably they could only be simulated if the dummy field receives a stroke. And what's about arrow...