I'm supposed to implement a code editor (single file for now) in javafx, currently I'm trying to use a WebView with codemirror. I'm wondering if it seems like a good option to you or if I should try something else first.
Sounds fun! I would use monaco (that’s used in vs code) — https://github.com/Microsoft/monaco-editor — but I don’t know much about codemirror
nice I will take a look ! thanks
Is there any examples out there of a minimal cljfx project with clojurescript webviews ? Does it seems to be a bad idea for some reasons ?
Maybe this one can help you: https://github.com/cljfx/cljfx/blob/master/examples/e37_web_view_local_content.clj
Or this one: https://github.com/cljfx/cljfx/blob/master/examples/e39_web_view_extensions.clj
There are other examples in the same folder. Just in case you need something else.