tiptap/packages/extension-list-keymap
Glenn Allen 86250c6e9e
Some checks are pending
build / lint (20) (push) Waiting to run
build / test (20, map[name:Demos/Examples spec:./demos/src/Examples/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Experiments spec:./demos/src/Experiments/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Extensions spec:./demos/src/Extensions/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideContent spec:./demos/src/GuideContent/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/GuideGettingStarted spec:./demos/src/GuideGettingStarted/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Marks spec:./demos/src/Marks/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Demos/Nodes spec:./demos/src/Nodes/**/*.spec.{js,ts}]) (push) Waiting to run
build / test (20, map[name:Integration spec:./tests/cypress/integration/**/*.spec.{js,ts}]) (push) Waiting to run
build / build (20) (push) Blocked by required conditions
Publish / Release (20) (push) Waiting to run
fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#5863)
If starting a selection at the end of a list item, then pressing delete, the selected text wasn't being deleted, but instead the following list item was joined to the end.

Now the selected text will be deleted.

Joining will only occur if the selection spans multiple nodes or it's collapsed.
2024-11-25 10:36:45 +01:00
..
src fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#5863) 2024-11-25 10:36:45 +01:00
CHANGELOG.md chore(release): release version 2.10.0 (#5843) 2024-11-20 11:05:37 +01:00
package.json chore(release): release version 2.10.0 (#5843) 2024-11-20 11:05:37 +01:00
README.md chore(lists): move list keymap to extra extension (#4290) 2023-08-10 16:44:46 -07:00
rollup.config.js Shared rollup config (#5403) 2024-07-27 12:46:39 +02:00

@tiptap/extension-list-keymap

Version Downloads License Sponsor

Introduction

Tiptap is a headless wrapper around ProseMirror a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as New York Times, The Guardian or Atlassian.

Official Documentation

Documentation can be found on the Tiptap website.

License

Tiptap is open sourced software licensed under the MIT license.