The Geocoding Properties plugin allows users to enrich their Obsidian notes with location-based metadata by integrating geocoding API results. It automatically queries geocoding services using a note's address, title, or name to retrieve location data such as formatted addresses, latitude, longitude, and map links. The plugin supports multiple APIs, including Free Geocoding API and Google Geocoding API, and provides customizable options for property keys, map providers, and overwrite settings. Results can be inserted into the note's frontmatter in formats compatible with other Obsidian plugins like obsidian-leaflet and obsidian-map-view, streamlining location-based workflows.
What's Changed
- Use setHeading and setTitle to better match official guidelines by @kepano in https://github.com/jose-elias-alvarez/obsidian-geocoding-properties/pull/10
- Allow configuring search properties by @orzarchi in https://github.com/jose-elias-alvarez/obsidian-geocoding-properties/pull/12
New Contributors
- @kepano made their first contribution in https://github.com/jose-elias-alvarez/obsidian-geocoding-properties/pull/10
- @orzarchi made their first contribution in https://github.com/jose-elias-alvarez/obsidian-geocoding-properties/pull/12
Full Changelog: https://github.com/jose-elias-alvarez/obsidian-geocoding-properties/compare/2.0.2…2.1.0