Bryan Maniotakis24 downloadsBuild your vocabulary one word at a time. Add words manually, or grab them instantly with the Chrome extension or Kobo importer.
An Obsidian plugin for building a personal dictionary. Import any word you read to your vault as a note with the definition, example sentence, and a link back to where you found it.
When you save a word, Lexophile looks it up, creates a note in your Dictionary/ folder, and adds it to a table view. The lookup goes to the free Dictionary API by default, or to a local SQLite file you download once if you switch to offline mode.
That's it. Everything stays in your vault as Markdown.
To install manually:
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/lexophile/ folder inside your vault (create it if it doesn't exist)Add a word: open the command palette and run Lexophile: Add word to lexicon. Type or paste a word and hit Enter.
Mass-import: run Lexophile: Mass-import words from a list. Paste a list separated by commas, spaces, or new lines.
Kobo import: in settings, enable Kobo import. Plug in your Kobo, run Lexophile: Import words from Kobo, and pick the words you want to save.
Web capture: install the Chrome extension. Highlight a word on any page, right-click, and choose the Add to Lexophile menu item.
In settings, switch Dictionary source to Local (offline) and click Download. The plugin fetches a ~23MB dictionary file (about 167K English entries from Wiktionary) and stores it in the plugin folder. After that, lookups are local and instant.
Data comes from MattDodsonEnglish/english-dictionary.
No analytics, no telemetry, no account. In online mode the plugin calls api.dictionaryapi.dev. In offline mode the only network call is the one-time dictionary download.
MIT