What do you want to do with the information after you’ve written it?
If you want to split out every list into separate items, you’d need to have the link in each line. If you just want to use for display purposes, you’re free to just have that one link. So it all depends on what you want to do with the information you enter at a later stage.
If a daily note has one link to a page, it doesn’t really care (loosely speaking) if you’ve got any more links to the same page, AFAIK.
I re-read your request, and I’m maybe misunderstanding, but if you want to query in the “Guy” for anything linking to it from a “random” daily note, that is indeed possible, but would require a link for each item you’d want.
Using Dataview this could look something like:
```dataview
TABLE item.text
FROM [[]]
FLATTEN file.lists as item
WHERE contains(item.outlinks, [[]])
```
This would indeed show each line with the link, and you can’t expect any query to reformat it and move the link above the others, and restructure sentences.