README
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.
<script type="module">
import aeatonProsemirrorFootnotes from 'https://cdn.skypack.dev/@aeaton/prosemirror-footnotes';
</script>
This plugin is adapted from the ProseMirror footnote example.
// schema
import { footnote, footnoteView } from '@aeaton/prosemirror-footnotes'
const nodes = {
footnote,
// ...
}
const nodeViews = {
footnote: footnoteView,
// ...
}