tiptap/packages/core
Joe Vallender 9ffd58cf25
feat: Allow a rule to be skipped from the getAttributes callback in markPasteRule (#1625)
For example: you are matching URLs with a Regex but want to make additional checks on the match array before deciding if you want to apply the mark or not. Returning null or false won't attempt to apply the mark. Currently the return value of getAttributes is applied unconditionally.
2021-07-26 15:13:05 +02:00
..
src feat: Allow a rule to be skipped from the getAttributes callback in markPasteRule (#1625) 2021-07-26 15:13:05 +02:00
CHANGELOG.md Publish 2021-07-26 11:42:13 +02:00
package.json Publish 2021-07-26 11:42:13 +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.