Files
famapp/src/components/rich-text/index.ts
T
ginnoir a4be5d5061 feat(notes): rich-text editor with tiptap (task 85)
Replace plain textarea with shared tiptap editor and sanitized html rendering.

Adds interactive checklists on read surfaces and mobile overflow fixes.
2026-07-04 19:25:15 -05:00

7 lines
339 B
TypeScript

export { RichTextContent } from "./rich-text-content";
export { RichTextEditor } from "./rich-text-editor";
export { richTextToPlainText } from "./body-text";
export { normalizeNoteBody } from "./normalize-body";
export { sanitizeRichTextHtml } from "./sanitize";
export { countTaskItems, toggleTaskItemInHtml } from "./toggle-checklist";