notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Restore parinfer

Open deas opened this issue 6 years ago • 3 comments

Migration to shadow-cljs sacrifed parinfer. We want it back.

deas avatar Dec 12 '19 07:12 deas

We have a setting :editor (:text :parinfer). Now with navbar we should be able to toggle quickly between edit modes.

awb99 avatar Dec 13 '19 18:12 awb99

parinfer can now be refactored! the editor components are now easy to understand.

awb99 avatar Apr 15 '20 05:04 awb99

saite uses codemirror with paredit: https://github.com/jsa-aerial/saite/blob/master/src/cljs/paredit_cm/core.cljs https://github.com/jsa-aerial/saite/blob/master/src/cljs/aerial/saite/codemirror.cljs

https://github.com/jaredly/reepl/blob/master/src/reepl/code_mirror.cljs

klipse https://github.com/viebel/klipse/blob/master/src/klipse/ui/editors/editor.cljs

https://github.com/raymcdermott/reptile-tongue reptile also uses parinfer.

awb99 avatar May 11 '21 04:05 awb99