Retain/remember status of “Backlinks in document”

+1 (it is really an inconvenience multiple times a day … its small but would have for me a huge improve for usability)

3 Likes

+1 Really need preferances to save backlink states. Hate having to change it for every note a view

1 Like

+1. Seems like it’s more a bug than an improvement since the behavior is already there in the side panel and missing in the embedded view.

6 Likes

thanks this is great

rather have always collapsed only, than collapsable but manual every time.
updated the CSS, to also hide the arrow.

  1. Place a CSS file in your vault in /.obsidian/snippets.
/* backlinks in document - hide expanded parts */
.search-result-file-matches {
    display: None !important;
}

/* backlinks in document - keep the font color grayish instead of white */
.tree-item-self {
    color: var(--nav-item-color) !important;
}

/* hide all arrows, since collapsable arrows don't work anymore */
.search-results-children .tree-item-icon.collapse-icon {
  display: none;
}
  1. enable this in settings
  2. nice always collapsed
    image

+1. Really need this feature.

I agree 100%. I use the side panel for keeping other things in view, but use the backlink list at the bottom of notes extensively.

The backlinks at the bottom of a note just need to sort in the same way as the side panel. There’s not even the need to have two different settings (in my opinion!)

I always sort newest first, and it’s a pain to have to resort every. single. time I open a note!

1 Like

obsidian-query-control plugin stopped working after obsidian update.
dear obsidian team, please, put this feature on roadmap to implement.

2 Likes

I’m sorry, I hope I won’t get banned for this :laughing::laughing:

1 Like