nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

replace placeholder '123456' by '${query}' #429

Closed smic1909 closed 9 years ago

smic1909 commented 9 years ago

Replace the misleading '123456' placeholder

nate-parrott commented 9 years ago

Are you sure ${query} is any more understandable as a placeholder than 123456 (for non-programmers specifically)? I agree there's probably something better, but not sure ${query} is it.

(also, I can't merge this as is, b/c it'll break people's existing settings. Plus, many sites percent-encode the {, } and $ characters, so this patch will break for a lot of sites.)