WIP @readeck client for the Remarkable Paper Pro, using XOVI / Appload and a python backend.
WIP @readeck client for the Remarkable Paper Pro, using XOVI / Appload and a python backend.
Перевёл на русский help для #readeck
Слегка изменил русскую терминологию в основном приложении
ждём в следующем релизе
Looks like I confused the Readeck API a bit.
I created a search-based collection, then wrote a script that pages through the results, starting on the last page, re-adding the URLs and deleting the existing bookmarks as I go. This uses the Link: headers, the "last", "previous” refs in there.
So far so good.
When rerunning the script, now with zero entries in the collection, the Link: header is a tad off.
Time to file a ticket, perhaps?
Thanks to @linuxlads discussion on Pocket replacements I think I've switched over from Wallabag to Readeck for my bookmark/read-later needs. I ended up writing a bit about my journey but by the end it kinda turned into a praise fest for Readeck.
Bookmarking! I mean omnivoring! no, hoarding! no, bagging... wait, decking!?
@stooovie I tried many #Pocket replacements. #readeck looks pretty neat, but IMHO the best one is #Obsidian Web Clipper. What I love is that when the readibility parser makes mistake and includes a paragraph it shouldn’t or misses an image - I can easily fix it! It is just Markdown! And all my saves are offline
I think I've said this before, but I'm just so happy with @readeck right now! Wish I had tried it earlier and not waited for Pocket to shut down, it's so much better and switching would've saved me from a considerable amount of annoyance and frustration.
Just a reminder for #selfhosting folks that #Readeck is an amazing replacement for #Pocket
Just uploaded another preview APK with ~50 color schemes from the flex_color_scheme package and a few hundred fonts (all predefined fonts from the google_fonts package) to pick from. If you always wanted to read all your news like it's a 90s homepage on geocities, now's your chance.
Eventually *someone* should reduce the font selection to a few good ones because vast majority of them is pretty shit for reading, but who am I to judge.
Good news, due to popular demand there's now a prebuilt APK of Eckard, the very beta Android app for Readeck. Happy testing. :)
Added a few more things since the last post:
– Basic search that uses only the main search field as of now, doesn't support any of the other search options/filters.
– Collections are listed below the search form and can be opened from there. Might move them somewhere else in the future but since they're basically just saved searches I think it's a good fit for now.
– Label suggestions/auto completion.
– Share button for articles (can't demonstrate that in the screen recording because Android shows private contacts there).
– Save reading progress and jump/scroll back to where you left when opening an article again. Reading progress is also shown in the bookmark lists below the title.
Some of the stuff is a bit glitchy, e.g. after reading an article for a bit you gotta reload the article list to get the progress bar updated. That's because no article data is stored on device as of now, all changes are directly sent to the Readeck API so in some views it needs to re-fetch the changes from the API to make them visible. Downloading/synchronization for offline reading will be the next big thing to work on and should fix these problems.
BTW if anyone's interested in an APK for testing (it's very usable already, in fact I use it all day) let me know. I haven't offered one before because I personally wouldn't install an APK from a random weirdo on social media, but if you're desperate or just don't care I can upload one somewhere. ;) Or you can just fetch the source and build an APK yourself if you got Flutter and all that Android stuff set up. Either way I'd be happy to get some feedback from testers.
Funny that on fedi the Pocket alternatives mentioned and discussed are mostly (all?) open source and self-hostable, e.g. #Karakeep, #Linkding, #LinkWarden (and of course #Wallabag and #Readeck). This article doesn't mention them at all https://www.makeuseof.com/best-pocket-alternatives-save-bookmarks/
#Readeck is good. It still lacks annotation feature but otherwise a fine web app.
Slowly getting there. There's still a bunch of stuff I'd want to add, but all the basic features I need in day-to-day use are covered, so guess I'll clean up the source a bit so it's not too embarrassing and post it on codeberg.org for others to fool around with.
Over the last week I've been on a bit of a journey and ended up installing 3 different #selfhosted #bookmarking services (#wallabag #karakeep and #readeck) since the demise of #pocket is upon us.
I wrote up my experiences on my #blog:
https://cyb.org.uk/2025/06/05/self-hosted-bookmarking.html
Pretty happy with how smooth everything is, but that's 100% thanks to @readeck being so incredibly fast, you really don't notice it's fetching all that stuff live from the API. Next up gotta add caching/downloading bookmarks for offline reading, labels, archiving and all that stuff. Again I spent most of the time today trying to make the material thingy less ugly instead of adding useful stuff, eventually ended up just adding some 3rd party theme library as dependency to take care of it. Also cleaned up the code a bit now that I understand Dart a bit better (still not a fan though), then noticed I'm operating on some bleeding edge development branch of Flutter and spent some time trying to downgrade to stable. Will make the code public sometime soon once I consider it not too embarrassing.
Still not looking pretty but I can already fetch articles from @readeck and actually read them, which is about 90% of the functionality I'd expect/need. I should've spent more time on adding functionality I guess but instead wasted hours trying to make that material deaign thingy generate a color scheme that doesn't suck, and it's still not exactly great. Oh well.
Mozilla killing #pocket? No worries #opensource has you covered, of course! Check out #Wallabag and #Readeck to have an incredible #readitlater expericne with #offline options too. https://youtu.be/YibJQTLyils
Last night I thought I'd check out Flutter/Dart and after a few hours of playing around this ugly-ass prototype of an Android client for @readeck fell out. I know there's already one in the making but that's about as functional as mine so I think I might just keep working on it (unless I get bored) and maybe even finish it.