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