Jonas Karneboge82 downloadsRight-click any selected word to look it up in Wiktionary. Works in editor and reading view. Shows definitions, etymology, synonyms and more for German, English, French, Italian, Swedish, Dutch, and Spanish — each from its native Wiktionary edition.
An Obsidian plugin that lets you look up any word in Wiktionary without leaving your vault.
Right-click any selected word → "Wiktionary: „word"" → definitions appear in a sidebar.
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/wiktionary-sidebar/ in your vaultThe sidebar updates every time you look up a new word and stays open until you close it.
Open Settings → Wiktionary Sidebar to toggle languages on or off:
| Language | Source | On by default |
|---|---|---|
| Deutsch | de.wiktionary.org | ✓ |
| English | en.wiktionary.org | ✓ |
| Français | fr.wiktionary.org | |
| Italiano | it.wiktionary.org | |
| Svenska | sv.wiktionary.org | |
| Nederlands | nl.wiktionary.org | |
| Español | es.wiktionary.org |
Each language is fetched from its own native Wiktionary edition via the MediaWiki action=parse API — German from de.wiktionary.org, English from en.wiktionary.org, and so on. This means words with special characters (e.g. „autonomía") are found correctly on their native edition. The HTML response is parsed locally — no data leaves your machine beyond the Wiktionary API request itself.
MIT