💾 Archived View for gemi.dev › gemini-mailing-list › 000241.gmi captured on 2024-06-16 at 12:50:14. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
Hi All Just to let you know there is a new release of GemiNaut out today. Mostly minor fixes and improvements, but with a new gorgeous dark theme and bookmarks, there are both usability and aesthetic improvements for everyone. You can also now create your own custom themes if you wish. More screenshots and downloads on the gemini and web sites: => gemini://gemini.marmaladefoo.com/geminaut/ => https://www.marmaladefoo.com/pages/geminaut Changes in this version:
On Sun Jun 21 16:33:02 2020, Luke Emmet wrote: > Just to let you know there is a new release of GemiNaut out today. > > Mostly minor fixes and improvements, but with a new gorgeous dark theme > and bookmarks, there are both usability and aesthetic improvements for > everyone. You can also now create your own custom themes if you wish. > > More screenshots and downloads on the gemini and web sites: > > => gemini://gemini.marmaladefoo.com/geminaut/ > => https://www.marmaladefoo.com/pages/geminaut > > Changes in this version: > > * new dark theme, with variable width font, colours are based on dark > themes of source code editors > * bookmarks - source format is just text/gemini of course > * better vertical spacing - e.g. headings always have space between them > and surrounding paragraphs > * user definable themes - create your own and drop it in the > GmiConverters/themes folder > * help files now use text/gemini format and have their own table of contents > * minor style improvements for plain theme > > As always, any feedback and suggestions welcome. It's a bit ironic that theming relies on HTML and CSS. I think there's room here for a minimal language that would allow applying colours/decoration to arbitrary Gemini contents without depending on the HTML/CSS pair. I don't have any suggestions (yet), but I think Gemini browser authors have an opportunity to come up with a minimalist syntax geared for Gemini contents that isn't as convoluted and rich as CSS. What do you think? Regards, -- Frank LENORMAND
On 21-Jun-2020 14:49, Frank LENORMAND wrote: > On Sun Jun 21 16:33:02 2020, Luke Emmet wrote: >> Just to let you know there is a new release of GemiNaut out today. >> >> Mostly minor fixes and improvements, but with a new gorgeous dark theme >> and bookmarks, there are both usability and aesthetic improvements for >> everyone. You can also now create your own custom themes if you wish. > It's a bit ironic that theming relies on HTML and CSS. Perhaps, but I don't think so. HTML and CSS is just an implementation detail that allows for a very flexible way to present structured textual content. I'd rather focus on building the nicest experience that focusses on readability in a broad sense. To express the elements needed for building the user experience in GemiNaut I would need: font colour, font face, font size, padding, margin, border, underline, hanging indent, block float, text wrap behaviour, tooltips. I think I've just reinvented a wheel, and now I need to invent a layout and behavioural engine to interpret said language. Hang on, my OS can do that for me, so I can spend more time thinking about other stuff... My intention in creating the themes in GemiNaut is to provide some good ones that will suit a wide range of users, but once you have that flexibility it seems no reason not to let users do their own if they have strong opinions on typesetting and layout etc. > I think there's room here for a minimal language that would allow applying > colours/decoration to arbitrary Gemini contents without depending on the > HTML/CSS pair. Might be nice, but I'm not sure its necessary or whether it would be widely adopted by all the different clients. Each client is going to have its own options for how content is styled and presented. Its not just about H1 font and colour is X + Y. > I don't have any suggestions (yet), but I think Gemini browser authors > have an opportunity to come up with a minimalist syntax geared for Gemini > contents that isn't as convoluted and rich as CSS. > > What do you think? I think you might as well start from a subset of CSS if you want the flexibility beyond basic styles. Or if you want something basic, maybe just a list of fonts colours and sizes. But that still leaves out elements of whitespace, margins etc. Best Wishes - Luke
Thanks for your work! Thought: TOC could be accessible via application menu rather then inside the document... freD.
Hey Luke, Geminaut is crashing when I put a wrong url... "toto" for example. freD. ??????? Original Message ??????? On Monday 22 June 2020 11:18, defdefred <defdefred at protonmail.com> wrote: > Thanks for your work! > > Thought: TOC could be accessible via application menu rather then inside the document... > > freD.
On 26-Jun-2020 10:19, defdefred wrote: > Geminaut is crashing when I put a wrong url... > "toto" for example. Huh - try not to do that for now :) It will deal with all schemes (handing off to the system if the scheme is not rendered internally), but if the text is not even a URI, yes it is unhappy. I've fixed this in the next release. Many thanks - Luke
---