https://bugzilla.wikimedia.org/show_bug.cgi?id=48036

--- Comment #9 from physikerwelt <phy...@ckurs.de> ---
https://gerrit.wikimedia.org/r/#/c/85801/ Removes the rendering mode MathJaX
and adds an orthogonal option to use MathJaX (a check-box) independent of the
rendering mode. Thus the user will see the the images immediately before
MathJaX is loaded and tries to replace them with something better. 
Technically, we introduce the user option 'mathJax' in the following way to the
preferences.

            $defaultPreferences['mathJax'] = array(
                'type' => 'toggle',
                'label-message' => 'mw_math_mathjax',
                'section' => 'rendering/math',
            );

I'm not sure if users that are not signed in can somehow find that option... At
least I did not found the section 'rendering/math' when I logged out.

Maybe we can add a context menu to the png images in a later step... once
MathJaX 2.3 is released.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to