LinguaCafe
LinguaCafe
- [ ] Add a chapter order index in the database - [ ] Let users reorder chapters in a book by dragging them
There is a read_count column in the database for counting how many times unique words(encountered_words in the db) and phrases have been read by the user, however it is not...
Support for saving one translation and setting a level for multiple words together with the same lemma. For example: å løpe/løper/løpt - to run.
In v0.7 subtitles will be importable into the library from Jellyfin. They are missing a chapter edit function. This will be added in the future, but I am prioritizing other...
There is a config array in the `config/linguacafe.php` file called `words_to_skip`. These words are set as ignored when they are imported, and not counted in the learned and read words...
When reviewing a phrase, the phrase is displayed with spaces between every token in non Japanese and Chinese languages. It should not have a space before characters like question marks,...
Browser plugin that allows the user to import any text from the browser, or use popup vocabulary right there on the websites as they were in LinguaCafe's library.
Right now there is no option to update lemmas for already imported words. There should be an option offered to the user before importing text that overrides lemmas for existing...
On some delete dialog's there is a delay animation so the user cannot delete things accidentally without reading the dialog. It is done with multiple setTimeout calls, but should be...
Bookmarks for books, that allow users to continue their reading where they stopped.