HugoFara / lwt

Learn languages by reading! A language learning app stemmed from Learning with Texts (LWT).
https://hugofara.github.io/lwt/
The Unlicense
169 stars 19 forks source link

chars are not space separated in the SeText column #140

Closed hangug-eo closed 1 year ago

hangug-eo commented 1 year ago

Adding a new mword with languages using "split each character as a words" required to reparse the text content to display these words. The line referencing the new mword was not added in the text2items2, this commit fix this by passing the original (not space separated) mword to the sql query.

HugoFara commented 1 year ago

Hi @hangug-eo thank you for your commit! I finally found some time to go back to LWT, sorry that I didn't answer earlier!

Mutli-words should display better now!