Idea: add a tab on G2 nodes showing a list of other nodes containing the word which has just been defined, highlighting the ones which already include a DFN link to the current page.

Variant: use a similar list to show this on the definition page when not editing.

Comments

fgm’s picture

Version: master » 7.x-1.x-dev

Bumping to 7.x now that the branch is opened.

BenK’s picture

Subscribing

fgm’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev
Issue summary: View changes

New features only in current dev version : bumping to 8.x.

fgm’s picture

Status: Active » Postponed (maintainer needs more info)

If built on-demand, this could be really long to build, so would need a batch. Imagine a multi-million-node site.

If built during filter processing, it would only work when nodes are being rendered, and would not be reasonably synchronous because the viewing times of the various nodes could be wildly different.

It seems this could/should be something like search indexing, using a cron-based batch process. Or it could leverage the fact that search is already doing this crawling, and rely on implementing hook_search_preprocess() to refresh its own index.

This is still complex but manageable. But the value is questionable when related to the complexity. If you are reading this issue and are interested, please comment on it.