I use a feature of firefox where you can assign a bookmark with a keyword while passing in an argument to a variable part of the url. For instance defining a bookmark with:
url: https://some-ticket-tracking-site.com/tickets/%s keyword: ticket ... allows you to type "ticket 37" and you will navigate to https://some-ticket-tracking-site.com/tickets/37 I love this feature the regular firefox qs plugin doesn't look like it supports it. I want to tweak the plugin so it does this, but where to start? How do you specify that an action takes an argument? Could I just have to add something to the info.plist or is it deeper? Would I have to make a custom version of QSHTMLLinkParser? ...
