supermemory/apps/web/app/components/editor/plugins/toc-plugin.ts
2025-01-20 17:50:45 -07:00

10 lines
185 B
TypeScript

'use client';
import { TocPlugin } from '@udecode/plate-heading/react';
export const tocPlugin = TocPlugin.configure({
options: {
// isScroll: true,
topOffset: 80,
},
});