An Obsidian plugin for efficient language learning
Open a German text.
Go to an unknown word.
Create a dictionary entry for it.
Add your context.
Link all forms and similar words.
Repeat.
The "Generate" command will take the name of the opened file and:
- if it's not a normal form of a word, add a link to a file with a normal form
- if it's a normal form, will generate the structured dictionary entry
The "Populate" command will:
- create the files for ALL the links in current file
- add an explicit backlink to the current file in every created file
reise →
reisender →
gereist →
reistet →
Each word type has a specialized template that includes:
- Pronunciation
- Conjugation/declension tables
- Synonyms and antonyms
- Translation
- Morphological breakdown
The plugin automatically maintains bidirectional links between related words, helping you build a network of connected vocabulary:
- Links between base verbs and their prefixed forms
- Connections between synonyms and antonyms
- References between related grammatical forms
-
The plugin will drastically alter the default Obsidian behavior. It is highly recommended to use it in a special Vault. The easiest way is to copy the Vault with onboarding Tutorial
-
The plugin will be creating a LOT of files (every conjugation of every word will live in its own file). So it is highly recommended to make a special folder ("Worter") for all the new files to go to by default.
All of the automatically created files go to Worter/{the_first_letter_of_the_word}/{word} by default -
Setup the hotkeys for plugin's commands. The essential ones are:
- Generate a dictionary entry for the word in the title of the file (Generate command)
- Add backlinks to the current file in all referenced files (Populate command)
- Go to any German text
- Select any German word and enclose it in [[]]
- Copy the context with [[selected_word]]
- Go to the [[selected_word]]
- Invoke the Generate command
- Go to the generated infinitive / normal form of the word
- Paste (Ctrl / Command + V)
- Invoke the Populate command
This plugin utilizes network requests to communicate with the following remote services:
- Google Gemini API: Used for translation, dictionary entry generation, and other language processing tasks.
These APIs require network access to function properly. The plugin sends text to these services for processing and receives the results back. Your API keys are stored securely within your Obsidian vault and are not shared with any third parties.
This plugin requires you to provide your own API keys for the Google Gemini API. You can obtain these keys by creating accounts on the respective platforms.
This plugin is not affiliated with or endorsed by Google. The use of the Google Gemini API is subject to their respective terms of service.
This plugin is licensed under the MIT License. See the LICENSE file for the full license text.




