2.0.2 • Published 4 years ago

@aeaton/prosemirror-footnotes v2.0.2

Weekly downloads
646
License
MIT
Repository
-
Last release
4 years ago

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

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.0-alpha.3

4 years ago

2.0.0-alpha.0

4 years ago

2.0.0-alpha.2

4 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago