obsidian-map-view
obsidian-map-view copied to clipboard
Interactive map view for Obsidian.md
I would like to use the same modal where I type the location in but insert it into a note instead.
My Map Location template has YAML in it already. So when I use the geolocation note command I get this ``` --- location: [43.096972,-71.465378] --- --- Metadata: fileClass: Thing ThingType:...
I saw that the images are not shown in the plugin store in obsidian. This changes will fix it.
Currently we can set a name format like `Location added on {{date:YYYY-MM-DD}}T{{date:HH-mm}}` I would rather a second modal to set the name of the note, like Quickadd.
When you right click in google maps you get a geocode like `49.28337298208484, -123.10486893711393.` Note the space before the negative sign. It would be nice if map view would support...
when I select "Show On Map" I get an error message saying "Map View unable to open map titles. Try switching the map source using the View controls". Not sure...
Hi The new search feature is a BIG improvement, and it is well done. Tx. The tags search works perfectly. I wanted to comment on few things, though: 1- For...
There is now the ability to customize icons based on tags, but sometimes user may need to map specific icons based on their difined filed in yaml,for example, i define...
This adds a context menu item to reposition pins. When the context menu item is clicked the next click on the map will move the pin to that location. You...
The verifyOrAddFrontMatter function in utils.ts has a bug where it will match keys that are not in the top level. It thinks the data is there when it actually is...