[Enhancement Contribution Request] Enriched Reordering Visualisation for Tables #2919
Replies: 1 comment 1 reply
|
AI assistance is not a problem by itself; what matters is that the contributor can explain the design, the code has the project's license, and the change passes the normal review and test requirements. For this enhancement, I would suggest opening a focused PR against BlockNote rather than asking maintainers to review the comparison in another repository. The PR should include:
The visual effect is only one part of the feature. The important contract is that the document order, selection, undo/redo history, and collaboration updates all remain correct when a drag is interrupted or two users edit the table at the same time. I would also rebase the implementation onto BlockNote's current table abstractions instead of copying framework-specific code from the external comparison. A small PR with the demo and tests first will give maintainers a much easier way to decide whether the interaction belongs in core or in an extension. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
My sincere greetings to the maintainers and community behind this useful initiative.
Would it be possible for me to contribute the enhancement displayed in the video below, which I developed with the assistance of Claude Sonnet 5.0?
Since the output was generated with the help of an AI tool, I thought it would be better to ask first in case any additional review steps, checks, or requirements should be completed before I open a pull request.
The enhancement itself is available here.
Table_Reordering.mov
All reactions