-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Allow Enter key in Notebook entry to add new lines by default #6354
Comments
- Removed enter key handlers from Vue component. - Added "Save" button.
- Removed enter key handlers from Vue component. - Added "Save" button.
Testing Notes
Additional Testing Notes for fixes in #6464
ReferenceHovering over an entry (step 3) |
* Closes #6354 Notebook Enter key adds new lines - Removed enter key handlers from Vue component. - Added "Save" button. * entry must be selected before editing * focus on newly created entry * Closes #6354 Notebook Enter key adds new lines - Removed enter key handlers from Vue component. - Added "Save" button. * do not allow edit unless entry is selected * remove css for disabled cass --------- Co-authored-by: David Tsay <david.e.tsay@nasa.gov>
filed this as a follow up bug, #6411 |
This all looks good. Verified Testathon 3/14/2023 |
Verified fixed |
i appreciate all the verifieds but.... i think something is seriously borked here. separate issue is that if you try to delete a new entry, you get an error since the new entry isn't yet persisted |
Verified fixed-- Testathon 3/17/2023 🍀 |
Is your feature request related to a problem? Please describe.
Line breaks by default from the Enter key was the initial design approach, but that was changed after some user requests at that time. However, after an extended period of Notebook usage by multiple constituents, it's become clear that there is a strong desire to allow line breaks in Notebook entries as the default action. This will become even more important when we go after entry formatting, that allows bulleted lists and tables.
From VIPER user requests 225.
Describe alternatives you've considered
To support this but try to retain some of the Enter key's streamlining, we should do the following:
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: