You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Influx currently shows all references (exceptions are based on path or filename only).
However, I think a useful use case is for influx to show only those references that are not already linked into the page.
For instance, say page A is mentioned in pages B, C, and D.
But page A also explicitly refers to page C somewhere.
It would be useful for influx to refer only to pages B and D, so as to bring to the user's/reader's attention those related pages that aren't already referenced.
I have been using the dataview query "list from [[]] and !outgoing([[]])" to achieve this behaviour.
But dataview doesn't show content, only filenames.
The text was updated successfully, but these errors were encountered:
Thanks for the support!
I can understand the use case for this.
Would you want to enforce this behaviour globally, or only in page A? Is the best place for a setting like this in Influx settings, or in the frontmatter of page A?
Hi!
Thanks for the quick response.
Personally, I think having this option relates to supporting how individuals think, which is probably uniform across an entire vault. (Gotta admit though that I'm basing this on my own thinking style, which may not reflect the broader audience.)
Put another way, I would certainly find it jarring to see all references on some pages and not on others - especially pages I haven't looked at in a while.
So I'd go with having the setting in the global influx settings for consistent presentation throughout a vault.
Influx currently shows all references (exceptions are based on path or filename only).
However, I think a useful use case is for influx to show only those references that are not already linked into the page.
For instance, say page A is mentioned in pages B, C, and D.
But page A also explicitly refers to page C somewhere.
It would be useful for influx to refer only to pages B and D, so as to bring to the user's/reader's attention those related pages that aren't already referenced.
I have been using the dataview query "
list from [[]] and !outgoing([[]])
" to achieve this behaviour.But dataview doesn't show content, only filenames.
The text was updated successfully, but these errors were encountered: