https://github.com/prosekit/prosemirror-drop-indicator
https://github.com/prosekit/prosemirror-drop-indicator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prosekit/prosemirror-drop-indicator
- Owner: prosekit
- License: mit
- Created: 2025-10-29T05:05:21.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-11-25T22:05:29.000Z (7 months ago)
- Last Synced: 2025-12-26T03:39:37.889Z (6 months ago)
- Language: TypeScript
- Size: 302 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# prosemirror-drop-indicator
[](https://www.npmjs.com/package/prosemirror-drop-indicator)
A module for [ProseMirror](https://prosemirror.net/) that provides a drop indicator plugin.
This package serves a similar purpose to the [`prosemirror-dropcursor`](https://github.com/ProseMirror/prosemirror-dropcursor) package, but with the following differences:
- It doesn't render the indicator directly. Instead, you provide callbacks to control the drop indicator's behavior.
- It provides better drop-position prediction, especially for nested nodes.
- It has not yet implemented the vertical drop indicator.
## API documentation
- [prosemirror-drop-indicator](https://doc.deno.land/https://esm.sh/prosemirror-drop-indicator)
## License
MIT