SimpleMarkdown/app
colugo a4d9a9b9d7 Add basic readability highlighting
Personally, I'm a terrible writer and I've found simple aids really help keep my prose tight.
These changes will highlight sentences that are hard to read, based on the number of syllables they contain.
Here's what happens based on syllable count:
- less than 25 syllables: its easy to read (heuristically speaking), and has no background colour
- between 25 and 35 syllables, it's a bit hard to understand, and has a yellow background colour
- over 35 syllables, its quite hard to read, and has a red background color

This might be well outside the scope of what you had in mind, but I personally find it usefull.
At the moment it's on by default, in a seperate observer.
Maybe you could add add a setting for it
2020-04-08 07:59:36 -07:00
..
src Add basic readability highlighting 2020-04-08 07:59:36 -07:00
.gitignore Add basic readability highlighting 2020-04-08 07:59:36 -07:00
acra.properties.sample Fix error reports and allow disabling them 2020-04-08 07:58:54 -07:00
build.gradle Add basic readability highlighting 2020-04-08 07:59:36 -07:00
google-services.json Add basic readability highlighting 2020-04-08 07:59:36 -07:00
proguard-rules.pro Add Samsung build flavor 2020-04-08 07:58:53 -07:00