javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.09k stars 71 forks source link

File in admonition do not show backlinks #120

Closed Miroier closed 2 years ago

Miroier commented 2 years ago

For example, i create a admonition in [[Windows Software]] like this:

```ad-summary
title: pdfReader
collapse: open

1. [[SumatraPDF]]


when i click into the [[SumatraPDF]] page, i cant find the [[Windows Software]] in Linked mentions.

additionally, if i rename the [[SumatraPDF]], it won't react to the [[SumatraPDF]] in [[Windows Software]].

I think it's the same problem
valentine195 commented 2 years ago

This is because Obsidian does not parse code blocks for links. You can use the setting "Sync Links to Metadata Cache" to try to help with this, but it is not officially supported behavior for Obsidian and may not work 100% correctly.