Layout Switcher (RU-EN)
approvedby Aristarkh Khalmirzaev
Переводит выделенный текст из латиницы в кириллицу (и обратно) — исправляет «слепую» печать на неправильной раскладке. - This plugin has not been manually reviewed by Obsidian staff.
Layout Switcher (RU-EN)
Плагин для Obsidian, переводящий текст между раскладками клавиатуры QWERTY ↔ ЙЦУКЕН.
The Problem
Have you ever typed «вслепую» on the wrong keyboard layout and gotten ghbdtn instead of привет? This plugin fixes it with a single keystroke.
Commands
In the command palette (Ctrl+P / Cmd+P):
| Command | Description |
|---|---|
| Fix layout (EN → RU) | Forced conversion: Latin → Cyrillic |
| Convert layout (RU → EN) | Forced conversion: Cyrillic → Latin |
| Fix layout (auto) | Auto-detect direction |
Usage
- Select the mistyped text.
- Open the command palette (
Ctrl+P/Cmd+P). - Pick «Fix layout».
- The text converts instantly.
For convenience, bind a hotkey in Settings → Hotkeys (e.g. Ctrl+Shift+L).
Installation
Obsidian Community plugins
Available in Settings → Community plugins → Browse as Layout Switcher (RU-EN).
Manual
- Download
main.js,manifest.json,styles.cssfrom the releases. - Place them in
<vault>/.obsidian/plugins/layout-switcher/. - Enable the plugin in Settings → Community plugins.
Development
git clone https://github.com/arigurj/obsidian-english-to-russian-layot-switcher.git
cd obsidian-english-to-russian-layot-switcher
npm install
npm run dev # watch mode
npm run build # production build
Supported characters
All Cyrillic letters (including ё/Ё), punctuation (.,;:!?), and symbols on the number row.
License
MIT © arigurj
Описание на русском
Плагин для Obsidian, переводящий текст между раскладками клавиатуры QWERTY ↔ ЙЦУКЕН.
Проблема
Вы когда-нибудь печатали «вслепую» на неправильной раскладке и вместо привет получалось ghbdtn? Этот плагин исправляет это одним нажатием.
Команды
| Команда | Описание |
|---|---|
| Исправить раскладку (EN → RU) | Принудительная конвертация латиницы → кириллицу |
| Конвертировать раскладку (RU → EN) | Принудительная конвертация кириллицы → латиницу |
| Исправить раскладку (авто) | Автоматическое определение направления |
Установка
Доступен в Settings → Community plugins → Browse как Layout Switcher (RU-EN).
Лицензия
MIT © arigurj
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.