Comment by 🚀 stack
Re: "Gemtext Tables, No HTML Required"
These are not really annotations, just pre-formattted text...
You would only need to describe the impotent data points.
I think it's mean to bring attention to impotent points
Apr 27 · 10 days ago
9 Later Comments ↓
🚀 SavaRocks [OP] · Apr 27 at 16:16:
what are impotent data points? google search shows responses for erectile disfunction 😅
@manat Think of text content that need to wrap in table cells. For numeric data, I agree that the insights can be expressed as text (or as graph with alt-text), and the raw data can be provided as a downloadable link.
@SavaRocks This is what i get for blindly trusting the spell check. I read by looking at word shape, and "impotent" looks a lot like "important".
@stack Alt-texts/annotations are part of the standard, no? Lagrange displays them if you collapse a pre-formatted block.
@sy Most of the time text inside tables are short, maybe a word or two, and i can’t think of a example where i could not just describe it with alt-text.
I suppose so... I never thought of these as annotations more like pre-formatted text. For making games :)
@manat It’s not viable to always come up with a single-line alt–text that is a real ‘alternative’ text for the actual content. And there many uses of longer text in tabular data. E.g. for a “table” that compares the remnant sentences of same ancient text that survived through two (or more) different sources/languages.
Oh, I forgot about the text on the same line as ```..
Hi, you could check out this entry on my gemlog, about a utility for creating tables using a bash script.
— Table Generator MD to Ascii/Unicode
🚀 SavaRocks [OP] · Apr 28 at 05:07:
@Caleb and I made all those tables with the box drawing characters from https://en.wikipedia.org/wiki/Box-drawing_characters
Will give your script a try
Original Post
Gemtext Tables, No HTML Required — If you spend any time writing in Gemtext, you quickly run into a familiar limitation: there are no native tables. That's part of the charm - Gemtext is intentionally minimal - but it also means that anything resembling structured data needs a bit of creativity. One surprisingly effective workaround is to lean on Unicode box-drawing characters. The result isn't just functional - it's pleasantly retro, highly portable, and fits perfectly within the constraints…