Hi, I am pretty new to Obsidian, YAML, Javascript, and the “dataview”-plugin in general. I would like to do the following and I haven’t found an answer yet.
I would like to have a dataview table with a column named “Links”, which displays all the external links which are in a note in folder “A”.
Example:
I have a folder called “Podcasts”. In this folder are the following notes: “Podcast A”, “Podcast B” and “Podcast C”. Each of these notes has one or many external links to podcast platforms like Spotify, Youtube, Apple-Podcast and so on. The links are normally written like [Link name]/(html-address) <<< without the “/”
The table in the example above should consist of 3 rows that list the name of the Note + all the links of the note in the “Links”-column.
How would I do this?