obsidian-map-view
obsidian-map-view copied to clipboard
Interactive map view for Obsidian.md
Since Obsidian supports arbitrary files, one could also link .gpx files (ie trails) in notes. It would be cool to display those files in your vault on the map view....
Is it possible to add options for aliases, categories? There are just too many tags
I'd love to be able to embed a map in a note like an image... something to the effect of: `` ...I'm sure there's problems with this syntax,...
I have been having a problem with some notes not displaying in Map View with a filter, and also getting an error (red box) on the filter. I finally tracked...
Currently, the geo location links `[](geo:lat,lon)` are parsed blindly within the markdown note as far as I can tell. I was attempting to create a dynamic map location using dataview...
When I use the "Dracula + LYT" theme, the bottom of the Map View settings looks like this:  Link to theme (also available via Obsidian): https://github.com/xRyul/ObsidianMD_Dracula_x_LYT Imagine that's true...
Adds BaseGeoLayer that FileMarker extends and in the future a GeoJSON class could be added as well. BaseGeoLayer outlines shared attributes and methods that each subclass must define. Modifies many...
Here's my use case: I made a map of all my neighbors (most of which I only see once a year at the block party) so I can remember who...
Hi! I'm quite new in using your plug-in (which is absolutely useful ~ thank you for that 😊), but I wonder if there is a way to change the appearance...
When using backlinks in the new properties fields aka yaml array, Map view does not recognize these for `linkedfrom:` queries. Example frontmatter: ``` places: - "[[New York]]" - "[[Boston]] ```...