Dominic Zijlstra
Dominic Zijlstra
@Sadashii @benrbray I'm trying to do exactly the same, integrating this in Rich Markdown Editor (https://github.com/outline/rich-markdown-editor). Tom has already done some good work here https://github.com/outline/rich-markdown-editor/pull/434. But I can't get hydrating...
Not sure if this is going to help you, but there'a `toDOM` function in here (https://github.com/outline/rich-markdown-editor/pull/434/commits/25bfb199e51dc9370fc69879371b1443f179a046#diff-f8961edc2956977c3248eee0dbfb4f591c9a9dacaf9d2e748d314fde230f0f06R59) which should parse existing equations within the markdown and show them in the DOM,...
@Sadashii I've sent you a request (my username is dominic#7254), I'll tell you where I'm at (I'm also not very experienced in prosemirror/markdown-it etc) and then we can figure it...
I've fixed the basic integration, see my comment https://github.com/outline/rich-markdown-editor/pull/434#issuecomment-1014700845
This is also an issue on Mac (on Chrome at least, with `PanOnScroll=true`): scrolling with Control will always zoom no matter what `zoomActivationKeyCode` is set to. However it will zoom...
Disabling the optimal order heuristics fixes this. To do that, fork the repo and add a `return;` [here](https://github.com/dagrejs/dagre/blob/master/lib/order/index.js#L36). Alternatively just import from a forked repo where this is already fixed,...
I was able to fix this by setting Puppeteer options to "waitUntil": "networkidle2"
Thanks for fixing @jackfishwick ! Hope @moklick will merge it in soon
@jackfishwick can I ask how you hotfixed the package? I want to do the same for my users. However `reactflow` in `node_modules` does not have the source files but just...
@moklick is it still planned to fix this? I realize it's technically the browser's 'fault', but the issue can be clearly seen when going to https://reactflow.dev/docs/examples/overview/ and holding `ctrl` and...