What I’m trying to do
Hi All. I’m new to Obsidian, I’ve read a lot but my question might be too basic. Apologies in advance
As a teacher, I have 1 note per class I manage. Each note contains 4 identical sections, for example: Status, Coming, Tests, Actions.
Within each section, I use bullet lists and sometimes action items (Tasks plugin)
I’d love a recap note (some kind of home page) that contains a table like:
Type | Class1 | Class2 | Class3 |
---|---|---|---|
Status | a | b | c |
Coming | d | e | f |
Tests | |||
Actions |
Where letters “a to f” actually display the content from appropriate sections from each note. At a glance, this would show me where I stand with each class. I could then enhance this with a calendar, show upcoming lessons dates/times, …
Things I have tried
Tried the basic ![[Class#Section]] , it displays the required bullet list, but it also displays a big title within the cell, which I’d like to avoid
Tried ![[Class^Section]] (Section becoming a generated paragraph id), but that paragraph is only the section title, not its content)
I tried to add a manual ^Class1Section paragraph name at the end of the class appropriate section (appended to the last list item, which I don’t find nice), and refer to it ![[Class^Class1Section]] but that seems to be considered as a paragraph of its own, empty, not containing bullet points (edit: or only the last one)
Could you please help me dynamically get the section content in the appropriate table cell?
I’m new to Obsidian and would love to not immediately jump into too advanced features. If you feel that my table/cells idea is not optimal, feel free to share other ideas.
Thanks a lot!