javalent / obsidian-leaflet

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

Example of usage from another plugin #309

Closed matthewturk closed 1 year ago

matthewturk commented 2 years ago

Hi! Is it feasible to use this from within another plugin, or is that somewhat out of scope? The specific example I'm thinking of is developing a plugin that scrapes data from strava and constructs a custom view. Alternately, even being able to "name" a particular set of view parameters would likely work just fine, too.

Is the plugin at a state where it could be called from typescript or by developing custom views?