Plugin for cursors at normally impossible-to-reach positions http://prosemirror.net
  • TypeScript 95.8%
  • CSS 4.2%
Find a file
2026-04-01 20:38:11 +02:00
src Simplify previous patch 2026-03-07 09:53:00 +01:00
style Rename to gapcursor 2017-08-16 15:34:34 +02:00
test Add missed test file 2026-03-25 07:32:09 +01:00
.gitignore Use the project's test system for the tests 2026-03-07 09:59:22 +01:00
.npmignore Fix accidentally ignored dist/ dir 2017-08-16 17:35:13 +02:00
.npmrc Add an .npmrc that turns off lock files 2021-10-15 09:25:55 +02:00
CHANGELOG.md Mark version 1.4.1 2026-03-10 09:09:07 +01:00
CONTRIBUTING.md Update links to github 2026-04-01 19:05:14 +02:00
LICENSE Update maintainer email 2023-01-24 08:24:19 +01:00
package.json Update links to github 2026-04-01 19:05:14 +02:00
README.md Fix leftover github ref 2026-04-01 20:38:11 +02:00

prosemirror-gapcursor

[ WEBSITE | ISSUES | FORUM | CHANGELOG ]

This is a core module of ProseMirror. ProseMirror is a well-behaved rich semantic content editor based on contentEditable, with support for collaborative editing and custom document schemas.

This plugin implements a block-level cursor that can be used to focus places that don't allow regular selection (such as positions that have a leaf block node, table, or the end of the document both before and after them). Make sure you load style/gapcursor.css (or define your own styling for the cursor).

The project page has more information, a number of examples and the documentation.

This code is released under an MIT license. There's a forum for general discussion and support requests, and the bug tracker is the place to report issues.

We aim to be an inclusive, welcoming community. To make that explicit, we have a code of conduct that applies to communication around the project.