Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregorias/anki-word-hyphenator

An Anki plugin that hyphenates word during editing
https://github.com/gregorias/anki-word-hyphenator

anki anki-addon anki-plugin hyphenation

Last synced: about 2 months ago
JSON representation

An Anki plugin that hyphenates word during editing

Awesome Lists containing this project

README

        

# Anki Word Hyphenator

An Anki plugin that hyphenates words during editing.


a GIF showing Hyphenator at work

## Installation

### From AnkiWeb

You can install directly from
[AnkiWeb](https://ankiweb.net/shared/info/1140138750) using Ankiโ€™s addon
management.

### From GitHub Releases

You can fetch an addon package from [the GitHub Releases
tab](https://github.com/gregorias/anki-word-hyphenator/releases).

### From Source

1. Run `package` from the main directory. This will create
`wordhyphenator.ankiaddon`.
2. Import `wordhyphenator.ankiaddon` in Anki.

## ๐Ÿš€ Usage

1. Write some text in a field.
2. Press `CTRL+-` (on macOS, `โŒ˜+-`) or click this add-onโ€™s button in the
editorโ€™s button bar.

## โš™๏ธ Configuration

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.