Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 693 Bytes

ideas.md

File metadata and controls

17 lines (14 loc) · 693 Bytes

Ideas

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 !

Features/Ideas that will be implemented soon

  • Well Documented Setup Process (Reason: No time for that, sorry)
  • Search for topics, titles (In queue)

Features that will not be implemented

  • 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, " "))
        )