mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Vocabulary builder: store word context, other tweaks and fixes (#9195)
Add a copy button and save word context (off by default), shown via the three-dot menu of word entries. Also some db refactoring and minor UI improvements: - a dedicated book title table in order to shrink db size by storing references to title names instead of repeated actual strings, - alignment of different forms of the "more" button and possible clipped words in translations. - fix plugin name so it can be disabled
This commit is contained in:
@@ -188,7 +188,7 @@ local order = {
|
||||
search = {
|
||||
"dictionary_lookup",
|
||||
"dictionary_lookup_history",
|
||||
"vocabulary_builder",
|
||||
"vocabbuilder",
|
||||
"dictionary_settings",
|
||||
"----------------------------",
|
||||
"wikipedia_lookup",
|
||||
|
||||
Reference in New Issue
Block a user