We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to shadow-cljs sacrifed parinfer. We want it back.
The text was updated successfully, but these errors were encountered:
We have a setting :editor (:text :parinfer). Now with navbar we should be able to toggle quickly between edit modes.
Sorry, something went wrong.
parinfer can now be refactored! the editor components are now easy to understand.
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.
No branches or pull requests
Migration to shadow-cljs sacrifed parinfer. We want it back.
The text was updated successfully, but these errors were encountered: