Is your feature request related to a problem? Please describe.
I shared a document from my NextCloud with a colleague who keeps JavaScript disabled, and got feedback that it was inconvenient to have to enable it just to read a plain text document.
Describe the solution you'd like
Pre-render the text in the initial HTML payload so that it displays for NoScript users, with progressive enhancement.
Describe alternatives you've considered
If when creating a "share" link I could select an option to share a raw download, that would also have worked for this colleague.
Additional context
This could also help with supporting a wider array of browsers and text scraping tools &c. General accessibility improvement by putting the text in the plain HTML.
Is your feature request related to a problem? Please describe.
I shared a document from my NextCloud with a colleague who keeps JavaScript disabled, and got feedback that it was inconvenient to have to enable it just to read a plain text document.
Describe the solution you'd like
Pre-render the text in the initial HTML payload so that it displays for NoScript users, with progressive enhancement.
Describe alternatives you've considered
If when creating a "share" link I could select an option to share a raw download, that would also have worked for this colleague.
Additional context
This could also help with supporting a wider array of browsers and text scraping tools &c. General accessibility improvement by putting the text in the plain HTML.