-
Notifications
You must be signed in to change notification settings - Fork 21
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
Enhancement Request: Multiline Todos #7
Comments
Maybe a markdown description, and then a modal to show the to-do item? If so I can take this =) |
Thanks for advice. It's what i am thinking about. I'm finding the best way to control the textarea's height automatically, or another good way to organize multiline description. |
No worries. I briefly looked at textareas and their height but there doesn't seem to be a great way for it to automatically adjust, sadly. |
1.6.0 is comming now and this feature has been implemented. You can press I know this function is too imperceptible to find out so i'm thinking about how to make it more convenient. |
This is fantastic work! Great job. You may consider not copying the contents of the input to the textarea when shift+enter is hit. I see myself using the main part as a header and then adding notes below so it doesn't make sense to copy the contents when shift+enter is hit. But you may have had other thoughts on its use. |
I see you are using an INPUT element for the description of the todo. I think it would be helpful to allow them to be multiline. You could use a TEXTAREA or maybe on save of the description, copy the contents to a DIV instead of leaving a TEXTAREA field.
The text was updated successfully, but these errors were encountered: