John-Scott Atlakson
John-Scott Atlakson
🤦♂️ As someone with a hyphenated first name, you have my sincere apologies! I had tried to insert the at-mention at the beginning of the line and the autocomplete got...
After spending a lot of time on this I think I'm ready to admit defeat when it comes to Node in Docker 🥺 Using node this way (where it isn't...
I completely reworked my initial implementation which required some force pushes. I don't know what planet I was on when I first did this but I fixed the `` to...
No worries. Per https://github.com/torchbox/wagtail-footnotes/pull/40#discussion_r1785617929 I started working on this a couple weeks back (unfortunately not a simple rebase). I'm up against several professional and personal deadlines at the moment but...
I've finally rebased this on main and incorporated the template-based rendering changes introduced in #70. I reworked the implementation a bit to avoid the goofy template tag I relied on...
> A dict lookup could work fine if it's precomputed on the page. Can you clarify? I haven't had my morning tea yet ;) The template tag was just a...
Ah, sorry if the link wasn't noticeable in my initial post but the implementation is here in my fork: https://github.com/GreenLightGo/wagtail-footnotes/pull/1/files
My previous comment about how Wikipedia handles this was too English-specific. For Chinese, Russian, and several other languages, they use integers rather than letters of the alphabet. This may be...
No data is exposed, only the basic HTML for the modal is returned so it is essentially a static file (if the ``{% comment %}`` tag was removed, it literally...
Ah, interesting. I see I should have read that last sentence of the output more closely but only just now realized the difference between what I had invoked and the...