πΎ Archived View for bbs.geminispace.org βΊ s βΊ ascii-art βΊ 20900 captured on 2024-12-17 at 15:02:04. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Pretty cool really. A little go script to convert Mermaid markup to ASCII art. It can be even called via curl:
curl https://mermaid-ascii.art/generate -d mermaid="graph LR\nABC --> DEF"
Oct 15 Β· 2 months ago Β· π johano, Half_Elf_Monk, LucasMW, arma, DdlyH
β―οΈ johano Β· Oct 16 at 02:36:
oh now this is cool! π
π² Half_Elf_Monk Β· Nov 14 at 00:22:
That's cool enough that I'm sitting here wishing for a usecase. I guess... if I write a gemlog post with ... with a flow chart in it? Hm...
π requiem [OP] Β· Nov 17 at 12:09:
Yeah. Also schematics. I've hand-drawn ASCII schematics before but it'd be cooler to use mermaid for it. Look here:
β vigilia.cc/data/vigilia/gemlog/2024/_media/esp32c3-s3-sx1276-wiring.gmi
π² Half_Elf_Monk Β· Nov 22 at 21:13:
Okay so I ollowed the link, admired the schematics and the mermaidASCII usecase. Then I hit the link at the top of that page and it gave me a CUSTOM LXX 404 message. @requiem how did you accomplish that? that's cool
π requiem [OP] Β· Nov 22 at 22:31:
Haha well itβs handled through the little engine I wrote. Quite simply if it cannot find a file then it returns an error header instead of 20/text gemini with the appropriate code.