Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gregorias/anki-word-hyphenator
- Owner: gregorias
- License: gpl-3.0
- Created: 2020-05-27T18:17:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T06:58:17.000Z (5 months ago)
- Last Synced: 2024-08-03T17:43:52.095Z (5 months ago)
- Topics: anki, anki-addon, anki-plugin, hyphenation
- Language: Python
- Homepage:
- Size: 339 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anki Word Hyphenator
An Anki plugin that hyphenates words during editing.
## 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.