Fork me on GitHub
#spacemacs
<
2017-11-15
>
eggsyntax14:11:51

Huh, I fall on the analysis side based on the article, but I definitely eat my corn in rows 😆

mccraigmccraig15:11:22

well i'm a monad-loving emacs-using clojurian so i just got a lot of mixed signals from that article

vuuvi18:11:12

does anyone have recommendations for a markdown preview mode?

ag22:11:47

use vmd. markdown layer supports it

jeff.terrell18:11:42

There are plugins for browsers that render a markdown file and can be enabled on file:// URLs.

eggsyntax20:11:03

I just use Spacemacs' markdown layer, works well enough for me.

vuuvi20:11:48

oh that’s a cool idea @jeff.terrell

eggsyntax20:11:49

(& then that's got a preview mode built tin)

eggsyntax20:11:33

Yep. <leader> c p. Opens in browser.

eggsyntax20:11:41

(typically , c p)

vuuvi20:11:21

so I ran that and I got a zsh:1: command not found: markdown

vuuvi20:11:29

so I guess I have some yak shaving to do

jeff.terrell20:11:47

I like @eggsyntax’s solution better. Gonna try that next time I need to edit markdown.

eggsyntax20:11:07

Yeah, you just need to have the markdown CLI tool installed. Probably just brew or apt install markdown.

vuuvi20:11:24

yep I’m doing that rn

vuuvi20:11:31

also FWIW, , c P or spc m c Penables live preview mode in spacemacs

vuuvi21:11:33

(live preview also uses a buffer instead of opening a new browser window)

bja21:11:10

any idea why I might be getting

No such file or directory, cider-test 
when I have
dotspacemacs-additional-packages '(
                                      (cider
                                       :location (recipe :repo "clojure-emacs/cider"
                                                         :fetcher github
                                                         :commit "8a9eab32646abcaaf31fe83b2d897c01971b98f1")))
?

bja21:11:47

I'm on develop, but need to pin 0.15.1 temporarily (that's the sha for cider 0.15.1)

vuuvi22:11:46

I’ve never had that error @bja but a first mental check is this is probably some error with a cider version or clojure version

ag22:11:47

use vmd. markdown layer supports it

ag22:11:00

it has live preview, which is really cool. I wish there was a way to integrate it into Emacs.