- cleanup css, remove rules that no longer belong here because they are now in either of jupyterlab-{courselevels,hidecell}
- workaround #16: revert to
defer
forwindowingMode
in the notebook settings, unless the local setting 'windowing_mode_defer' is set tofalse
- splitcell-to-gridwidth is careful to avoid duplicate tags
- fix #14
- update README-use-case to show action on multiple cells
- actions apply on all selected cells, not just the active one
- more helpful readme with a gif micro demo
- explicitly require jupyterlab-celltagsclasses to be at least 0.5
- make sure to use at least celltagsclasses 0.5.0
- fix #6
- now the button gets added in the right panel however there are times where it goes leftmost in the toolbar...
- an attempt at improving issue #6
- still not perfect, there are still glitches when several notebooks are present
- turn dropdown on or off with settings editor
- merged #5 - add button in toolbar thanks @firezym
- merged #4 - keyboard shortcuts are now in the form Alt-1 Alt-2 etc, or just Alt-0 thanks @firezym
- expose command
split-cell-to-gridwidth
to convert notebooks
- initial release