mrrepac14 downloadsOffline Russian rhyming dictionary: rhymes, stress marks and synonyms for the selected word. Press Ctrl+C twice to look up a word.
An offline Russian rhyming dictionary for Obsidian: rhymes, stress marks, meanings, synonyms and more for the selected word. Made for songwriters, poets and rappers who write in Russian.
Русское описание: README.ru.md
.dsl / .dsl.dz files and reorder them.In the panel: single-click a word to copy it, double-click to jump into its rhymes. Ctrl + ← / → (or a horizontal swipe on mobile) cycles through the sections.
Obsidian installs only the plugin code (main.js, manifest.json, styles.css). The dictionary itself (~73 MB) is downloaded on first use from this repository's GitHub release:
The download is a manual, explicit step so it never eats mobile data or storage without your consent.
From the Community Plugins catalog (once accepted): Settings → Community plugins → Browse → search "Russian Rhymes" → Install → Enable.
Manually: download main.js, manifest.json and styles.css from the latest release into <your vault>/.obsidian/plugins/russian-rhymes/, then enable the plugin in Settings → Community plugins.
The plugin code is MIT-licensed (see LICENSE). The dictionary data is compiled from open datasets and carries their licenses:
all_accents, term2freq) — CC0Because the compiled data includes ShareAlike sources, the dictionary as a whole is distributed under CC BY-SA 4.0 (with the association layer additionally NonCommercial, CC BY-NC-SA 4.0). Attribution for the definition and association sources is also shown in-app.
npm install
npm run build # tsc type-check + esbuild bundle → main.js
The dictionary is built from the sources above with the scripts in tools/ (see tools/sources/README.md). main.js and dict/ are git-ignored; the release workflow builds main.js from source on a version tag push.
MIT © 2026 mrrepac