Last modified: 2013-04-13 07:49:47 UTC
When there's a dependency in the wikitext, in an element that's being previewed, then the the referent should be greyed out with a "Refresh" button, which causes the entire page to be re-rendered. For example, if there's a reference (<ref>Some text.</ref>) is present in a paragraph, then when previewing that paragraph, the reference list (<references/>) should be greyed out with a "Refresh" button. 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.
InlineEditor is no longer being developed.