d4rkr00t / prosemirror-dev-tools

Developer Tools for ProseMirror
317 stars 37 forks source link

[Discussion] Make prosemirror-dev-tools as a browser extension. #98

Open ocavue opened 4 years ago

ocavue commented 4 years ago

Currently, prosemirror-dev-tools is a npm package. Maybe we can make it as a browser extension, like react-devtools and vue-devtools.

Benefits:

Costs:

d4rkr00t commented 4 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...

ocavue commented 4 years ago

Cool! Looking forward to it. Thank you so much for your guys' amazing work, really appreciate it.

MO-Movia commented 4 years ago

Have you made any progress on this? Is it coming together for you? Thanks!!

neatcoding commented 1 year ago

https://discuss.prosemirror.net/t/prosemirror-developer-tools-chrome-extension/5154