-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Open URLs in background #14
Comments
Yeah, I wanted the same feature once or twice already. I am not sure if I can though. The "standard library" (so to speak) has a defined behavior for menu item. I only get a callback that the item was clicked and cannot abort the close. But I'll look into it as soon as possible. Do you know any other app which has that feature? (clicking a menu item and the menu stays open. [of course, a native macOS menu and no webview or some]) |
Or it could be the other way, i.e., One might want to mark several uninterested items as read in the menu instead of opening to remove them from the feed list. Then one could read interested things leftover one by one. |
@KarunaXY there is already a feature to hold down option key (and click) to mark an entry as read or unread without opening it. But I assume your comment was stating to use that without the menu closing. I have the same problem here that after a click the callback will close it automatically. So if I can find a solution for the first, there will be also a solution for the mark-as-read feature. ;) |
Motivation/Use case
One might want to scan all new/unread feed items and choose to open several of them in the background. I.e. the menu should not close after opening an item. The option to do so could be exposed as a user preference.
The text was updated successfully, but these errors were encountered: