discourse/plugins/footnote
Ted Johansson d0915027a8
DEV: Remove deprecated queue_jobs site setting (#24127)
Using SiteSetting.queue_jobs= to configure job asynchronicity was deprecated here four years ago and marked for removal in version 2.9.0. This PR removes the fallback method we kept since then. The method was there because it was still being used in a bunch of plugin tests (now fixed.)
2023-10-27 11:05:02 +08:00
..
assets FEATURE: Bundle discourse-footnote plugin into core (#23995) 2023-10-23 13:48:56 -06:00
config FEATURE: Bundle discourse-footnote plugin into core (#23995) 2023-10-23 13:48:56 -06:00
spec DEV: Remove deprecated queue_jobs site setting (#24127) 2023-10-27 11:05:02 +08:00
test/javascripts/acceptance FEATURE: Bundle discourse-footnote plugin into core (#23995) 2023-10-23 13:48:56 -06:00
plugin.rb FEATURE: Bundle discourse-footnote plugin into core (#23995) 2023-10-23 13:48:56 -06:00
README.md FEATURE: Bundle discourse-footnote plugin into core (#23995) 2023-10-23 13:48:56 -06:00

Discourse footnotes plugin

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

Official footnotes Discourse plugin

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