Skip to content
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

Open
kczx3 opened this issue Oct 27, 2017 · 5 comments
Open

Enhancement Request: Multiline Todos #7

kczx3 opened this issue Oct 27, 2017 · 5 comments

Comments

@kczx3
Copy link

kczx3 commented Oct 27, 2017

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.

@LucasLeandro1204
Copy link

Maybe a markdown description, and then a modal to show the to-do item? If so I can take this =)

@CyanSalt
Copy link
Owner

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.
I'll do it as soon as I can. 😢

@kczx3
Copy link
Author

kczx3 commented Oct 31, 2017

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.

@CyanSalt
Copy link
Owner

CyanSalt commented Nov 3, 2017

1.6.0 is comming now and this feature has been implemented.

You can press shift+enter when the cursor is focused on the input to expand the note panel, though it support text only yet.

I know this function is too imperceptible to find out so i'm thinking about how to make it more convenient.

_20171103181517

@kczx3
Copy link
Author

kczx3 commented Nov 3, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants