Display a note's sentence, word, and character count, unique word count, estimated time to read/speak/handwrite, and estimated readability of text #2188
sigaloid
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Wonderful! Thanks for sharing - have implemented in my own instance :) Would absolutely love inclusion of Dale-Chall readability formula, so hopefully your test went well! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Mostly just an upgrade to the existing one in the wiki, have just added the time to read/speak/handwrite (~275, ~180 wpm, 68cpm). + unique word count
https://gist.github.com/sigaloid/ed8bac1254fabcc89d2eb1c5d595f539
Might update with more features (like those that exist within https://wordcounter.net/)
Was thinking about porting Dale-Chall readability formula to JS to display the reading difficulty of a note but that's for another day, today I've got a test to study for 😅
If you want the Dale-Chall readability formula version, here you go: https://gist.github.com/sigaloid/c293caa1b7b5ae2cb2fd1371be733eb9
Beta Was this translation helpful? Give feedback.
All reactions