discourse/plugins/footnote
Kris 654676f947
UX: allow inline-footnote content to shrink-to-fit (#35633)
Some content like `pre` and `code` needs to know it can shrink to avoid
overflow (we already have overflow wrap present)

Before:
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/2910ab3d-fa65-42cb-bcc4-2e204625e141"
/>


After: 
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/30f9c769-480a-4368-98b7-287c7424e252"
/>
2025-10-27 14:15:33 -04:00
..
assets UX: allow inline-footnote content to shrink-to-fit (#35633) 2025-10-27 14:15:33 -04:00
config Update translations (#33892) 2025-07-28 18:38:22 +02:00
spec UX: add [^n] rich editor footnote input rule (#34163) 2025-08-08 09:19:48 -03:00
test/javascripts/acceptance DEV: Close footnote tooltip when trigger is removed (#34182) 2025-08-11 15:49:28 -03:00
plugin.rb DEV: Remove obsolete register_svg_icon checks (#35067) 2025-09-30 15:51:44 +02:00
README.md

Discourse footnotes plugin

https://meta.discourse.org/t/discourse-footnote/84533

Official footnotes Discourse plugin

Based off: github.com/markdown-it/markdown-it-footnote