Dániel Kántor
Dániel Kántor
So this is basically a dictionary page? :thinking: It could basically be a page that has a table like this: **word**|**meaning**|**links**|**Skills** :-----:|:-----:|:-----:|:-----: manzana|apple|Examples Learn|Food, Nature hablaba|talked|Examples Learn|Past España|Spain|Examples Learn|Travel, History...
> Good suggestion for the format. > > What I have so far is hosted here: https://github.szabgab.com/lili/ I keep working on it for now here, but at one point we...
btw, I see a large amount of overlap with this issue: https://github.com/kantord/LibreLingo/issues/1851 basically this feature can be implemented using what your script does. If we export the word list to...
> So if we move over the code I'd like to get commit bit. you mean authorization to merge directly? you can get such authorization for sure. I am also...
One big argument for the monorepo model is that everything is in one place and managed from one place. If anything breaks it can be fixed in one repo. If...
So basically this is now deployed at https://librelingo.app/course-tools-legacy/
> It's a bit confusing having the names "words" and "phrases" not be accurate. Anytime you want to teach a word that can't be shown with a picture, you make...
> I realize this would be quite a difficult challenge. I would prefer that LibreLingo had a system for looping through phrases at increasing difficulty, similar to Duolingo's "levels" on...
One thing to keep in mind is this: https://github.com/kantord/LibreLingo/blob/be08b75b67e76c69210accb7b4cb6fe7527735cc/apps/librelingo_utils/librelingo_utils/utils.py#L6-L10 we are basically choosing the number of levels based on how many words and phrases a skill has. I. e. words...
> Huh, I wasn't aware of that. Perhaps this could be re-written to somehow calculate based on the actual lengths of the items, not the word/phrase distinction. That might makes...