Sorry for the delay, knee deep in code. Is there any particular lookup website? They all pass parameters in slightly different ways, so for now we're just hard-coding them.
Eventually we might have to make it more configurable, but we're always biased against settings because there are instant problems about where they live. Do they belong to the document? The user? The device? How are the settings shared with collaborators? Shared with yourself on other devices? Etc. Not having settings at all is a great way to not have those problems. So we'll likely want to just hard-code all requests until there are so many it's unworkable.
Sorry for the delay, knee deep in code. Is there any particular lookup website? They all pass parameters in slightly different ways, so for now we're just hard-coding them.
Eventually we might have to make it more configurable, but we're always biased against settings because there are instant problems about where they live. Do they belong to the document? The user? The device? How are the settings shared with collaborators? Shared with yourself on other devices? Etc. Not having settings at all is a great way to not have those problems. So we'll likely want to just hard-code all requests until there are so many it's unworkable.
BUMP