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

Improve section management #411

Merged
merged 4 commits into from
Jun 28, 2021
Merged

Improve section management #411

merged 4 commits into from
Jun 28, 2021

Conversation

jonatanklosko
Copy link
Member

@jonatanklosko jonatanklosko commented Jun 28, 2021

Closes #360.

Allows inserting sections anywhere in the notebook and shows confirmation to section deletion where the user can decide to delete or keep all the cells.

sections_management.mp4

Sidenote

With this more granular approach to sections, I think it would be perfectly fine if the bin (#50) contained only individual cells and not sections. Such approach should make it more intuitive to use, since the user doesn't need to remember whether they deleted a cell individually or in bulk, and also they could delete a section of cells, but then bring back only a specific cell that they need.

@jonatanklosko jonatanklosko merged commit 44dc3d9 into main Jun 28, 2021
@jonatanklosko jonatanklosko deleted the jk-section-management branch June 28, 2021 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow sections between code sections
2 participants