This plugin is adapted from the ProseMirror footnote example.
// schema
import { footnote, footnoteView } from '@aeaton/prosemirror-footnotes'
const nodes = {
footnote,
// ...
}
const nodeViews = {
footnote: footnoteView,
// ...
}This plugin is adapted from the ProseMirror footnote example.
// schema
import { footnote, footnoteView } from '@aeaton/prosemirror-footnotes'
const nodes = {
footnote,
// ...
}
const nodeViews = {
footnote: footnoteView,
// ...
}