-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solve max text length #6
Comments
When writing some long text on new_paragraph, new_line or write methods. The string is saved on file without jump lines. |
This max length should be about 80 characters. |
Hi, I could possibly work on that. Best, |
Any help is welcome! Thanks! |
|
@didix21 I just submitted a PR on this. Would like to see your input & many thanks in advance! |
Thanks @mhmdkanj for your work! As soon as I can check it, I give you some feedback! |
Fix #6: add option to wrap text on new lines, paragraphs and writes
new_paragraph
new_line
write
The text was updated successfully, but these errors were encountered: