Things I have tried
Searching similar scenario(s) in this forum. Didn’t find any.
Trying to take various pieces of code or hints here and there. Didn’t succeed.
That’s why I’m posting this…
What I’m trying to do
I’m a teacher, and on a daily basis I would like to take note of what I do in each class.
I created a single note (.md) for each class I teach in (let’s call them “1A”, “2A”, “1B”, “2B”).
Each note has some informations on each class (say the names of the students, the topics I need to talk about etc).
I would like to be able to automatically populate the topic I taught in each class, starting from Daily Notes (core plugin).
For instance, in today’s Daily Note I would write
1A - Lorem Ipsum
2B - Dolor sit
1B - Amet consectetur
And I would like to see in the “page” of 1A something like this:
2021-09-13 - Lorem Ipsum
In the page of 2B something like this:
2021-09-13 - Dolor sit
and so on.
I can guess that this would be a great work for Dataview (or maybe even DataviewJS), but I’m not that good at using code…
As I don’t know very much about queries and programming language, any hint on how to improve my knowledge would be great, much more than only posting the query code.
Of course, if anyone has a better way of solving this problem (i.e. changing the workflow), please feel free to post suggestions!