Open aaronczichon opened 6 months ago
Current location is not possible as Geolocation API is not available in Obsidian context. But we can provide other features via the command palette.
The current marker draft includes a command for every size. We should open an modal instead and let the user pick the setting he/she wants.
Implemented into branch feature/v2
.
Description
It would be nice to add a location directly to the current editor file using the command palette.
Expectation
I can open the command palette using a command like
Insert current location
and the codeblock for the plugin is automatically generated using the geolocation API of the browser.Hints