Kofi Gumbs
Kofi Gumbs
Interesting! Multi tabs currently use [NSWindow.addTabbedWindow](https://developer.apple.com/documentation/appkit/nswindow/1855947-addtabbedwindow) which means they get all the default macOS tab affordances. If there's a way to do this without implementing custom tabs, I'd be open...
Thanks for reporting. I suspect this is related to #34 (making this note mostly to my future self)
This turned out to be different from the GMail/Calendar issue. Still looking into it!
That would be great! I'd be happy to help you (or anyone else interested) in getting that PR going. Here are some quick notes if you'd like to take a...
Forgot to update after [our Twitter conversation](https://twitter.com/kofigumbs/status/1485744725248421897). If anyone reading has time/interest in contributing, I'd suggest starting by looking into how Tauri and/or Electron do it. Happy to discuss implementation...
I think @pkrayzy's suggestion for the Adguard rules is the way to go for this one. I'm not going to be able to support ad-blocking on every website, I'd be...
@avichou the blocklist is distributed within the app bundle: `Multi.app/Contents/Resources/blocklist.json`. See the WebKit documentation for more details about block rules and their syntax: https://webkit.org/blog/3476/content-blockers-first-look/ There is still no per-app blocklist,...
This is awesome -- thanks for sharing @pkrayzy!!
Thanks for doing the initial research here. I'll take a look next time I get a chunk of time for Multi updates.
You can use multiple Multi tabs for the same site using the JSON config. For example: ```json { "tabs": [ { "title": "Code", "url": "https://gitlab.com/org/repo" }, { "title": "Issues", "url":...