Skip to content

Commit

Permalink
rather use gridwidth-n-n than simply gridwidth-nn
Browse files Browse the repository at this point in the history
this scheme is more extensible
  • Loading branch information
parmentelat committed Nov 26, 2023
1 parent 88c9688 commit c734650
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 127 deletions.
Binary file modified README-property-inspector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
JupyterLab extension to

- tag cells so that they use a fraction of the width
- can replace former 'split-cell' extension in the classic notebook

## Requirements

Expand All @@ -14,15 +15,15 @@ JupyterLab extension to

### available tags:

- `gridwidth-12` (50%)
- `gridwidth-13` (~33%) `gridwidth-23` (~66%)
- `gridwidth-14` `gridwidth-24`, `gridwidth-34`
- `gridwidth-15` `gridwidth-25`, `gridwidth-35`, `gridwidth-45`
- `gridwidth-16` `gridwidth-26`, `gridwidth-36`, `gridwidth-46`, `gridwidth-56`
- `gridwidth-1-2` (50%)
- `gridwidth-1-3` (~33%) `gridwidth-2-3` (~66%)
- `gridwidth-1-4` `gridwidth-2-4`, `gridwidth-3-4`
- `gridwidth-1-5` `gridwidth-2-5`, `gridwidth-3-5`, `gridwidth-4-5`
- `gridwidth-1-6` `gridwidth-2-6`, `gridwidth-3-6`, `gridwidth-4-6`, `gridwidth-5-6`

### palette commands

- `gridwidth:toggle-12` and so on
- `gridwidth:toggle-1-2` and so on
- `gridwidth:cancel` to reset to full width

### keyboard shortcuts
Expand Down
Loading

0 comments on commit c734650

Please sign in to comment.