leits / MeetingBar

🇺🇦 Your meetings at your fingertips in the macOS menu bar
https://meetingbar.app
Apache License 2.0
4.35k stars 188 forks source link

Feature: Detect link without https:// #722

Closed emilevictorportenart closed 1 month ago

emilevictorportenart commented 1 month ago

Issue that this suggestion fixes

When a google meet link doesn't have the https://, it's not detected as a link and it's not possible to open the event in the browser.

CleanShot 2024-05-08 at 10 51 28

Solution description

Detect Google meet links automatically, even when https:// is not present.

Alternatives considered

Add https:// to all links

Additional context

No response

leits commented 1 month ago

Hi @emilevictorportenart, You can use custom regexes in Advanced Preferences for any of your custom search preferences. Detecting links without https:// is a dangerous behavior and can be unpredictable for users. The meeting services are quite in line with this so if a meeting is created from any of the integrations it always has the https:// prefix.

emilevictorportenart commented 1 month ago

Thanks for letting me know!