Tulip Logo IconTulip
Editor

Editor

Rich-text editor components and helpers built on TipTap.

The editor package provides the shared rich-text editor layer for Tulip apps.

Entry points

import type { EditorJSONContent } from "@tulip-systems/editor";
import { Editor } from "@tulip-systems/editor/client";

Use the server-safe entry point for shared types and helpers. Use the client entry point for React editor components and browser-only TipTap extensions.

On this page