2.0.2 • Published 3 years ago

@aeaton/prosemirror-footnotes v2.0.2

Weekly downloads
646
License
MIT
Repository
-
Last release
3 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

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

2.0.0-alpha.3

3 years ago

2.0.0-alpha.0

3 years ago

2.0.0-alpha.2

3 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago