Use case or problem
I have many short markdown files that in embed in an ‘overview’ file using ![[child-file]]. The outline plugin does not show any headers for the embedded files, only of the overview file. This makes the overview file significantly harder to navigate.
Proposed solution
The outline plugin should include headers from embedded markdown files and function as if they were part of the ‘host’ file (i.e. clicking on it scrolls to the header).
Thanks!