List-related schema elements and commands for ProseMirror https://prosemirror.net
  • TypeScript 100%
Find a file
2026-04-01 21:13:56 +02:00
src Make liftListItem only auto-join lists of the same type 2025-02-25 09:56:02 +01:00
test Make liftListItem only auto-join lists of the same type 2025-02-25 09:56:02 +01:00
.gitignore Port to TypeScript 2022-05-17 14:39:15 +02:00
.npmignore Add .npmignore file 2016-09-21 16:05:04 +02:00
.npmrc Add an .npmrc that turns off lock files 2021-10-15 09:25:55 +02:00
.tern-project Add boilerplate files 2016-09-06 17:10:31 +02:00
CHANGELOG.md Mark version 1.5.1 2025-03-04 10:48:34 +01:00
CONTRIBUTING.md Update links to github 2026-04-01 21:13:56 +02:00
LICENSE Update maintainer email 2023-01-24 08:24:19 +01:00
package.json Update links to github 2026-04-01 21:13:56 +02:00
README.md Update links to github 2026-04-01 21:13:56 +02:00

prosemirror-schema-list

[ WEBSITE | ISSUES | FORUM | CHANGELOG ]

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

This module exports schema elements and commands for including lists in a ProseMirror editor.

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.