- moved arrow generation to a misc function
- script funboxes will be disabled with zen and quote
- fixed arrows after 100 "words"
- added arrows back to the funbox list
* Added wikipedia mode to funbox
* removed console log
* added loader when getting section
* Fixed error where Wikipedia section would be too short for certain time or words amount.
* fixed error where words where not added to UI
* Add minimum of 100 words for poetry and wikipedia funbox in time mode
Co-authored-by: Jack <bartnikjack@gmail.com>
* Add weakspot mode.
This keeps track of a per-character "weakness" score, basically a
moving average of the spacing duration with a penalty for incorrect
letters. The weakspot funbox mode uses this to bias towards words
with lots of weak letters.
* Comment about keeping weaknessScores
* Move weakspot to its own module.
* prettier