Show HN: WikiScroll (TikTok-Style Wikipedia)
wiki-scroll-blush.vercel.app
Show HN: WikiScroll (TikTok-Style Wikipedia)
1–6 of 6 posts
Re: Show HN: WikiScroll (TikTok-Style Wikipedia)
#2My version has a new feature which I was curious to see would lead to more interesting browsing: category scroll. Swipe left (mobile) or click the right arrow (desktop) to scroll related articles to the current one.
I also aimed to see if AI-assisted coding would make it easier to write a functional app without the use of frameworks, so this is a pure javascript static site. If people like this format, I'm hoping to implement some account/recommendation features to load articles based on what your browsing habits suggest you find interesting
Github link: https://github.com/Sami1309/TikiWiki
Re: Show HN: WikiScroll (TikTok-Style Wikipedia)
#3Check out Wiki2Touch for offline Wikipedia ideas, or pingtype (shameless plug) - just work out an open-source way to make it possible to reduce your server fees.
Re: Show HN: WikiScroll (TikTok-Style Wikipedia)
#4It’s beautiful! Could you make an offline version as an app? Check out Wiki2Touch for offline Wikipedia ideas, or pingtype (shameless plug) - just work out an open-source way to make it possible to reduce your server fees.
Server fees aren't an issue with this deployment as it's just a small static app, though if this were to be big it would be a load on the mediawiki API, so if there's more interest than this as a hobbyist side project I should serve some of my own and cache (as I'm loading a lot of images in parallel)
I looked up your pingtype project, it looks like it's for translating English Chinese. Would that be for translating articles? For that I imagine I should add the feature for viewing Wikipedia in different languages.
Re: Show HN: WikiScroll (TikTok-Style Wikipedia)
#5It’s beautiful! Could you make an offline version as an app? Check out Wiki2Touch for offline Wikipedia ideas, or pingtype (shameless plug) - just work out an open-source way to make it possible to reduce your server fees.
That's a good idea! An offline would be as easy as just making a parallel mediawiki API that serves from a local server. I will check out implementations. Server fees aren't an issue with this deployment as it's just a small static app, though if this were to be big it would be a load on the mediawiki API, so if there's more interest than this as a hobbyist side project I should serve some of my own and cache (as I'm…
The iOS app has a Wikipedia server built-in, for the articles.
The github page https://pingtype.github.io has only some smaller data cached, accessible through the top header row. Or you can copy-paste any text in.
Pingtype now supports over 28 languages, through direct links e.g. https://pingtype.github.io/greek.html
Github are very generous with their free hosting!