# Peeker

This is a nifty little extension I have created to make my life easier when studying a foreign language. Peeker is a lightweight tool with a single purpose - quickly lookup currently selected text on a predefined website.

The demo below uses the Urban Dictionary. For my spanish notes, I use the following config which let’s me instantly look up the definition of any word or phrase in my notes.

```json
{
  "peeker.template": "https://www.spanishdict.com/translate/%s"
}
```

<figure><img src="https://2616052209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUJyZaCyt82nKElWRSKYG%2Fuploads%2FDwK0Q4tKSHJlpOCsHFRG%2Fpeeker.gif?alt=media&#x26;token=ca4e69e6-9f6e-4ab0-b878-ef7593621718" alt=""><figcaption></figcaption></figure>

For more information, go ahead and check out the extension [README](https://marketplace.visualstudio.com/items?itemName=frenya.vscode-peeker).
