Fork me on GitHub
#conjure
<
2020-07-17
>
Olical13:07:27

Sorry about the spam there, that sucks. https://conjure.fun is a thing now though! It's empty, but it's a thing! And behind cloudflare + will accept PRs when done since it's gh-pages.

💯 3
Olical13:07:09

Open to suggestions but I think it'll just a be a landing page with logo, description, links, asciinema or youtube demo, school script snippet, discord embed. I don't think I'll use it for docs since I like the wiki + :help combo, but maybe that'll change at some point.

Olical13:07:57

curl -fL | bash will be cute 😄

👍 3
dave14:07:17

good stuff! i agree, i think it's a good idea for the website to just be a landing page to draw people in and see at a glance what conjure has to offer, then direct them to the github repo for install instructions, see :help for detailed help, etc.

dave14:07:37

otherwise you'd be stuck maintaining 2 separate sources of truth

dharrigan14:07:25

nice domain!

nate18:07:02

does anyone have nice ergonomics around navigating between results in the log buffer? I've started doing ?^; --- and then hitting n till I get to the result I'm interested in. It's particularly useful to hop over a large result quickly

nate18:07:56

another interesting thing to do is put some marks in the log buffer

dave18:07:23

i know there is a way to customize [[, ]], etc.

dave18:07:34

this seems like an ideal use case for that. could be a nice addition to conjure

nate18:07:39

oh that would be nice

nate18:07:51

looks like [[ and ]] already work to some extent

nate18:07:24

[[ goes to top of the form, [[ again goes to the ;--- line, etc.

nate18:07:38

so twice the motions needed, but it does work

dave18:07:17

oh, nice - because it's a clojure buffer, we can just rely on the existing behavior of those mappings

dave18:07:29

mashing [[ for the win!