We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

How to Patternslib with tiptap

Formal Metadata

Title
How to Patternslib with tiptap
Title of Series
Number of Parts
54
Author
Contributors
License
CC Attribution 3.0 Germany:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
tiptap is a headless editor which allows a fully customized UI and which has a strict tree based data model ensuring clean HTML code and allowing collaborative editing. We've built the Patternslib integration pat-tiptap at Syslab which is replacing our old HTML editor in Quaive. This talk shows how to use advanced Patternslib usage patterns to build the editor's UI including a custom toolbar and overlays and popups for image selection and link editing. The tiptap Plone 6 addon collective.tiptap also shows how to extend Plone with new JavaScript functionality without the need to recompile any bundle.