Last modified: 2014-11-07 04:55:48 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T45058, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 43058 - Create a VisualEditor plugin tool to add/edit maths blocks
Create a VisualEditor plugin tool to add/edit maths blocks
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
Math (Other open bugs)
unspecified
All All
: High enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
: 61498 (view as bug list)
Depends on: 57437 61497
Blocks: ve-plugins-to-create
  Show dependency treegraph
 
Reported: 2012-12-13 08:21 UTC by Raimond Spekking
Modified: 2014-11-07 04:55 UTC (History)
12 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Screenshot of editing a math block (33.19 KB, image/png)
2013-10-23 06:13 UTC, Richard Morris
Details

Description Raimond Spekking 2012-12-13 08:21:18 UTC
math is unparsed but shown as plain wikitext: https://en.wikipedia.org/wiki/User:Raymond/Math
Comment 1 James Forrester 2012-12-13 20:55:40 UTC
This will require Parsoid to be finished and expose ParserHooks to get alienated, and then a VE node handler to be written. The first bit is relatively easy, but the second is a very significant undertaking, so prioritising as "lowest".
Comment 2 Jiabao Wu 2013-04-29 12:58:32 UTC
(In reply to comment #1)
> This will require Parsoid to be finished and expose ParserHooks to get
> alienated, and then a VE node handler to be written. The first bit is
> relatively easy, but the second is a very significant undertaking, so
> prioritising as "lowest".

Hello James, I have designed and written my proposal for a plugin that will fix this bug. http://www.mediawiki.org/wiki/User:Jiabao_wu/GSoC_2013_Application

I am not yet familiar with the VE architecture so I need some help understanding it and your comments. Is my design close to what it needed for a "node handler" for the maths elements in a wiki page. Also currently I have two modules named doc reader and doc writer. It would be helpful to know more about how these can interact with the document in visual editor.

The design that I proposed of the User Interface for my plugin be similar to that of google docs. I am wondering if this is closer to what the community wants and needs for VisualEditor. Or if it would be better to stay closer to the existing way special characters are inserted in the traditional wikitext editor.

Thanks,
Jiabao
Comment 3 Helder 2013-06-08 01:49:40 UTC
Are there any news on this?
Comment 4 James Forrester 2013-06-08 02:13:45 UTC
(In reply to comment #3)
> Are there any news on this?

Jiabao was accepted as a GSoC student and will be working on this with us. Updates are going to be added at [[mw:User:Jiabao wu/GSoC 2013 Project Work]].
Comment 5 Richard Morris 2013-07-14 07:00:57 UTC
Wondering how the rendering is going to happen? Is it going to use MathJax which is the only game in town at the moment? The default texvc render won't be up to the job as it need to recreate an image for every keystroke. MathML based renders have basically failed with poor browser support. 

If you use MathJax deployment will be a problem unless bug 36496 is fixed.
Comment 6 physikerwelt 2013-07-14 08:22:05 UTC
I think a combination of MathML and MathJax would be optimal.
See https://gerrit.wikimedia.org/r/#/c/69298/
Comment 7 Peter Krautzberger 2013-07-15 17:40:01 UTC
@Richard this plugin won't be dependent on bug 36496 (MathJax as default). Texvc-compatible syntax remains the internal/wikitext format. MathJax provides a live-preview within VE to enable visual editing. (Of course, a future iteration might use MathJax to save MathML and SVG alongside the TeX.)
Comment 8 Richard Morris 2013-07-15 18:52:20 UTC
Is this connect with http://www.mediawiki.org/wiki/VisualEditor:TestMath? If so its a nice start but I'm having trouble editing a large formula for arctan2 at the bottom?
Comment 9 Peter Krautzberger 2013-07-15 21:40:58 UTC
@Richard I don't know which VE version is running there. I think I should point out that this is a GSoC project in the middle of development, not anywhere near production ready, frequently breaking etc.
Comment 10 James Forrester 2013-07-15 22:12:58 UTC
(In reply to comment #7)
> @Richard this plugin won't be dependent on bug 36496 (MathJax as default).
> Texvc-compatible syntax remains the internal/wikitext format. MathJax
> provides
> a live-preview within VE to enable visual editing. (Of course, a future
> iteration might use MathJax to save MathML and SVG alongside the TeX.)

Have removed the dependency.

(In reply to comment #8)
> Is this connect with http://www.mediawiki.org/wiki/VisualEditor:TestMath?

Yes; that's the work being done by Jiabao Wu as part of Google Summer of Code. See https://www.mediawiki.org/wiki/User:Jiabao_wu/GSoC_2013_Project_Work for updates.
Comment 11 PiRSquared17 2013-08-11 03:01:16 UTC
Possibly related: https://en.wikipedia.org/wiki/Wikipedia_talk:Flow#Mathematics_under_Flow
Comment 12 Richard Morris 2013-08-28 11:58:13 UTC
Its important that it will be possible to enter the raw latex and that the text input area is large enough to enter a large formula. Editing the formula for atan2 at https://www.mediawiki.org/wiki/VisualEditor:TestMath now give a multi line box, but its still a bit small and wraps the formula. 

It may be an idea to use a different size box for inline formula which tend to be short and display formula which tend to be larger. $ vrs $$ in latex syntax, I don't know how you would distinguish this in VE.

The need for latex input was discussed at https://www.mediawiki.org/wiki/User_talk:Jiabao_wu and came up again at http://en.wikipedia.org/w/index.php?title=Wikipedia:VisualEditor/Feedback&curid=37904286&diff=570517247&oldid=570514963
Comment 13 Quim Gil 2013-09-17 16:14:54 UTC
GSoC "soft pencils down" date was yesterday and all coding must stop on 23 September. Has this project been completed?
Comment 14 Quim Gil 2013-10-22 19:35:49 UTC
If you have open tasks or bugs left, one possibility is to list them at https://www.mediawiki.org/wiki/Google_Code-In and volunteer yourself as mentor.

We have heard from Google and free software projects participating in Code-in that students participating in this programs have done a great work finishing and polishing GSoC projects, many times mentores by the former GSoC student. The key is to be able to split the pending work in little tasks.

More information in the wiki page. If you have questions you can ask there or you can contact me directly.
Comment 15 Richard Morris 2013-10-23 06:13:06 UTC
Created attachment 13550 [details]
Screenshot of editing a math block

Some small tweaks are needed to the dialog box. Editing the last equation at https://www.mediawiki.org/wiki/VisualEditor:TestMath?veaction=edit
there are a a few problems

1) The dialog obscures the actual equation
2) The dlalog is too small to see the whole source text of the equation

This could be solved the making the dialog, moveable and resizeable.
Comment 16 Richard Morris 2013-10-23 06:25:41 UTC
Also editing the last equation at https://www.mediawiki.org/wiki/VisualEditor:TestMath?veaction=edit

if you actually make a change to the text of the equation the displayed equation becomes very jumbled. Any vertical positioning is lost, and text from different lines are overlaid on top of each other.

This happens with Chrome on a Mac, I can't seem to edit equations at all with firefox or safari.
Comment 17 Theopolisme 2013-11-21 22:55:37 UTC
@Richard/others: Thinking about making the dialog draggable and resizable...

The solution I initially think of is installing jquery.ui and then adding some parameters to OO.ui.Window that allow it to be made resizable and/or draggable. However, if I recall correctly one of the principles of OOJS was to be self-contained... so would this be wrong? Could someone else with a bit more firsthand experience chime in here?
Comment 18 Quim Gil 2013-11-22 01:40:39 UTC
Just a bit of background: Theopolisme is a Google Code-in student working on a task related to #comment 15 that was created by Jiabao:

http://www.google-melange.com/gci/task/view/google/gci2013/5861921152565248

Jiabao has been silent in the past days. Your help is welcome while she comes back. Thank you!
Comment 19 Quim Gil 2013-11-22 15:31:22 UTC
There are different problems reported here, and we should have separate reports for each. Then we will tie each bug report to a Google Code-in task:

* The dialog overlaps the equation: the solution might be a combination of setting a default position with less chances of overlapping and/or allowing the dialog to be moved to a different position?

* The dialog is sometimes too small: the solution might be to make the dialog resizable?

* #Comment 16 deserves an own bug report but, haven't tested this plugin myself, I can't describe the problem or propose solutions.

Richard, would you like to create these reports?

I'm going to pull http://www.google-melange.com/gci/task/view/google/gci2013/5861921152565248 in order to create 2 GCI tasks or more. Theopolisme, you can try to work on these issues now, or you can wait until the plan is more defined (and Jiabao is back, or we have found a co-mentor able to help you).
Comment 20 Richard Morris 2013-11-22 18:49:38 UTC
OK I've created bug 57437 for the tweaks to the dialog and assigned it to Theopolisme. Hope that OK.
Comment 21 Andre Klapper 2014-02-18 13:21:07 UTC
Seems that Jiabao is not currently working on this ticket, hence resetting ASSIGNED status. 
It's a bit unclear to me which further steps are required to get this ticket closed (probably creating dependency tickets for the items in comment 19?).
Comment 22 physikerwelt 2014-02-18 16:07:05 UTC
From what I see
https://gerrit.wikimedia.org/r/#/c/105647/ and
https://gerrit.wikimedia.org/r/#/c/105648/
need to be resolved before we can make progress on that.
Comment 23 Richard Morris 2014-02-18 16:22:24 UTC
Bug 57437 is to "Allow the VE dialog for math elements to be movable and resizable", which is already a blocker for this ticket. This assigned to a google code-in student, Theopolisme, who I suspect is no longer working on that bug.

I've create bug 61497 to cover up the jumbled up formula in comment 16.

I think Jiabao original plan was to create a GUI I've added a bug for this as bug 61498.

Dialog overlapping the equation might be resolved by bug 57437 or it could possibly resolved by changing the way it is initially displayed.
Comment 24 James Forrester 2014-02-18 16:44:49 UTC
(In reply to Andre Klapper from comment #21)
> It's a bit unclear to me which further steps are required to get this ticket
> closed (probably creating dependency tickets for the items in comment 19?).

No, the issues in comment 19 only refer to the short-term LaTeX editor. This bug is asking for a fully-featured visual interactive editor for formulae – will merge bug 61498 back into this.
Comment 25 James Forrester 2014-02-18 16:44:58 UTC
*** Bug 61498 has been marked as a duplicate of this bug. ***
Comment 26 Richard Morris 2014-02-18 22:03:26 UTC
I hope the LaTeX editor is not going to be short term. This is the preferred input method for the mathematical community. By all means develop a GUI but please make sure you can still use a LaTeX input method.
Comment 27 PiRSquared17 2014-02-27 16:16:02 UTC
(In reply to Richard Morris from comment #26)
> I hope the LaTeX editor is not going to be short term. This is the preferred
> input method for the mathematical community. By all means develop a GUI but
> please make sure you can still use a LaTeX input method.

+1
Comment 28 PiRSquared17 2014-02-27 16:20:34 UTC
I'm not sure we need to reinvent the wheel.  Aren't there already libre JS formula editors that can export to LaTeX?  I just found one from Google: http://mathdox.org/formulaeditor/
Comment 29 James Forrester 2014-02-27 16:23:54 UTC
(In reply to PiRSquared17 from comment #28)
> I'm not sure we need to reinvent the wheel.  Aren't there already libre JS
> formula editors that can export to LaTeX?  I just found one from Google:
> http://mathdox.org/formulaeditor/

Who is talking about re-inventing the wheel?
Comment 30 physikerwelt 2014-02-27 16:37:24 UTC
I'm happy to see the interest in the Math extension.
It would be really great to get some code reviews. There are a lot of unmerged improvements that are already implemented that wait for a code review.
https://gerrit.wikimedia.org/r/#/q/status:open+project:mediawiki/extensions/Math,n,z
The fromula editor for math is one example. The code for Math 2.0 that was finished in beginning of October 2013 is still waiting for review and not moving forward at all. That's really a very sad situation. (Sorry for the spamming)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links