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 6 years ago

New Features

  • changes of ´doc´ will nor re-render the editor
  • there is a setContent() function for updating the content programmatically
tiptap -

Published by philippkuehn about 6 years ago

New Feature

  • add underline mark
tiptap -

Published by philippkuehn about 6 years ago

Fixes

  • getHTML() will not export decorations anymore
tiptap -

Published by philippkuehn about 6 years ago

New Features

  • add clearContent() function

Fixes

  • destroy editor on beforeDestroy()
tiptap -

Published by philippkuehn about 6 years ago

New Features

  • add PlaceholderExtension
tiptap -

Published by philippkuehn about 6 years ago

New Features

  • add strikeMark extension
tiptap -

Published by philippkuehn about 6 years ago

Fix

  • getHTML() will not return the prosemirror wrapper div anymore
  • @update will not fire on text selection change
tiptap -

Published by philippkuehn about 6 years ago

New Feature

Add init event

tiptap -

Published by philippkuehn about 6 years ago

New Features

  • onUpdate event returns now an object with state, getJSON() and getHTML()
tiptap -

Published by philippkuehn about 6 years ago

New Features

  • Add basic implementation for images (ImageNode)