Add option to toggle preformatted blocks and display their alt-text instead #1

Closed
opened 2021-02-25 21:08:57 +00:00 by tomasino · 2 comments

Feature request to be able to load a gemini page in bollox such that all preformatted blocks are replaced with their alt-text. This could be a key-press to toggle between the modes via a reload, or a switch to enable browsing in this mode from launch.

Feature request to be able to load a gemini page in bollox such that all preformatted blocks are replaced with their alt-text. This could be a key-press to toggle between the modes via a reload, or a switch to enable browsing in this mode from launch.
Owner

Notes toward alt-text in bollux:

  • variable BOLLUX_PRE_DISPLAY =

    • pre: default, only show pre content
    • alt: only show alt text
    • both: show both (alt text, then pre content)
  • toggle:

    • BOLLUX_PRE_DISPLAY could be : delimited, like PATH
    • walks thru the options, reloads the page
# Notes toward alt-text in bollux: - variable `BOLLUX_PRE_DISPLAY` = - `pre`: default, only show pre content - `alt`: only show alt text - `both`: show both (alt text, then pre content) - toggle: - `BOLLUX_PRE_DISPLAY` could be `:` delimited, like `PATH` - walks thru the options, reloads the page
acdw closed this issue 2021-02-27 02:52:08 +00:00
Owner

DO NOTE that the variable is called T_PRE_DISPLAY, if you're looking to change it in your BOLLUX_CONFIG.

DO NOTE that the variable is called T_PRE_DISPLAY, if you're looking to change it in your BOLLUX_CONFIG.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: acdw/bollux#1
No description provided.