I'm developing a simple plugin to conveniently insert geolocation info into the note editor. Does Joplin provide an API for accessing geolocation? If not, any suggestions for implementing this?
You can access the latitude, longitude and altitude properties of a note here:
Well, I want to get the current geolocation, not the geolocation from when the note was created. It should work like the āInsert timeā button: when pressed, it inserts the deviceās current location (latitude/longitude) at that moment.
We don't currently expose this API but a PR would be accepted if you're interested in implementing it
1 Like