Skip to content
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

No separators or title headers for separation between articles in a Wordpress "full contents" index page #888

Open
nekohayo opened this issue Jun 29, 2024 · 0 comments

Comments

@nekohayo
Copy link

If you go to a WordPress index page containing the full contents of the listed blog posts/articles, such as https://blogs.gnome.org/chergert/ for example, and hit Ctrl+Alt+R to enable readability mode, as you scroll you may notice that it does not respect the separation between articles.

In fact, not only does it not add a <hr /> separator (or some sort of visual indication) between articles to separate them, it even removes the other articles' title header. For example, if you have code like this:

</article><!-- #post-12229 -->

<article id="post-12204" class="post-12204 post type-post status-publish format-standard hentry">
	
	<header class="entry-header">
		<h2 class="entry-title"><a href="[https://blogs.gnome.org/chergert/2024/06/05/manuals-on-flathub/](view-source:https://blogs.gnome.org/chergert/2024/06/05/manuals-on-flathub/)" rel="bookmark">Manuals on Flathub</a></h2>	</header><!-- .entry-header -->

	<div class="entry-content">

…then it seems Readability completely skips/hides that <h2> and the beginning of the article, and jumps straight to the entry-content div.

Screenshots comparing normal vs reader mode, where you can see the "Manuals on Flathub" header missing in the 2nd screenshot (but having a separator or big empty space, in addition to the header, would be nice too):

In normal mode

Screenshot from 2024-06-29 18-46-48

In readability mode

Screenshot from 2024-06-29 18-47-00


Tested with:

  • The latest version of Firefox 127's built-in reader mode feature
  • GNOME Web (Epiphany) 45
@nekohayo nekohayo changed the title No separators or article title headers for separation between articles in a Wordpress full articles index page No separators or title headers for separation between articles in a Wordpress "full contents" index page Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants