esm7 / obsidian-map-view

Interactive map view for Obsidian.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map View Filter Problem

cjt3 opened this issue · comments

commented

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 it down to it being an issue with any note that has parentheses in the path (either in the note name or folder name).

Example: I have a note named "Trip (Jan 2022)". I can display a Map View of that note just fine, but if I try to filter on linkedfrom:"Trip (Jan 2022)" the filter gives an error.

commented

Thank you for the precise finding of the root cause, it's indeed an edge case I didn't consider. Will get it fixed.

commented

Fixed in 2.3.0 (not released yet).

Sorry to bug but any update on 2.3.0 release date?

I am so so sorry, I saw you release 3.0 already.

commented

Just a few hours ago :)

I just updated to 3.0 and still have the same issue

image

Red box.

Logs don't quite say much

image

This is my filter query linkedfrom:"Create/Travel/2022-01 England & Scotland.md"

Are special characters not allowed in linkedfrom filename? (like &) ?

commented

I didn't take into account the & character. Will release a fix soon (probably tomorrow).

commented

Released the fix.