Other notes linked in timeline do not show as links in graph
I use Obsidian for drafting posts for my blog, and I'm using this addon for timelines of posts I make under certain topics. I link the notes for the posts in the timeline items, but links between the note with the timeline and the note with the blog post draft never form in the graph view. Maybe a bit of an odd request, but it'd be nice if this were fixed as I find the graph view somewhat important for my system of organization. Thanks for your time.
I too see this issue. The link in the graph only appears if it's outside the timeline code block.
This concerns also the Dataview-Plugin. Filtering notes like
```dataview
TABLE
file.folder as folder,
file.mtime as time
FROM [[@JAppleseed]]
SORT file.mtime desc
does not show notes with outgoing links within the timeline-codeblock like
```timeline
+ 2024-02-29
+ Example Headline
+ contact with [[@JAppleseed]]
Any solution to this problem?