An Anki plugin that hyphenates words during editing.
You can install directly from AnkiWeb using Anki’s addon management.
You can fetch an addon package from the GitHub Releases tab.
- Run
package
from the main directory. This will createwordhyphenator.ankiaddon
. - Import
wordhyphenator.ankiaddon
in Anki.
- Write some text in a field.
- Press
CTRL+-
(on macOS,⌘+-
) or click this add-on’s button in the editor’s button bar.
The addon accepts the following configuration options:
shortcut
(default:"ctrl+-"
or"cmd+-"
) — The keyboard shortcut for the hyphenation action.apply_on_note_flush
(default:false
) — Whether to apply the hyphenation action on note saves. This feature is experimental. Let the maintainer know if there any issues.