Trikzon / obsidian-frontmatter-links

An Obsidian plugin that renders links in a note's frontmatter as links.
MIT License
64 stars 8 forks source link

list of links #27

Open LeonardoGentile opened 1 year ago

LeonardoGentile commented 1 year ago

Hello, thanks for this. Would it be possible to have a list of links like this?

---
link: [http://hello.com, http://www.bye.com]
---
Aletag commented 1 year ago

Hi. Make sure to write each link in quotation marks, like this:

---
link: ["http://hello.com", "http://www.bye.com"]
---