Fork me on GitHub
#cljfx
<
2021-04-06
>
pbaille09:04:35

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.

vlaaad09:04:02

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

pbaille10:04:56

nice I will take a look ! thanks

pbaille10:04:09

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 ?

yunior15:04:10

There are other examples in the same folder. Just in case you need something else.

pbaille04:04:30

Thank you @UHKJRNXJP, I am aware of those examples, I was thinking of a project with the full clojurescript integration, compiling, hot reloading etc...