tiptap/packages/core
Asherah Connor 574cd69e06
fix(core): isNodeSelection, isTextSelection not always false (#3089)
Fixes #2979.  Since the ProseMirror TypeScript upgrade, these have
always returned false, since the Selection type tree are all classes
now.
2022-08-22 13:05:53 +02:00
..
src fix(core): isNodeSelection, isTextSelection not always false (#3089) 2022-08-22 13:05:53 +02:00
CHANGELOG.md Publish 2022-07-06 19:28:12 +02:00
package.json Publish 2022-07-06 19:28:12 +02:00
README.md docs: fix typo (#1339) 2021-05-18 18:36:18 +02:00

@tiptap/core

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.