I am trying to create 3 database tables using dataview: dictionary, phrases, and verbs. I will take notes on a resource and add what I have learned to these tables. I want to display the full table in notes named dictionary, phrases, and verbs. I want the note on the resource to contain a filtered view of the tables with just the words, phrases, etc. that were added from that resource.
Using the standard frontmatter I can only have 1 table per note and 1 item per table.
I have looked through the documentation for YAML frontmatter and have been unable to create a table that functions how I expect it to.
Another attempt:
To include multiple tables in the same resource note I would need it to look something like this:
and then get the full table in my table Note:
I’m not exactly sure what I’m doing wrong with the syntax and the documentation doesn’t seem to have 1 continuous example that I can work through to understand and I have gone through multiple youtube videos and still don’t understand it.
Let me know if you have any ideas on how to accomplish this task. Thanks for your help!