Show HN: I made a modern web UI for Wikipedia
101–110 of 426 posts
Re: Show HN: I made a modern web UI for Wikipedia
#102Why is it that so many useful extensions like this snub Safari?
Re: Show HN: I made a modern web UI for Wikipedia
#103> Modern for Wikipedia only works on desktop or laptop computers
Urgh. Mobile probably represents 90% of Wikipedia traffic. I am on mobile now, of course. I am sad.
Re: Show HN: I made a modern web UI for Wikipedia
#104I am one of those people who actually like Wikipedia the way it is. It's what I hoped the web to become. But i am sure there are people who will appreciate your effort. Thank you for your work.
I agree with you except the one pain point that Wikipedia still continues to use "m.*" sub-domains for displaying mobile content. I know most people exclusively use mobile these days but I use desktop browsers for reading more than 60% of the time and its really annoying to click on a Wikipedia link on HN/Reddit and having it open the mobile site on desktop. It's OK to use m.* subdomains instead of reactive design bu…
Re: Show HN: I made a modern web UI for Wikipedia
#105I hate to be the contrarian, but I'm confused by the positive remarks here. I find the interface looks like it was trying to force mobile design principles onto a desktop view. A lot of space seems wasted here and I can view less content at once. I don't find this useful personally.
Unfortunately, this "modern" UI (larger font, narrow width) causes the exactly same problem on desktop.
Re: Show HN: I made a modern web UI for Wikipedia
#106Earlier quoted context omitted.
I agree with you except the one pain point that Wikipedia still continues to use "m.*" sub-domains for displaying mobile content. I know most people exclusively use mobile these days but I use desktop browsers for reading more than 60% of the time and its really annoying to click on a Wikipedia link on HN/Reddit and having it open the mobile site on desktop. It's OK to use m.* subdomains instead of reactive design bu…
Down the bottom there is a link to the desktop version of the site.
However, that link is totally in the wrong place, no wonder I could not find it. I just assumed there was no such link/button and always angrily removed the 'm.' from each URL.
Re: Show HN: I made a modern web UI for Wikipedia
#107I am one of those people who actually like Wikipedia the way it is. It's what I hoped the web to become. But i am sure there are people who will appreciate your effort. Thank you for your work.
I usually shy away from "modern redesign" but this one feels rapidly valuable both in legibility and usability. The chasing left side TOC is really useful. The typography is slightly fancy without trying to be in your face. The search (kbd /) is nice too. I'd motivate the author to experiment with more stuff around accessing categories and hyperlinks in the page.
Fortunately this is pretty simple to disable with Greasemonkey (also 's' on github, though the userscript doesn't seem to work on Gitlab...).
Re: Show HN: I made a modern web UI for Wikipedia
#108I am one of those people who actually like Wikipedia the way it is. It's what I hoped the web to become. But i am sure there are people who will appreciate your effort. Thank you for your work.
I agree with you except the one pain point that Wikipedia still continues to use "m.*" sub-domains for displaying mobile content. I know most people exclusively use mobile these days but I use desktop browsers for reading more than 60% of the time and its really annoying to click on a Wikipedia link on HN/Reddit and having it open the mobile site on desktop. It's OK to use m.* subdomains instead of reactive design bu…
I agree, although in the case of Wikipedia the "mobile" design is actually the one that is responsive. I want the "mobile" design on all browsers including my desktop. I believe you can actually set your default theme if you're logged into Wikipedia, but I don't know if their cookies eventually expire or what, but I often end up clicking on Wikipedia links and getting the awful "desktop" design.
All of this is just to say that, yes, they shouldn't use separate "m." URLs, but it's just as wrong to get upset at mobile users sharing "m." URLs as it is to get upset at desktop users sharing URLs without the "m." Arguably if you expect all users to always share the most versatile URL, you should expect them to always share the "m." URL since it has a responsive design.
Re: Show HN: I made a modern web UI for Wikipedia
#109Re: Show HN: I made a modern web UI for Wikipedia
#110Please never ever use system-ui in your CSS. A classic article about why: https://infinnie.github.io/blog/2017/systemui.html In this particular case, it totally ruined the fonts of Wikipedia for East-Asian (CJK) Windows users. Just in case the article itself isn't convincing enough, below is a list of some websites that have tried "system-ui" and then reverted it semi-immediately: Facebook/bootstrap, GitHub, Twitter,…