Support filename variable in sidebar filters (backlinks, graph, etc)

Use case or problem

There’s a big debate about using YAML vs. Links for metadata (created date, breadcrumbs, etc). I prefer using Links because this lets me quickly jump to related notes and build graphs of related notes.

e.g.

Support filename variable in sidebar filters (backlinks, graph, etc)
created:: [[2022-08-22]]
parent:: [[Obsidian]]

However, this leads to adding weak links to the Linked Mentions. They would be stronger than Unlinked Mentions but weaker (different) from explicitly mentioning in the note with more context.

Proposed solution

I think a simple solution to this would be to support filename variable in the sidebar filters (backlinks, graph, etc).

filter: -line:(created::FILENAME) -line:(parent::FILENAME)

Current workaround (optional)

Change the filter every time I open a note.

e.g.
open 2022-08-22.md
Update the sidebar filter (graph or mentioned links) to:
-line:(created:: [[2022-08-22]]) -line:(parent:: [[2022-08-22]])

open Obsidian.md
Update the sidebar filter (graph or mentioned links) to:
-line:(created:: [[Obsidian]]) -line:(parent:: [[Obsidian]])

“-line:(created:: [[Obsidian]])” isn’t necessary here but the results would be the same as deleting the line.