mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-12 12:43:48 +08:00
![]() * added safe window and parser functions to avoid overwriting global process * changeset * add correct typing for doc * create wrapper function to restore node internals * Update packages/html/src/createSafeWindow.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/html/src/createSafeParser.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/html/src/preserveAndRestoreNodeInternals.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * make window and dom parser local variables and avoid variable shadowing --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
package.json | ||
README.md | ||
tsup.config.ts |
@tiptap/html
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.