Dependencies
TipTap
TipTap is the rich-text editor engine behind Tulip editor components.
TipTap is the editor engine used by Tulip's rich-text editor package.
Tulip wraps editor behavior into package components that fit the shared UI and inline editing model.
Where Tulip uses TipTap
@tulip-systems/editorexposes rich-text editor components and shared editor types.@tulip-systems/inlinecan render inline rich-text editor inputs.- app modules can store and render editor JSON content.
What Tulip adds
Tulip adds shared editor components, JSON content types, menu components, and package-level integration with inline editing.
What your app owns
- content schema decisions
- storage location
- editor field placement
- rendering context
- domain-specific validation