Tables in gemtext... #6

Open
opened 2025-02-07 20:44:32 +03:00 by DarkCat09 · 2 comments
Owner

Somehow they should be readable for both regular users and users with disabilities. Not an ASCII table, because read above + too complex to render. One of possible options:

[Table] <-- this caption is localized
No., Name, Price per unit, Quantity, Price
1: Pixel 7a, 30 000, 2, 60 000
2: Carrot, 29, 0.150, 4.35

Yes, it's kinda CSV. Looks ugly, I know. If anyone reads this (why??), suggest your better solution.

Somehow they should be readable for both regular users and users with disabilities. Not an ASCII table, because read above + too complex to render. One of possible options: ``` [Table] <-- this caption is localized No., Name, Price per unit, Quantity, Price 1: Pixel 7a, 30 000, 2, 60 000 2: Carrot, 29, 0.150, 4.35 ``` Yes, it's kinda CSV. Looks ugly, I know. If anyone reads this (why??), suggest your better solution.
DarkCat09 added the
md2gmi
enhancement
labels 2025-02-07 20:44:32 +03:00
Author
Owner

Honestly rendering tables in gemtext is overall a bad idea

Honestly rendering tables in gemtext is overall a bad idea
Author
Owner

Suggestion:

---
No. | Name | Price per unit | Quantity | Price
1 | Pixel 7a | 30 000 | 2 | 60 000
2 | Carrot | 29 | 0.150 | 4.35
---
Suggestion: ``` --- No. | Name | Price per unit | Quantity | Price 1 | Pixel 7a | 30 000 | 2 | 60 000 2 | Carrot | 29 | 0.150 | 4.35 --- ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DarkCat09/dc09rs#6
No description provided.