-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[25.1.1] "Enable full text" does not work #2994
Comments
Just to make sure you understand what that function does. To enable full text means that news will attempt to open the link to the page of the article and to parse the website for the main content. It does not have an impact on the UI and might also not always work since websites and feeds are very different. Does that answer your question? |
I haven't analyzed how it works in depth. And apparently it is because of these errors that the full text is not displayed. |
The "screenreader" mode is a special mode for people who rely on text2speech software. There is currently no mode, like the old non-compact mode, which shows whole articles in the list, implemented. |
Ok, I understand. What's the difficulty in implementing it? Maybe I can help somehow? |
The old implementation only added new items to the end while scrolling and therefore did not have to worry about calculating the position. However, this was at the cost of performance the longer a session lasted. The current implementation only keeps the visible items in the scroll, and therefore uses static item heights for the calculation. This needs to be rewritten to be able to handle dynamic item heights, but this would probably also lead to performance losses. |
Now that you mention it I remember. When we merged the version that included your PR for relative links they started working but in return it broke other links so feed-io was downgraded. Maybe you can take another look at it and make sure that all kinds of links are treated correctly. |
Very interesting. |
I created a PR fixing the problem with Atom feed https://github.com/alexdebril/feed-io/pull/431/files |
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
Switching to display full text does not work.
Only short text is always displayed.
Is it just me who has a problem or is this functionality not yet implemented in version 25? There were no problems in 24.
System Information
The text was updated successfully, but these errors were encountered: