Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve document debugging view #79

Closed
Tracked by #116
cloverich opened this issue Oct 15, 2021 · 0 comments · Fixed by #151
Closed
Tracked by #116

Improve document debugging view #79

cloverich opened this issue Oct 15, 2021 · 0 comments · Fixed by #151

Comments

@cloverich
Copy link
Owner

cloverich commented Oct 15, 2021

When changing or customizing Slate components and / or document save / load, there are various transform steps that happen to the Slate DOM or saved content. I frequently need to see various intermediate transform steps to properly debug. Ideally there would be a debug view that:

  • Could be easily toggled on / off
  • Could track history
  • Could be implemented fully separate from the existing editor, i.e. the existing editor's content would flow through the debug view, but it would otherwise be unaware off its existence (code fully separated)

I've implemented rudimentary versions of it; here is a rough sketch
debug-store

@cloverich cloverich changed the title Add debug logging store Improve document debugging view Apr 7, 2022
@cloverich cloverich mentioned this issue Jan 18, 2024
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant