TipToB: TipTap ToolBox

TipToB is a customizable, web component-based toolbox for TipTap.
It provides a set of ready-to-use Svelte web components and extensions for building modern, flexible, and framework-agnostic rich text editing experiences.

Features

Demo Editor

Installation

npm install @samhammer/tiptob

Usage

Using Web Components

import '@samhammer/tiptob/web-components.js';

Using Extensions

import { ImageExtension, KnowledgeExtension, SelectionDecoration, TableBubbleMenuExtension } 
from '@samhammer/tiptob/extensions';

Components

Extensions

Styling

:root {
  --tiptob-bg-button: white;
  --tiptob-bg-button-hover: #e2e2e2;
  --tiptob-bg-button-highlighted: #a6ccf7;
  --tiptob-bg-icon: rgba(37, 39, 45, 0.37);
}