tiptap/packages/extension-text
tomi-bigpi d3aeac4afa
Fix #3435 - CommonJS and ESM loading confusion (#3436)
* Fix TipTap getting loaded as CommonJS when the intent is to use the ES Module version.
* `package.json` change also makes explicit exports required
* Update `core` utilities exports to include all utilities
* Update tests to use exported utilities
2022-11-24 16:06:42 +01:00
..
src add Commands interface 2021-02-10 09:59:35 +01:00
CHANGELOG.md v2.0.0-beta.202 2022-11-04 22:05:08 +01:00
package.json Fix #3435 - CommonJS and ESM loading confusion (#3436) 2022-11-24 16:06:42 +01:00
README.md docs: fix typo (#1339) 2021-05-18 18:36:18 +02:00

@tiptap/extension-text

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.