jupytercalpoly / jupyterlab-richtext-mode

JupyterLab extension for rich text editing in the notebook
43 stars 18 forks source link

Block quotes and lists should toggle on and off #32

Closed isabela-pf closed 4 years ago

isabela-pf commented 4 years ago

Currently, block quotes and lists need their formatting to be manually removed via backspace. For lists, this is deeply irritating because each bullet or number have to be deleted one by one.

The best solution would be to have these styles toggle on and off via toolbar button. And if we are going to enable toggle on and off for lists, it makes sense to apply it to block quotes as well for consistency.

isabela-pf commented 4 years ago

Along with the topic of toggling lists on and off, list styling should also be switched between ordered and unordered lists just by selecting the other list type's button (rather than having to delete current styling and reapply it).

isabela-pf commented 4 years ago

28 adds toggle on/off to block quotes, but the others have not been resolved yet.

isabela-pf commented 4 years ago

45 adds toggle on/off and between lists, completing this issue.