javalent / obsidian-leaflet

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

Feature Request: Add tags to marker tooltip #322

Open Yilmas opened 1 year ago

Yilmas commented 1 year ago

Per the title, I think it would be very beneficial if the markers could display tags that are associated with the note the marker is linked too.

Bonus feature would be the ability to add a description to the marker, beyond its "title". 2nd Bonus: Allow us to prevent the opening of the brief window on markers.

valentine195 commented 1 year ago

Going through Leaflet issues and saw this.

2nd Bonus: Allow us to prevent the opening of the brief window on markers.

Leaflet registers itself as a Page preview source, so you can go into Page preview settings and make it require holding the Alt/Cmd key to show the page preview, or just turn it off entirely in Leaflet settings.