Ramon van Dam

Results 6 comments of Ramon van Dam

It looks like it's the default configuration, here's the config in data.json of the plugin: ``` "urlParsingRules": [ { "name": "OpenStreetMap Show Address", "regExp": "https:\\/\\/www.openstreetmap.org\\S*query=([0-9\\.\\-]+%2C[0-9\\.\\-]+)\\S*", "preset": true, "ruleType": "latLng" },...

I think I found (part of) the issue: the "Generic Lat,Lng" parsing rule seems to be used first. If I change the regular expression for that one to something else,...

Aaah, I see that I forgot to mention this was about summaries hehe, my bad :) This is specifically for the maxStreak function for summaries (and the related ones for...

Aah yes, that would work perfectly for my use case! Makes sense to me to make a separate expression function for it to make it useable in a broader context.

Weirdly enough, I have the exact same issue on my Windows installation. Weeks start on Monday over here and it's correct in the date pickers in the full task editing...