💾 Archived View for bbs.geminispace.org › u › skyjake › 17991 captured on 2024-07-09 at 04:02:01. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-06-20)

➡️ Next capture (2024-08-18)

🚧 View Differences

-=-=-=-=-=-=-

Comment by 🕹️ skyjake

Re: "Gemtext tables & etc"

In: s/Gemini

Having implemented a table layout routine or two in the past, it is way too complex for your average gemtext parser/renderer. As @vi points out, tables have a lot of nuance to them. In addition to merged cells, you'd probably want to control which cells are headings and maybe adjust the widths manually to make the layout more natural... It's a great deal of effort and the bang for the buck isn't really there.

I recommend either using preformatted tables like [1] and/or linking to some other table format (GitHub Markdown isn't too bad, for example [2]), and not worrying about the client presentation too much.

— [1]: Gemini Spacecraft On-Board Computer (OBC)

— [2]: GitHub Docs: Organizing information with tables

🕹️ skyjake [mod, sysop]

Jun 18 · 3 weeks ago

1 Later Comment

😺 Houjimmy [OP] · Jun 19 at 15:41:

Ok. But so let's start it simple: Using a library like "tabulate" within the preformated syntax ``` between a specific identifier would still present a very decent and easy tabulation, github-styled, at least for presenting text.

Original Post

🌒 s/Gemini

Gemtext tables & etc — I have a question: Is it an heresy to consider that the gemtext protocol would be incredibly better (like, a GIANT LEAP) with the inclusion of tables like in html2 (just the tables, i'm not mentioning anything else)? I think it would really help with the content organization in the space of the screen. The developers had said much about gemini like an evolution of gopher, and it really is at protocol level but I really can`t say much about the gemtext standart, it's...

💬 Houjimmy · 11 comments · Jun 17 · 3 weeks ago