Jeremy Stucki
Jeremy Stucki
I also wondered, since Notion seems to "support" embedding Excalidraw scenes. It doesn't really work though for reasons that were already described in #2706
@ad1992 as described in #2706 they don’t. Maybe because Excalidraw wants to open a confirmation dialog which doesn’t work in an iframe (at least not in Chrome)
Discussed with @ptbrowne that we're not aiming to merge this PR but treat it as an exploration to be reviewed and maybe be used for reference in a future refactor...
And Bower, too!
Wow, what a blast from the past, this issue is three years old! 😄 Does this library even need this feature? Isn't it easier to just sort the data (using...
@basilesimon not sure if you're still working on it but the `package.json` was left broken in your last commit and the dependencies are missing. Please make sure the tests actually...
Good idea! What did you have in mind?
Not sure if this PR is still going to be merged but I noticed today that the NL logos need an extra vertical padding _in the image itself_, see https://github.com/republik/plattform/commit/effa9cb4327c1997fb9ffc20cda893956eea40f5
For the record, I think this approach is a bit radical because it destroys content. Better would be to somehow merge paragraphs during normalization but I don't know if that's...
I believe we've been relying on a behavior of next.js' Link component that doesn't seem to work anymore (i.e. attaching an onClick handler on any element that's wrapped inside –...