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 over 5 years ago

  • update ProseMirror dependencies
tiptap -

Published by philippkuehn over 5 years ago

NEW

  • add Reactive extension options (#210)
  • add support to history custom settings (#213)
  • seperate handleDrop from handlePaste (#202)
  • update ProseMirror dependencies
tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

NEW

  • add blur() method (#196)
tiptap -

Published by philippkuehn over 5 years ago

refactoring

tiptap -

Published by philippkuehn over 5 years ago

NEW

  • do not show placeholder if editor is read-only. you can set showOnlyWhenEditable to false to always enable the placeholder extension.
tiptap -

Published by philippkuehn over 5 years ago

NEW

  • do not show placeholder if editor is read-only. you can set showOnlyWhenEditable to false to always enable the placeholder extension.

FIXED

  • do not throw a warning if content is set to null
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

  • added markdown pasteRules for bold, code, italic and strike (#184, thx @Chrissi2812)
  • added markdown rule for horizontal line (#185, thx @Chrissi2812)

FIXED

  • a bug where decorations are still rendered after removing a highlighted code block
tiptap -

Published by philippkuehn over 5 years ago

NEW

  • add markPasteRule and nodeInputRule
tiptap -

Published by philippkuehn over 5 years ago

NEW

  • added markdown pasteRules for bold, code, italic and strike (#184, thx @Chrissi2812)
  • added markdown rule for horizontal line (#185, thx @Chrissi2812)

FIXED

  • a bug where decorations are still rendered after removing a highlighted code block
tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

FIX

  • allow paste events for node views
tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

NEW

  • pass extension options to node views as prop
tiptap -

Published by philippkuehn over 5 years ago

update dependencies

tiptap -

Published by philippkuehn over 5 years ago

New

  • add editorProps option to pass prosemirror editor props
tiptap -

Published by philippkuehn almost 6 years ago

NEW

  • update prosemirror dependencies
tiptap -

Published by philippkuehn almost 6 years ago

NEW

  • update prosemirror dependencies
  • add HorizontalRule extension (<hr />) (#170)