Sorry, that was a bug. The intended behavior for IME2Furigana is to stay in the selected mode across tabs and browser sessions. This should be fixed now.
Version 1.7 patch notes:
- Bugfix: on page load, mode “off” would always reset to “on”
- Bugfix: if the text editor is closed and the mode is changed in another tab, an error would occur
- Now using the CSS variable provided by Discourse for the background color of the confirmation prompt (
--tertiary-low
) - Now using
textContent
instead of the slowerinnerText
to set the text in HTML elements