Page MenuHomePhabricator

Add a proper way in MobileFrontend to load custom editors
Open, Stalled, LowPublic

Description

Currently the MobileFrontend provides two editors : one using wikitext and one based on the VisualEditor. It would be nice to have a proper editor loader in order to allow to the creation of customized editors by other extensions (an use case may be an editor for Wikisource Page: pages).

See Also:

Details

Reference
bz69177

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:38 AM
bzimport set Reference to bz69177.
bzimport added a subscriber: Unknown Object (MLST).

bingle-admin wrote:

Prioritization and scheduling of this bug is tracked on Trello card https://trello.com/c/3iclM3PZ

bingle-admin wrote:

Prioritization and scheduling of this bug is tracked on Trello card https://trello.com/c/pWbLQ2ga

bingle-admin wrote:

Prioritization and scheduling of this bug is tracked on Trello card https://trello.com/c/1GD5dpRW

This already exists.

You can use the hook 'SkinMinervaDefaultModules'

Inside the hook you can replace the editing module with your own module.

e.g.

$modules['editor'] = array( 'mycustomeditor' )

Can you try this and see if it works for you?

Jdforrester-WMF renamed this task from Adds a proper way to load custom editors to Add a proper way in MobileFrontend to load custom editors.Apr 18 2017, 7:17 PM
Jdforrester-WMF changed the task status from Open to Stalled.
Jdforrester-WMF updated the task description. (Show Details)
Jdforrester-WMF moved this task from To Triage to Freezer on the VisualEditor board.