https://twitter.com/OliverCaldwell/status/1284055927314882570?s=09
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.
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.
curl -fL <http://conjure.fun/school|conjure.fun/school> | bash
will be cute 😄
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.
otherwise you'd be stuck maintaining 2 separate sources of truth
nice domain!
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
another interesting thing to do is put some marks in the log buffer
i know there is a way to customize [[
, ]]
, etc.
this seems like an ideal use case for that. could be a nice addition to conjure
oh that would be nice
looks like [[
and ]]
already work to some extent
here's how i did it in vim-alda: https://github.com/daveyarwood/vim-alda/commit/45031eaae26ba4ab2c1f960bbb9f528beb0189d6
[[ goes to top of the form, [[ again goes to the ;--- line, etc.
so twice the motions needed, but it does work
oh, nice - because it's a clojure buffer, we can just rely on the existing behavior of those mappings
mashing [[
for the win!
haha