Comment by ๐ zipsegv
Re: "How should I do tables in gemtext for my blog?"
@arma:
That sort of graphical thing isn't something I'd ever want to write manually.
this seems more like an editor issue than anything. For vim there's table-mode[1] which is extremely useful, and I imagine something similar exists for other editors.
Apr 25 ยท 12 days ago
Original Post
How should I do tables in gemtext for my blog? โ I have a blog (that I've been meaning to write to more). I use an SSG to generate both html and gemtext from a custom format, and I've recently needed to have tables for a post I want to make. However, gemtext (obviously) does not have tables. My idea was to use preformatted blocks to draw a diagram of this, so something like this: [preformatted] However, I'm not sure if this is good from an acessibility point of view. Does this cope well with...