nuljon / BlogTales

Django project for my personal website remake - code portfolio focus
0 stars 0 forks source link

Social Forum - Spellchecker - defer the feature? #32

Open nuljon opened 5 years ago

nuljon commented 5 years ago

the social forum is using Django TinyMCE 4 lite , which is compatible with the spellchecker plugin using the python library interface pyenchant (currently not actively maintained) to Enchant C++ library. This spellchecking solution involves building from source Enchant. For now, spellchecking is deferred as a feature in the Social Forum requirement due to dependency weaknesses.