Things I have tried
Watched some videos and searched for some obsidian plugins
What I’m trying to do
I want a plug in, I think.
If I have a file with
![[a]]
Hi there
![[b]]
and the file a contains “Joe” and the file b contains “Harry”, then I want Obsidian to display the file as though it were
Joe
Hi there
Harry
This is different from the current syntax, because there is extra “stuff” around the file which is included using the usual
![[]]
notation.