Open ocavue opened 5 years ago
Hi, Thanks for raising this. There are actually attempts to do it. Some of my coworkers are actually working on implementing this, I hope they will finish it soon. Though there are some technical issues with dev tools being a browser extension, namely: serialising plugin states is not always possible as there might be non-serialisible properties (functions), prosemirror state itself has circular dependencies, etc... It's all solvable but takes time...
Cool! Looking forward to it. Thank you so much for your guys' amazing work, really appreciate it.
Have you made any progress on this? Is it coming together for you? Thanks!!
Currently, prosemirror-dev-tools is a npm package. Maybe we can make it as a browser extension, like react-devtools and vue-devtools.
Benefits:
react
andreact-dom
to use this tool, even their projects don't need react. By making a browser extension, developers won't need to install React as well as prosemirror-dev-tools itself, which make the project dependencies clearer.Costs: