Page MenuHomePhabricator

Cite should communicate dependencies to InlineEditor
Closed, DeclinedPublic

Description

Author: jp.posma

Description:
In InlineEditor, if there's a reference (<ref>Some text.</ref>) present in a
paragraph, then when previewing that paragraph, the reference list
(<references/>) should be greyed out with a "Refresh" button (instead of re-rendering the entire page). The problem is
that both the <ref></ref> and <references/> tags can be inside a template, so
this has to be identified by the Cite extension. The Cite extension should
implement a hook in InlineEditor after parsing, to tell whether or not a
reference was present. Then it can also tell which class should be greyed out.

This can only be done when this functionality has been implemented in InlineEditor, see bug 27162.


Version: unspecified
Severity: enhancement

Details

Reference
bz27163

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:13 PM
bzimport added a project: Cite.
bzimport set Reference to bz27163.

jp.posma wrote:

InlineEditor is no longer being developed.