tiptap/packages/extension-image
Nokola 503a3f2cf5
fix: Fix #2016 Image input rule (#2020)
Image input rule leaves erroneous text behind due to my previous change to add group matching in #1574.

This change adds a `( ... )` regex group around the image input rule to have it work with the new code.
2021-10-11 20:35:33 +02:00
..
src fix: Fix #2016 Image input rule (#2020) 2021-10-11 20:35:33 +02:00
CHANGELOG.md Publish 2021-10-08 15:08:08 +02:00
package.json Publish 2021-10-08 15:08:08 +02:00
README.md docs: fix typo (#1339) 2021-05-18 18:36:18 +02:00

@tiptap/extension-image

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.