Super FR: Improvements for the Backlinks (and Search) pane (Update 11/2025 : Option to exclude folder or set of notes)

MOD EDIT: Renamed, Edited, Updated some links.

This topic is to consolidate several feature requests concerning the backlinks pane. It has already improved a lot, but I think it lacks 4 fundamental features, that would make it perfect.

1. More/Hierarchical context

Use case or problem

When using the following daily note :

Backlinks pane of project A does not show parent item thus lacks of visibility. We would need the following changes :

Proposed solution

Show more context option is great, but it should be more customizable, mainly with the option to directly show a parent item (possibly without in-between items leading to the parent item).

Current workaround

On each search result, click on the upper arrow ^ to show more context (but it doesn’t immediately show parent item if there are intermediate items in-between !).

Related feature requests


2. Filter with block granularity

Use case or problem

Using the same daily note as above, search results in the backlinks pane are not filterable by blocks. In the example below, I wanted to get blocks with both [[ProjectA]] and #idea. Unfortunately, it returns any block containing [[ProjectA]], as long as there is a #idea anywhere in the same page ! This is because search/filter is made at page level, not block level.

See a more detailed example here and here.

Proposed solution

Possibility to filter backlinks on a block level. This would unlock the possibility to use inline tags in Obsidian. Obsidian already shows each block where the backlink appears : it seems so close to being able to filter each block, and it would be a game changer !

Current workaround

Change your workflow or use Logseq in parallel with Obsidian.

Related feature requests


3. Direct edit

Use case or problem

Backlinks pane items are not editable like a fully fledged note. Impossible to quickly copy/paste all information in the backlinks pane to share it elsewhere. Need to go into each element if you want to edit or copy something.

Proposed solution

Direct edit capabilities for all items in the backlinks pane. Possibility to copy all the backlinks pane items in a single shot.

Current workaround

Open each item separately to edit it.

Related feature requests

4. Save backlinks pane state/preferences per note

Use case or problem

State of backlinks pane (collapse or not, show more context or not, sort, filter) is not saved per note.

Some notes require a backlinks pane fully collapsed with a given filter, others require a fully expended backlinks pane, with more context shown.

Proposed solution

Possibility to save the state of the backlinks pane individually, per note.

Workaround

Set the backlinks pane again, each time you reopen the note.

Related feature requests

https://forum.obsidian.md/t/request-toggle-backlinks-in-document-per-note/51326

5. Exclude a specific set of notes or folder from “Linked Mentions”

Use case or problem

Some times, some notes overcrowd the “Linked Mentions” pane. For examples “daily notes” may or may not be considered spurious in the “Linked Mentions” pane : one may want to hide such results there.

Proposed solution

Being able to exclude a specific set of notes or folder from “Linked Mentions”.

And possibly save it per note, or apply globally on the vault.

Workaround

For folders, exclude it from global search, but it’s a bit drastic. And does not work for a specific set of notes not tied to a specific folder.


Thank you for reading this feature request, and please don’t hesitate to share your thoughts about it.

14 Likes

@JamesKF some cool ideas compiled here. I was wondering what you meant by “filterable by block”. I mean I understand how the regular search pane functionality allows to search lines specifically using line:(), but I am unclear if that is what you meant.

I was and still am interested in being able to sort backlinks by headings. It is different from what you are describing, but you might be interested. Here’s a link. Option to sort backlinks by heading

Thanks

1 Like

@I-d-as : Thanks for reading this and sharing your insights !

what you meant by “filterable by block”.

So, let’s say in your daily note, you have the following :

  • [[ProjectA]] #meeting
    • lorem ipsum
    • lorem ipsum
  • [[ProjectB]] lorem ipsum
  • [[ProjectA]] #idea lorem ipsum
    • Lorem ipsum

If I go to the backlinks pane of Project A, I will get the following :

Name of the daily note

  • [[ProjectA]] #meeting
    • lorem ipsum
    • lorem ipsum

  • [[ProjectA]] #idea lorem ipsum
    • Lorem ipsum

Now, I would like to get only the backlinks related to #meeting. So in the search of the backlinks pane, I write :

tag:#meeting

But this will return the following :

Name of the daily note

  • [[ProjectA]] #meeting
    • lorem ipsum
    • lorem ipsum

  • [[ProjectA]] #idea lorem ipsum
    • Lorem ipsum

Instead of the following :

Name of the daily note

  • [[ProjectA]] #meeting
    • lorem ipsum
    • lorem ipsum

Why ? Because currently, search/filter is made at page level, not block level ! So, as long as there is a #meeting in the same page as my [[ProjetA]] #idea, it will appear as search result in the backlinks pane.

What I want is to only find every block containing [[ProjetA]] and #meeting.

I hope it is more clear with this example !

4 Likes

@JamesKF Thanks! This totally clears things up. It also helps me realize that I have been underutilizing the search functionality within backlinks. Much appreciated.

Edit: I meant to mention that that is a great idea and workflow.

1 Like

I’m glad I was able to share my idea more clearly !

To add a little precision - One could answer back that the following search, in the backlinks pane of [[ProjectA]] :

block:([[ProjectA]] #meeting)

Would make sure that I get as a result only blocks where there is both [[ProjectA]] and #meeting, right ?

Well, that query would unfortunately return :

Name of the daily note

  • [[ProjectA]] #meeting
    • lorem ipsum
    • lorem ipsum

  • [[ProjectA]] #idea lorem ipsum
    • Lorem ipsum

And not :

Name of the daily note

  • [[ProjectA]] #meeting
    • lorem ipsum
    • lorem ipsum

For the same reasons explained above, that is :

search/filter is made at page level, not block level !

So, as long as there is at least one block containing both [[ProjectA]] and #meeting in a page, all [[ProjectA]] occurrences of that page will appear in the backlinks pane of [[ProjectA]].

EDIT :

It seems that in the main search (and not in the backlinks pane search),

block:([[ProjectA]] #meeting)

Will properly return :

Daily note name
-[[ProjectA]] #meeting

(But unless you expand, results are without additional context as in the backlinks pane :

Daily note name

  • [[ProjectA]] #meeting
    • lorem ipsum
    • lorem ipsum

)

So it really seems we are close to getting block-level search in the backlinks pane, either by using block:() or filter through an inline tag #meeting.

2 Likes

By the way, this is how Logseq works by default : see here a kind of similar workflow, on OneStutteringMind YouTube channel.

I recently stumbled upon this very interesting video by @santi where he explains the benefits of using both Obsidian and Logseq instead of trying to fit all your workflow in a single software.

But to me, Obsidian is so close to achieving block-level search/filter in the backlinks pane, so that I can’t make my mind to use 2 different softwares.

2 Likes

@JamesKF Thanks again! I now have something extra to hold out hope for. I had always assumed there was no possible future in having this capability and had become accustomed to having to atomize things out to have this type of search/filtering. It surely makes for a lot of notes. Then, it also makes for a lot of extra (but sometimes very useful) steps re-comping those notes with similar others; however, losing their original context in the process. So, I have this ridiculous habit of also keeping the original source notes around and linked to the atomic children so as to have a trace back to that context should I want it at some point. Breaking up those source notes into headings per atom and embedding those headings in the atoms along with the copied text allows me to freely edit the text and eventually downgrade the embed to a link. This process will be much easier when heading edits automatically update links, at least based on my workflow. It sure is a tangled mess. But, on a positive note, I am accomplishing things impossible without Obsidian, so I am grateful. But, I surely would love to let the blocks be.

If we had block-level search in the backlinks pane, I would use the following approach with daily notes :

  1. If it is a quick comment on [[ProjectA]], I just write it quickly directly in the daily note, and use a tag to be able to filter it later (#meeting, #quote, #idea, etc…).

E.g. :

  • [[ProjectA]] #idea : Lorem ipsum…
  1. If I have a lot to write on [[ProjectA]], I would prefer to create another note, and link to it in the daily note.

E.g. :

  • [[ProjectA]] [[202201231545 - Meeting]] #meeting : Possibly a quick comment.

I still tag it as #meeting, to be able to quickly find it in the backlinks pane of [[ProjectA]]. In [[202201231545 - Meeting]], I write a link to [[ProjectA]] so that it appears in the backlinks of [[ProjectA]].

Therefore, in the backlinks of [[ProjectA]], I can find quick comments that will give context and help remember things, as well as links to more elaborated notes.

1 Like

Here’s another for per/note preferences (different from the linked one):

(EDIT: Added to original post.)

1 Like

Would love any news on this FR.

Anyone heard about news regarding that FR (either native or plugin) ?

Thanks.

Some news or plans regarding this FR from 4 years ago would be quite amazing.


I added a new one today (also updated in OP) :

5. Exclude a specific set of notes or folder from “Linked Mentions”

Use case or problem

Some times, some notes overcrowd the “Linked Mentions” pane. For examples “daily notes” may or may not be considered spurious in the “Linked Mentions” pane : one may want to hide such results there.

Proposed solution

Being able to exclude a specific set of notes or folder from “Linked Mentions”.

And possibly save it per note, or apply globally on the vault.

Workaround

For folders, exclude it from global search, but it’s a bit drastic. And does not work for a specific set of notes not tied to a specific folder.

1 Like

This FR is too broad and is not going anywhere.
For 1. 2. and 4 there are already Individual FR that match pretty closely. You can open new FR for 3 and 5. Thanks

Thank you for your reply, @WhiteNoise.

I’m trying to better understand the reassessment of this feature request.
It was previously marked as “valuable” and edited by mods as “Super FR”, so I’m wondering what specifically led to it now being considered “too broad and going nowhere”. Was this change related to the addition of point number 5, or is there another aspect I overlooked? By “Linked mentions” in no.5, I did mean “Backlink pane” of this very FR.

Any clarification on what “going nowhere” means in this context would be very helpful.
I put quite a lot of time into preparing and refining these FRs, aiming to keep them cohesive and focused on the backlink pane, so understanding the reasoning behind the new evaluation would help me contribute more effectively in the future. That way I can avoid spending too much time on contributions that might later be considered as “going nowhere”.

Thank you very much.

Most of the time we prefer single-focused FR. Occasionally, the team makes a collection of closely related FRs as a single FR. Especially when it’s about developing a new part of the app.

For this thread, I think the requested feature are independent enough that they can live (and someone then already do) in their own thread.