Add quotes to the RFC #16
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
What about using quotes in a reply, on the next line below the link to the source tinylog? For example:
See in practice:
gemini://tilde.team/~supernova/tinylog.gmi
Hi,
Thanks for the feedback.
Although, I'm not sure I understand?
Quotes can definitely be used in tinylog entry in any line of the content. If you look at my tinylog, there are many quote blocks (starting with ">"):
gemini://gmi.bacardi55.io/tinylog.gmi
But maybe I misunderstood your point?
Regarding your response to your second point. Yes, i'll improve the parser soon to make it more robust. First version is aligned almost "too closely" to the rfc.
FYI, your tinylog entry with quote formated in gtl as well (previous capture was from Lagrange)
Are you expecting something different?
OK I wasn't sure if it would work, there was no mention of quoting in the RFC. Maybe adding a quote to one of the examples at the bottom just to mention that quoting is possible and should be rendered by clients the same as the gemini spec.
For that matter, what about third level headers (###), bullets (*) and code (```)? Might be a good idea to mention these as well. Since (#) and (##) have special purposes in tinylog those cannot be used in the content sections but the others can.
Tinylog is still a text/gemini format and thus you can indeed use ### or ```, lists or whatever.
It is then the role of the browser/client to display them correctly.
I'm going to leave this ticket open until I commit a change that will be more explicit about this.
Yes, I think that is the best course, to just mention somewhere in the spec that all gemini formatting can be used normally except for # and ## which must only be used for specific purposes in the tinylog format. Thanks for your consideration.