esm7 / obsidian-map-view

Interactive map view for Obsidian.md
MIT License
598 stars 30 forks source link

Modification of marker colors in json via external program does not update marker colors, even if json file now reads marker colors #220

Closed rchaklashiya closed 8 months ago

rchaklashiya commented 8 months ago

Basically, I have a python script for automatically modifying the markers to what I want them to be. It works for the hashtag, the icon, and the shape fine. But it should also work with the colors as well (those are formatted the same way) And yet it doesn't--even though the json reads the correct colors. I've attached my data.json file here, does anyone see anything that might be the issue? data.json

rchaklashiya commented 8 months ago

nvm figured out the issue! I used "color" as the key instead of "markerColor." When I changed that it got fixed!