This might be a long shot, but I figured I would ask.
MediaWiki has a core functionality that implements a special page populated with a list of “wanted pages”: titles of pages to which links exist but which don’t actually exist yet themselves. This is great for seeing what kinds of content may still need to be created.
I am wondering if there is a way to get this functionality in XWiki. MediaWiki can do it pretty easily because it maintains a robust set of database tables (7 of them) specifically for tracking links. XWiki has a single links table, and while I did see records in it for links on my wiki to pages that haven’t been created yet, I am unsure if the database can be used to tell if the page exists. (Perhaps by joining the xwikidoc table?)
This sounds like something for an extension to do, but I am wondering if such an extension would even be possible (let alone simple) to make.
This feature would be super helpful for me personally as I start to populate my wiki with pages, before we even go into production.