pink-gorilla / notebook

Web based Clojure notebook application/-library.
https://pink-gorilla.github.io/
103 stars 9 forks source link

split segment #117

Closed awb99 closed 4 years ago

awb99 commented 4 years ago

a lot of times, the code inside a notebook has to be re-arranged.

I want to be able to move all expressions from the cursor position on to a new cell that is next to the current cell.

we can detect clojure forms via the reader, and then just do the magic.