Omid Mogasemi

Results 43 issues of Omid Mogasemi

Addresses #1270 by removing the optional`doinsert` parameter entirely (looks like this was its only usage).

Addresses #755 by adding a new cell for "markdown". The current issues with this implementation, however: - Had to bring in `turndown` to convert html to md for markdown cells....

Addresses #1023 by adding a toggle button in each cell to view cells side-by-side. Implementation notes: - The toggle button currently only moves the current cell to a side. While...

The shortcut for the `Shift+Enter` command reads `Run cell and select the next cell. If there is no cell, create one.`. However, if there is no next cell to select,...

bug
ui

Addresses #1038 by adding a new button to optionally wrap output text

A few miscellaneous bug fixes lumped into one PR: - Fixes #1316 by making cards with no id un-clickable (it would previously just focus cell 0). - Fixes #1314 by...

Addresses #1298 ![drag-drop-notebook](https://user-images.githubusercontent.com/11023620/191615769-b578ea9a-dbcd-47d6-8aec-0c168ae6b4c6.gif)

Addresses #1301. Some things that this PR doesn't cover (if we are okay with this, I will make issues to track these further): - A few features that might be...