emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
borkdude 2020-06-03T15:43:03.350800Z

any asciidoc modes for emacs that are maintained?

2020-06-04T07:43:01.354300Z

Coincidentally I'm also looking at asciidoc/antora as an alternate to gitbook-cli :D

hindol 2020-06-03T15:51:00.350900Z

What are the features you need?

borkdude 2020-06-03T15:52:48.351100Z

maybe some syntax highlighting?

hindol 2020-06-03T15:59:54.351300Z

I have used adoc mode for that. It's okay for syntax.

practicalli-john 2020-06-03T16:04:38.351500Z

https://github.com/sensorflo/adoc-mode/wiki is what I use also, although do not write much asciidoc.

borkdude 2020-06-03T16:08:25.351700Z

@jr0cket What do you write your books in? I'm dipping my toes into https://babashka.org/cookbook/

practicalli-john 2020-06-03T16:12:57.352Z

I use https://github.com/GitbookIO/gitbook-cli but I am trying to find something different. I chose it mainly because I can do workshop style websites that have a responsive design without having to write all the html and css templates. It has some convienient plugins, but as its single threaded its very slow to generate a new version of the book (about 40 seconds).

practicalli-john 2020-06-03T16:14:54.352300Z

Would love to find a babashka powered alternative 🙂 Or Clojure in general, or at least something that will use most of my 12 cpu threads. Busy writing content and creating videos for the next couple of months though... Your book looks great so far.

borkdude 2020-06-03T16:17:12.352600Z

asciidoctor seems pretty powerful

borkdude 2020-06-03T16:17:19.352800Z

also easy to generate a PDF with it