What is Nostr?
Jonathan Hartley /
npub12kh…dp6t
2024-12-19 17:05:15
in reply to nevent1q…wxg9

Jonathan Hartley on Nostr: nprofile1q…3j6tr It is nice, I used to use it a lot. I think I moved away because I ...

nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqfsj6yh3jaatuh79s8w5txvddq8eafqg0lp8rar69uvg5k2gx56psx3j6tr (nprofile…j6tr) It is nice, I used to use it a lot. I think I moved away because I got tired of it not having an offline mode, and needing github credentials. Maybe it handles that better these days?

Nowadays, for one-shot rendering, I use my own md2html script:

input="$1"
output="${1%.md}.html"
css=".../style.css"
pandoc --from markdown --to html --self-contained -c "${css}" "${input}" -o "${output}"

Which I guess required me to steal some nice CSS from somewhere? Maybe I pulled it from grip!?
Author Public Key
npub12kherz524kx62yqjxtcq80nx6r20z0u4wzmw4prjt65m39zwkucq3qdp6t