@aeaton/prosemirror-footnotes
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

This plugin is adapted from the ProseMirror footnote example.

// schema
import { footnote, footnoteView } from '@aeaton/prosemirror-footnotes'

const nodes = {
  footnote,
  // ...
}

const nodeViews = {
  footnote: footnoteView,
  // ...
}

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @aeaton/prosemirror-footnotes

    Weekly Downloads

    334

    Version

    2.0.2

    License

    MIT

    Unpacked Size

    8.7 kB

    Total Files

    11

    Last publish

    Collaborators

    • aeaton