Earlier quoted context omitted.
My first take: it’s different so it sucks. The lack of visual separation between the main content and the menu on the left is atrocious. Second take: oh wait, the menu in the left was completely useless and they replaced it with the table of contents for that particular entry. That’s actually a welcome change. I’ll get used to “different so it sucks” soon enough anyway, that’s my fault not theirs. It’s kind of fascin…
I find so much whitespace to the left tries to grab my attention and makes it harder to focus on the content.
Explore Wikipedia's New Look
281–288 of 288 posts
Re: Explore Wikipedia's New Look
#282Earlier quoted context omitted.
The article addresses this by mentioning that they referenced research demonstrating text that is too wide causes people to read less comfortably and retain less information. The page gets much less padded when you reduce the size of the window, because the padding isn't there to make blank space, it's there to enforce a maximum line width.
> text that is too wide causes people to read less comfortably and retain less information. This seems like an excuse to force JS to enable ads & what should be the default that is toggled with the fullscreen button in the bottom right. It does not justify wasted width as the user can more easily set the text to the appropriate zoom than applying some custom CSS: .mw-page-container { max-width: none !important; } .mw…
Re: Explore Wikipedia's New Look
#283Earlier quoted context omitted.
You're seriously expecting Wikipedia users to set up custom css to apply their reading preferences, just so that you personally don't have to deal with a different amount of padding? Do you realize the level of entitlement and absurdity here?
One of the two options has to be chosen for the no JS, no query param / no login default - there is no entitlement and absurdity in that expectation. Using the max-width: none or similar as the default option has the benefit of allowing the user's browser keep the ability to monotonely scale the text density along with size using zoom as the displayed area would be nearly constant. It's rather arrogant & condescendin…
Re: Explore Wikipedia's New Look
#284This reminds me of the Modern Wiki browser extension, which seems to have a lot of the same things but looks better to me at a glance. Also configurable, dark mode, etc. https://www.modernwiki.app/
Re: Explore Wikipedia's New Look
#285Re: Explore Wikipedia's New Look
#286Re: Explore Wikipedia's New Look
#287Details on the design process: https://www.mediawiki.org/wiki/Reading/Web/Desktop_Improveme... - On Wikipedia, and any MediaWiki installation, you can add the useskin query parameter to the URL to change skins on a page, even when not logged in. Current (vector-2022): https://en.wikipedia.org/wiki/59th_Academy_Awards?useskin=ve... Previous (vector): https://en.wikipedia.org/wiki/59th_Academy_Awards?useskin=ve... Olde…
Thanks, used this in conjunction with a url editing add-on [0] Description: Wikipedia Vector Skin Example URL: https://en.wikipedia.org/wiki/Joseph_campbell Include pattern: https://en.wikipedia.org/wiki/* Redirect to: https://en.wikipedia.org/wiki/$1?useskin=vector Pattern Description: Auto Redirects to vector skin version Advanced Options: Exclude pattern: https://en.wikipedia.org/wiki/*?* Feel free to toss a bette…
Description: Wikipedia Vector Skin
Example URL: https://en.wikipedia.org/wiki/Joseph_campbell
Include pattern: ^(https?://)([a-z0-9-]*\.)wikipedia.org\/wiki/(.*)
Redirect to: $1$2wikipedia.org/wiki/$3?useskin=vector
Pattern type: Regular Expression
Pattern Description: Auto Redirects to vector skin version
Advanced Options:
Exclude pattern: ^(https?://)([a-z0-9-]*\.)wikipedia.org\/wiki/(.*)\?Re: Explore Wikipedia's New Look
#288Earlier quoted context omitted.
> text that is too wide causes people to read less comfortably and retain less information. This seems like an excuse to force JS to enable ads & what should be the default that is toggled with the fullscreen button in the bottom right. It does not justify wasted width as the user can more easily set the text to the appropriate zoom than applying some custom CSS: .mw-page-container { max-width: none !important; } .mw…
I don't understand the nature of your suggested link between ideas about maximum comfortable text column width are related to forcing JS. The size of the text column is generally set with CSS and not JS, no?
.mw-page-container,.mw-content-container{max-width:none!important;}