Ideas for this project, feel free to create an issue to suggest any features. Ideas that will not be implemented may have a solution for it !
- Well Documented Setup Process (Reason: No time for that, sorry)
- Search for topics, titles (In queue)
- Voice Over - Text to Speech (Reason: May not work on some browsers)
- You can actually add the function by yourself:
// text is not defined, create an element picker, get the content and set the content as text speechSynthesis.speak( new SpeechSynthesisUtterance(text.replace(/\s/g, " ")) )
- You can actually add the function by yourself: