💾 Archived View for bbs.geminispace.org › u › mediocregopher › 2030 captured on 2024-02-05 at 12:15:01. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

➡️ Next capture (2024-03-21)

🚧 View Differences

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

Comment by 👻 mediocregopher

Re: "If I could add one thing to the gemtext spec, it would be a..."

In: u/mediocregopher

I think horizontal rules are useful in the context of written documents, you see them in books frequently as a way of lightly splitting up chapters for example. It's kind of like a sub-header, but without having to name the sub-section.

If I was feeling spicy, I would make the argument that we shouldn't forget about the horizontal rule just because markdown has brainwashed us into thinking that heirarchies are the only way to structure digital written content :P

That said, I'm definitely aware the ship has sailed on this so I'm not really making a proposal. It was more of a one-off thought into the void :)

👻 mediocregopher [OP, .com]

2023-06-15 · 8 months ago

2 Later Comments ↓

🚂 octal · 2023-06-15 at 21:56:

I like to think of <hr> as an unnamed header, as @mediocregopher suggests, when it's used to introduce a new scene or topic. In a book, this might be rendered as a line of three stars * * * instead of a solid horizontal line.

Conveniently, if that's your use-case, Gemini Text already has unnamed headers! Just make a header line (#,##,###) and don't put any text in it :)

(your rendering may vary)

❄ freezr · 2023-06-16 at 04:09:

horizontal lines can be achieved through a simple...

____________________

or

••••••••••••••••••••••••••

Isn't perfect but it works...

Original Post

👻 mediocregopher [...]

If I could add one thing to the gemtext spec, it would be a horizontal line rule (like <hr/>). You can do it manually, but you can't know how wide the reader's screen is and if you guess badly it looks weird.

💬 10 comments · 2023-06-15 · 8 months ago