You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working on bringing this extension to Pika and noticed this odd behavior that I think is conflicting with Tiptap itself.
The tiptap-footnotes extension doesn't seem to be able to handle [^2] or [^3]. Here's Buttondown:
So I went over to the Tiptap editor itself and found that Tiptap is specifically processing ^2 or ^3 into superscripts, leading to a conflict that gets in the way of tiptap-footnotes:
I haven't been able to find any docs that suggest Tiptap should be behaving this way. I have reached out to them on Discord to see if I can find more information.
The text was updated successfully, but these errors were encountered:
Cool! In that case, I think all we should do here is file this in docs (and of course fix on Buttondown's side — cc @mary-ext) since this seems like correct behavior, just.. obtuse
I've been working on bringing this extension to Pika and noticed this odd behavior that I think is conflicting with Tiptap itself.
The tiptap-footnotes extension doesn't seem to be able to handle
[^2]
or[^3]
. Here's Buttondown:So I went over to the Tiptap editor itself and found that Tiptap is specifically processing
^2
or^3
into superscripts, leading to a conflict that gets in the way of tiptap-footnotes:I haven't been able to find any docs that suggest Tiptap should be behaving this way. I have reached out to them on Discord to see if I can find more information.
The text was updated successfully, but these errors were encountered: