1.4.4
1.4.4
Features
- Split up
Translate selection to selected language
into two commands (#38 - Many thanks to @ksdavidc for the suggestions, feedback and inspiration):Translate selection (choose language)
: same functionality as before: opens a modal where you can select a language to translate the selection toTranslate selection (default language)
: no selection modal will be opened, selection will be immediately translated to whichever language is specified as the default target language
Default target language
inSettings > Functionality
now offers more choices (#38):Most recently used
: your default target language is the language that was last used for translatingDisplay language
: your default target language is the same as Obsidian's display languageManually select language
: opens up a dropdown setting where you can specify a specific language to always translate to
Changes
- The
default target language
will now always be the top language that appears when translating a note or translating via the context menu - Improved styling in settings menu for sub-settings (#38)
Fixes
- [CRITICAL] Issue where all plugins listed after the translation plugin in
enabled-plugins
would not load when FastText is installed (#39 - many, many thanks @andremeireles for reporting this issue)
I apologize to anyone who encountered this issue, and I promise to avoid making these kinds of mistakes in the future, and catch them sooner in the development process.
Developers
- Added a more worked-out API documentation, including more examples (#37 - thanks @MMoMM-org for the suggestion)