tiptap

The headless rich text editor framework for web artisans.

MIT License

Downloads
101.2M
Stars
27K
Committers
367

Bot releases are hidden (Show)

tiptap -

Published by philippkuehn about 5 years ago

update dependencies

tiptap -

Published by philippkuehn about 5 years ago

NEW

  • add TrailingNode({ node: String, notAfter: Array }) extension
tiptap -

Published by philippkuehn about 5 years ago

  • enable mod + y shortcut (redo) also for mac users
  • handle copy and cut event for nodeviews
tiptap -

Published by philippkuehn about 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

  • prevent error when bubble menu is hidden (fix #386)
  • fix a bug in editor.focus() (fix #389)
  • update dependencies
tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

NEW

Instead of creating a new state, setContent and clearContent will dispatch a transaction now. That means it's also compatible with the collaboration extension.

tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

  • Switch check from !isMac to isWindows for specificity (PR #382)
  • Handle composition state in MenuBubble (PR #376)
  • update dependencies
tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

  • update dependencies
tiptap -

Published by philippkuehn over 5 years ago

Breaking

  • add support for a custom drag handle for node views. you have to set data-drag-handle to your drag handle element (this can also be the node itself).
tiptap -

Published by philippkuehn over 5 years ago

  • update dependencies
tiptap -

Published by philippkuehn over 5 years ago

  • add topNode option
tiptap -

Published by philippkuehn over 5 years ago

  • update dependencies
tiptap -

Published by philippkuehn over 5 years ago

  • add missing hideselection styles
  • update dependencies