You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I maintain the Slint distribution https://slint.fr which is accessible to the blind.
Many blind users prefer to use the command line than a graphical environment and a use a CLI web browser like links, lynx or w3m that has no support for JavaScript. I have packaged nushell recently and folks using one of these browser find tedious to read the documentation, like books, commands or cookbook (you may want to try yourself) as they have to scroll down a lot before getting to the content.
Describe the solution you'd like
Have a version with just the content and a few links on top of it (like to go one or two levels up in the tree).
Describe alternatives you've considered
Provide a link on top of each page "skip to content".
Additional context and details
No response
The text was updated successfully, but these errors were encountered:
We'd probably accept a PR for something like this in our docs repo. I'm not sure how it would work exactly but it would somehow need to be generated from our existing web pages.
…u_101` (nushell#845)
This PR is part of porting all old scripts nushell#221 and includes a set of
modules:
- fuzzy -> `modules/fuzzy/fuzzy_command_search.nu`
- ls-mods -> `modules/ls-mods`: `ls-less.nu`, `ls-wide.nu` and
`ls-wide-with-color.nu`
- nu_101 -> `modules/nu_101`: `nothing.nu` and `inner_outer_loop.nu`
Edit: `fuzzy` and `nu_101` have been moved to `sourced`
Related problem
Hello, I maintain the Slint distribution https://slint.fr which is accessible to the blind.
Many blind users prefer to use the command line than a graphical environment and a use a CLI web browser like links, lynx or w3m that has no support for JavaScript. I have packaged nushell recently and folks using one of these browser find tedious to read the documentation, like books, commands or cookbook (you may want to try yourself) as they have to scroll down a lot before getting to the content.
Describe the solution you'd like
Have a version with just the content and a few links on top of it (like to go one or two levels up in the tree).
Describe alternatives you've considered
Provide a link on top of each page "skip to content".
Additional context and details
No response
The text was updated successfully, but these errors were encountered: