tiptap/packages/vue-2
Nick Perez 704f4620b3
feat(core): add ability to run editor without a browser + mount API (#6050)
When editor options is provided `element: null`, then the editor view will not be created, allowing use of the editor & it's commands without a browser in pure JS.
2025-01-24 13:53:33 +01:00
..
src feat(core): add ability to run editor without a browser + mount API (#6050) 2025-01-24 13:53:33 +01:00
CHANGELOG.md chore(release): publish a new pre-release version (next) (#5969) 2025-01-10 11:49:22 +01:00
package.json refactor: extract bubble-menu & floating-menu to own export (#5993) 2025-01-23 12:21:42 +01:00
README.md build: migrate to pnpm (#5978) 2025-01-06 09:35:00 +01:00
tsup.config.ts refactor: extract bubble-menu & floating-menu to own export (#5993) 2025-01-23 12:21:42 +01:00

@tiptap/vue-2

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.