javalent / obsidian-leaflet

Adds interactive maps to Obsidian.md using Leaflet.js
508 stars 30 forks source link

Description in the note's frontmatter #302

Closed sundevista closed 2 years ago

sundevista commented 2 years ago

Hi! Can I put marker description in the note's frontmatter?

I'm using following frontmatter now:

---
tags: place
location: [46.94109352945194,32.06149363916492]
mapmarker: house
---

I tried to use it:

---
tags: place
mapmarker: [house, [46.94109352945194,32.06149363916492],Home description,,]
---

But it doesn't work.