Open nperez0111 opened 3 weeks ago
Latest commit: 9fe048d373fef822123687ca3ed15184a8df7415
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | 9fe048d373fef822123687ca3ed15184a8df7415 |
Latest deploy log | https://app.netlify.com/sites/tiptap-embed/deploys/672de24770d3590008b5e29a |
Changes Overview
This adds basic support for Prosemirror markviews to
Mark
s.For this to actually become supported we will need to:
From there, we'd pretty much just support them!
Here is what the API looks like right now, but we will probably add a class to make these elements for you:
Implementation Approach
Pretty much following the same sort of implementation as node views, I was able to add support for markviews.
Testing Done
Verification Steps
I added a temporary markview to a mark and it worked just fine
Additional Notes
Checklist
Related Issues