Replies: 1 comment 4 replies
-
Yeah, that's a good idea, go for it. Code is around here: min/js/searchbar/bangsPlugin.js Line 224 in 7749a35 I think the easiest thing to do would be to let the user type multiple URLs in the custom bang URL input, and then split the text and open each URL when the bang is entered. For keyboard shortcuts, we allow multiple entries with a comma between them, but it may be possible for URLs to have a comma in them as well, which would be an issue here. Maybe a less-common separator would work? Also, hello fellow IEEE member :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a plan to support the option to launch multiple sites with a single bang? It'd be nice to type something like "!d" (For dashboard) and get my email, twitter, my uni's moodle, whasapp and other sites launched on a single keypress.
If this is a completely new idea for the Min team and you hadn't thought about it until now, I'd like to be the one to try and implement it! To save you some work (And for the dev experience).
Beta Was this translation helpful? Give feedback.
All reactions