skyjake / lagrange

A Beautiful Gemini Client
https://gmi.skyjake.fi/lagrange/
BSD 2-Clause "Simplified" License
1.18k stars 61 forks source link

"View as..." page context menu item #359

Open skyjake opened 2 years ago

skyjake commented 2 years ago

It should be possible to force a page to be interpreted in a specific format: plain text, gemtext, Atom XML, or some other supported format, regardless of what the media type or file extension are.

This is useful for example when viewing local files that may not have the expected file extension, when a misbehaving server sends an incorrect media type, to see the plain-text source version of a gemtext page, or to get an untranslated Gopher source.

In practice, this could be an item in the page context menu.

This could also be a solution for #338, allowing access to the original fetched page source.

skyjake commented 2 years ago

Version 1.13 makes it possible to toggle between plain text and styled Gemtext views.