-
**Is your feature request related to a problem? Please describe.**
I'd like to request a feature that allows users to type text within the designated input field. Currently, the component does not …
-
### Bug Description
When you attempt to change the text color and open the color menu, the menu itself will be initialized without any borders to help you differentiate it from the background.
### H…
-
### Description
Description
Hello my dear
I want shift +Insert to paste the copied text. i check on windows dont work in /code area
thanks a lot
### Impact
all version
### Addition…
-
i have converted text to speech in Python using the gTTS (Google Text-to-Speech) library.
pip install gTTS (install this package in terminal)
os.system("start output.mp3") plays the saved audio fi…
-
While working on #269 (and contemplating challenges for #141), I had a bit of a brainwave. Hypothetically, it's possible to create embedded text "hints" that are dismissible by a given user (click on …
Viqsi updated
2 weeks ago
-
## Is your feature request related to a problem? Please describe.
Currently, the Editor Hub doesn't support voice input, which can be a barrier for users who prefer or need to use speech-to-text func…
-
It would be nice to make `teximg` and `text` more similar. This way one can start using `text` as a first approach and then later change to `teximg` if needed so.
For comparison
```
f = text(0,0, tex…
-
### Do you intend to personally contribute/program this feature?
No
### I would like to see this change made to improve my experience with
Mod capability as a Modder
### Description
Modify the me…
-
Create a dialog sequence file for each conversation that happens.
Any reference to a character name should be all lowercase and should always be the same.
- [ ] #67
- [ ] Scene 1 (Start Screen & Ch…
-
For instance, if I want to toast a pretty-printed dictionary:
```python
toast = Toast()
toast.setTitle("User data")
my_data = {'id': 42, 'username': 'alice', 'role': 'user'}
toast.setText(json.…