Fork me on GitHub
#conjure
<
2020-10-17
>
Olical11:10:39

I accidentally tagged and released master before I merged develop 😬 fixed now!

dharrigan11:10:19

thanks oliver!

❤️ 3
victorb11:10:46

\o/ just tried 4.7 and fixes "the little floating window that didn't want to go away" issue! Cheers 🍻

Olical12:10:17

WOO 😄 also thank you so much for the sponsorship, I will be sure to spend it on caffeine (and maybe alcohol if required?) to continue Conjure development

❤️ 3
victorb12:10:44

It is the least I can do as I'm now switched to conjure fulltime! Thanks for creating/maintaining it 👏

❤️ 3
nate18:10:14

Wait, I can evaluate clojure code in markdown files?!

👀 3
6
Olical19:10:50

Yep, you have to configure client_filetypes and point markdown at the Clojure nREPL module, I'm on my phone so I can't write this out as something copy paste able right now

nate22:10:42

cool, I'll have to play with this at some point

nate22:10:04

didn't even know it was a thing I could have, but now I really want to try it out for docs

Olical12:10:42

let g:conjure#filetype_client = {'markdown': 'conjure.client.clojure.nrepl'}
Will configure Conjure to treat markdown buffers like Clojure and let you eval things, presuming you're configuring Conjure before it's loaded. If it's after you can set the markdown key on the filetype_client map instead.

nate15:10:52

this is amazing, I just tried it out and it works wonderfully

nate15:10:59

thanks for this feature!

Sean Twie0306:10:41

I created a PR to add this feature to doc/conjure-client-clojure-nrepl.txt to make it easier to find. https://github.com/Olical/conjure/pull/122

Olical12:10:42

let g:conjure#filetype_client = {'markdown': 'conjure.client.clojure.nrepl'}
Will configure Conjure to treat markdown buffers like Clojure and let you eval things, presuming you're configuring Conjure before it's loaded. If it's after you can set the markdown key on the filetype_client map instead.