javalent / obsidian-leaflet

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

filterTag has silent dependency on dataview #300

Closed nickynicolson closed 1 year ago

nickynicolson commented 2 years ago

If I define a map and use the markerTag parameter, I get a warning if the dataview plugin is not enabled, as it is a dependency. The same dependency exists for the filterTag parameter but no similar warning is shown.