You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have upcoming midterms, so it might be a couple of weeks until I completely finish #167. For now, the i flag seems like a good idea to fix this problem for the time being. I can rebase my changes later if need be :)
When supplying skip patterns for the internal file sync, patterns that rely on uppercase characters cannot be skipped (e.g.
.DS_Store
).This is a consequence of using
toLocaleLowerCase
in:obsidian-livesync/src/main.ts
Lines 1151 to 1153 in fad9fed
And in a few other places.
The text was updated successfully, but these errors were encountered: