How to count the placeholder links

Ehh… I might have overthinked this one. Are you talking about unresolved file links? That is a different story, yes.

The simple count is:

Unresolved link count: `$= Object.keys(dv.app.metadataCache.unresolvedLinks).length `

This utilises an inline dataviewjs query, which you might need to turn on in the settings.

Here is a post to view some information related to unresolved links:

1 Like