reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
caumond 2021-02-02T21:16:26.048Z

Hi guys, I want to use reveal with leiningen, and for me it was not straightforward. As I'm not a leiningen expert, could you all check my proposal to @vlaaad. Reveal need to launch a repl function, I used the :repl-options { :init ...} option . @vlaaad, I did not find how to contribute directly to your website, a few lines in that readme I suggest you add in your tutorial: https://gitlab.com/caumond/reveal-lein-tuto. Maybe it's not a good option finally, my cider connection in spacemacs is not opening, a nrepl connection instead. I'm still checking.

vlaaad 2021-02-02T21:18:15.048200Z

Hi! Since you use nrepl, nrepl middleware will be enough, see example here: https://github.com/vlaaad/reveal/issues/20#issuecomment-760173589

caumond 2021-02-02T21:20:22.048800Z

I'm checking, I guess it does

caumond 2021-02-02T21:21:41.048900Z

Yes it work fine !! I didn't find that references, what a noob, (;p

caumond 2021-02-02T21:25:26.049100Z

Maybe a small improvement to prevent further guys to miss it, like I did. You could cite at the beginning of the nrepl-based editor what are the major ones: cider, ...

caumond 2021-02-02T21:26:06.049300Z

because nrepl-based editor, now I got it, I find it obvious, but I first miss it.

caumond 2021-02-02T21:26:25.049500Z

That said, thx for your great contribution to clojure wolrd

vlaaad 2021-02-02T21:41:11.049700Z

my pleasure!

vlaaad 2021-02-02T21:41:34.049900Z

Yes, I probably should add leiningen setup example somewhere...

caumond 2021-02-02T21:44:01.050100Z

@seancorfield told me about github, a pleasure for me to contribute. I never found an opportunity to contribute an open source project in code, suggesting modifications in an md files is ok for me, (;p

caumond 2021-02-02T22:15:54.050300Z

I suggest au pull request on the http://github.io repo. Hope it helps a little bit.