-- Leo's gemini proxy

-- Connecting to bbs.geminispace.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

s/GemalayaBrowser

sub about the gemalaya browser

https://gemalaya.gitlab.io/

😺 Moderated by: gemalaya


🌒 Subspaces

📖 Help

❤️ Code of conduct

Sign up


Posts


😺 gemalaya [mod]

gemalaya 0.6.2 released. This fixes the behaviour of "Shift+Tab" to focus the previous element in the page. Added - Qt slots for clipboard functions - Shortcut to open links from the clipboard - Shortcut to copy the content of text items to the clipboard Changed - focusFirstVisibleItem(): focus text and links groups only Fixed - Backtab (Shift+Tab) navigation between items

💬 View post · 2023-12-14 · 5 months ago


😺 gemalaya [mod]

gemalaya v0.6.0 released. This fixes most of the issues recently raised by @lufte. Thank you, @lufte :) Added - Config settings for the page margins - Link grids: make it possible to limit the grid's height when no link in the grid is focused - Add a shortcut to skip a grid and focus the next element in the layout Changed - Change the default shortcut to go back in the history Fixed - Disable TTS, animations and MultiEffect on preformatted text items

💬 2 likes · 2023-12-06 · 5 months ago


🛰️ lufte

Thoughts on Gemalaya — Writing my thoughts here, about the Gemalaya browser and *from* the Gemalaya browser. Running it and setting up my certificate was dead simple, that's important! I wasn't able to build it with pip though, it complained about a circular import (I can give you more details if you want). I find the UI very peculiar, it sure has its own identity and style. I like the "Gemalaya!" popup when selecting a link, hah. The TTS is a killer feature, gemtext is such an accessible...

💬 12 comments · 2023-12-02 · 5 months ago


😺 gemalaya [mod]

gemalaya can now do text-to-speech on a whole page in "read-through" mode. Just press "Ctrl+space" on some text and it will read all the text in the page. Press "n" to skip some text and go to the next text item.

💬 2 likes · 2023-11-29 · 5 months ago


😺 gemalaya [mod]

In gemalaya you can now choose to show links in grids (instead of vertical lists). Links that are next to each other in gemini pages are grouped and shown in a grid, screenshot attached to this post. [https link]

gemalaya-grids.png

💬 2 comments · 1 like · 2023-11-07 · 6 months ago


😺 gemalaya [mod]

Text translations are now supported in gemalaya. Right now it's limited to the languages supported by nanotts (edit the config.yaml to change the language priorities). When the text is translated to another language, and if you've activated TTS as well, the text-to-speech conversion will run again for this language. After activating it in the settings, just press 't' to translate, and 'l' to change the target language.

💬 View post · 2023-10-22 · 7 months ago


😺 gemalaya [mod]

Gemalaya 0.5.2 was released. PicoTTS is now the default TTS engine. PicoTTS is a lightweight offline text-to-speech engine. By working offline and not requiring any remote service, it doesn't violate privacy and the speech synthesis quality is pretty good. There are 2 voices for english in pico, british and american, right now it'll always use the british one. It's bundled in the AppImage so you don't have to install anything else to use the picotts engine. - Add support for the Pico text-to-...

💬 2 comments · 2 likes · 2023-10-18 · 7 months ago


😺 gemalaya [mod]

The gemalaya browser can now communicate with the misfin protocol. In the application, just press "Ctrl+m". If you have no identity yet you'll be asked to create one. Press "Ctrl+m" again and it will popup the compose dialog. Right now only the default identity can be used, i'll add an identity import dialog soon. If you browse a gemini page and there's a misfin URL like "misfin://tyler@hashnix.club", opening the link will open a compose dialog. Shoot a message here if you see any issues.

💬 4 likes · 2023-09-28 · 7 months ago


😺 gemalaya [mod]

Here's a demo of text-to-speech in gemalaya, reading @Supernova 's post about RSS & the modern web. It's possible to change the playback rate with a keyboard shortcut, that's why the voice's tone changes a bit sometimes :) [https link] TTS demo in gemalaya

💬 3 likes · 2023-09-25 · 7 months ago


😺 gemalaya [mod]

Gemalaya 0.4.8 was released. This release adds support for text-to-speech. - Support for text-to-speech (TTS) on text items, using gtts - TTS audio player with keyboard shortcuts to seek and play/pause the audio - Basic config settings for TTS: autoplay and "slow reading" - API for text language detection I'll post a video soon to show how it works. [https link] Gemalaya's website [https link] Gemalaya on the AppImage website

💬 2 likes · 2023-09-24 · 7 months ago


😺 gemalaya [mod]

Gemalaya v0.4.7 was released: - Support file uploads with the titan protocol - Convert rst (restructured text) documents to gemtext - Add a UI option to show link URLs when links are focused [https link] Gemalaya's website [https link] Gemalaya on the AppImage website

💬 1 like · 2023-09-23 · 7 months ago


😺 gemalaya [mod]

Gemalaya 0.4.4 was released: - Add a download object button for certain mime types when a link is focused - GeminiAgent: remove temporary files on destruction - Page loading animation - Media playback control actions for the video player - Focus the first visible element when switching between gemspaces - Add macros for running searches on Auragem Gemalaya is now listed on appimage.github.io [https link] Gemalaya's website [https link] Gemalaya on the AppImage website

💬 View post · 2023-09-12 · 8 months ago


😺 gemalaya [mod]

Gemalaya version 0.4.3 released: - Transparently render Atom & RSS feeds as gemini tinylogs - Keywords to URL expansion rules - Actions to save and load the pages in the stack layouts - Add a combo box to set the theme in the settings [https link] [https link]

💬 2 comments · 1 like · 2023-09-09 · 8 months ago


😺 gemalaya [mod]

Gemalaya's AppImage (starting with v0.4) now automatically downloads new updates, you only need to download the AppImage once. [https link] [https link] [https link] [https link]

💬 View post · 2023-09-05 · 8 months ago


😺 gemalaya [mod]

Gemalaya version 0.3.9: - support for input snippets: store and reuse snippets of text when writing input responses - text search mode [https link] [https link]

💬 View post · 2023-09-04 · 8 months ago


😺 gemalaya [mod]

I recently started working on a keyboard-driven Gemini browser called Gemalaya, it's mainly written in QML (with Pyside6). Until now i had not found a Gemini browser that could be entirely driven from the keyboard, i wanted to have something similar to how qutebrowser works. Some things like identity management are still missing, that's what will be added in the near future. An AppImage is available. [https link]

💬 8 comments · 1 like · 2023-08-25 · 8 months ago


Options

🗣️ Sort by activity

🔥 Sort by hotness

Gemini feed

Atom feed

-- Response ended

-- Page fetched on Wed May 8 01:56:45 2024