Hi all. I just published a new example—a footnote editor (port of the similar example in ProseMirror). I had to fix a bunch of things to make blocks that behave like atoms work properly, but having fixed the library issues I ran into, the resulting code for the example is pleasingly simple and elegant.
I’ve also tagged a version 0.3.0 with the fixes (and some small features).
When first footnote is open, clicking on the second footnote displays the content of the first footnote. If I put selection on text and click second footnote, it display correct content.
When navigating between footnotes, it shows the content of first opened footnote.