@verso-editor/extension-footnote
v1.0.0
Published
Footnotes extension for Verso Editor. Provides inline footnote references with auto-numbering and a footnote section at the end of the document.
Readme
@verso-editor/extension-footnote
Footnotes extension for Verso Editor. Provides inline footnote references with auto-numbering and a footnote section at the end of the document.
Install
pnpm add @verso-editor/extension-footnoteUsage
import {
FootnoteReferenceExtension,
FootnoteSectionExtension,
FootnoteItemExtension,
FootnotesPlugin,
} from '@verso-editor/extension-footnote'All nodes and the plugin are included in createStarterKit(). The plugin automatically collects footnoteReference nodes and builds a numbered footnoteSection at the end of the document.
