-
-
Notifications
You must be signed in to change notification settings - Fork 410
Description
Is your feature request related to a problem? Please describe.
Yes, I often find it challenging to recall exact words while taking notes. The absence of an autocomplete feature makes it time-consuming to enter frequently used terms, resulting in potential inefficiencies.
Describe the solution you'd like
I would like to implement an autocomplete feature in the Notes App. When I start typing a word in the main text area, the app should suggest complete words in a smaller display box. Upon pressing the Tab key, the suggested word should be automatically filled into the main text area, enhancing the overall user experience and productivity.
Describe alternatives you've considered
I considered manually typing each text word, but this approach is inefficient. Another alternative was to use external note-taking applications with built-in autocomplete features, but I prefer having a customized solution tailored to my specific needs.
Additional context
The Autocomplete Notes App consists of a primary input area for entering text and a secondary box that displays autocomplete suggestions. The application reads from a predefined word list (wordlist.txt), which contains commonly used words and commands. It is built using Python and provides a simple and intuitive GUI. The current functionality allows for basic note-taking, but enhancing it with an autocomplete feature would significantly improve its usability.