2.0.2 • Published 5 years ago
@aeaton/prosemirror-footnotes v2.0.2
This plugin is adapted from the ProseMirror footnote example.
// schema
import { footnote, footnoteView } from '@aeaton/prosemirror-footnotes'
const nodes = {
  footnote,
  // ...
}
const nodeViews = {
  footnote: footnoteView,
  // ...
}2.0.2
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
2.0.0-alpha.3
5 years ago
2.0.0-alpha.0
5 years ago
2.0.0-alpha.2
5 years ago
0.1.0
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago