Automatic embeds of blocks, auto transclude of embed queries, ecc., are feature requests that remain in the long list of useful addons. Until there, we can adopt different workarounds with their own limitations.
My suggestion (using Dataview plugin):
- In your daily notes, each time you want to write about the “Project A” you can format your note in this way:
ProjectA:: This is my note about Project A. I'm using an "Inline Field" to work with Dataview. A line of the form "Name:: Value" will automatically be parsed by dataview as a field. Note that you need to write a continuous text, without paragraphs. If you want a paragraph or another note about your Project A in another place, you just need to start a new line with:
ProjectA:: This is another note about my Project A.
- In your “Project A” note you can create dataview queries to all the
inline fields that you defined:
Table 1 with links to my daily notes
```dataview
TABLE ProjectA
WHERE ProjectA
```
Table 2 without links to notes
```dataview
TABLE WITHOUT ID (ProjectA) as "Project Progress"
WHERE ProjectA
```
List
```dataview
LIST ProjectA
WHERE ProjectA
```
- Limitations: the links in the table are for the files/notes, not for the blocks.
EDIT: you can also use “ProjectA” not at beginning of a new line, but in some way you need to separate this “key” from previous text with some punctuation… I didn’t test this hypothesis very much.