-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Wallabag
Wallabag is a server based read it later tool for web pages.
This plugin downloads the latest articles from a Wallabag server as individual EPUB files.
This is very likely to change in future.
The Plugin requires all 4 of username, password, Client Id and Client Secret. You must set the download directory as well.
Client Id and Client Secret are generated in the API Clients Management section of your Wallabag server's website. The Redirect URIs which is optional should be empty.
The Client Id and Client Secret are long (~50 chars each) so you might prefer to save the empty settings and edit the config file directly in your installation directory's settings/wallabag.lua. Triple check the username, password, Client Id and Client Secret as the variable names are very similar looking and can be confusing.
On certain legacy devices saving empty settings may not be possible, in that case you can add and modify the following settings, directly in your installation directory's settings/wallabag.lua.
-- we can read Lua syntax here!
return {
["wallabag"] = {
["articles_per_sync"] = 30,
["download_queue"] = {},
["filter_tag"] = "",
["ignore_tags"] = "",
["is_archiving_deleted"] = true,
["is_auto_delete"] = false,
["is_delete_finished"] = true,
["is_delete_read"] = false,
["is_sync_remote_delete"] = false,
["remove_finished_from_history"] = false,
["server_url"] = "",
["client_id"] = "",
["client_secret"] = "",
["username"] = "",
["password"] = "",
["directory"] = "",
},
}
NOTE if changing settings for server or login information, you must restart KoReader for them to take effect!
Home |
- Changelog
- Install on Android
- Install on Cervantes
- Install on ChromeOS
- Install on Kindle
- Install on Kobo
- Install on PocketBook
- Install on reMarkable
- Install on Desktop Linux
- Install on MacOS
- Install on Windows with WSL
- Install using Linux container (Docker, Podman)
Basic reading controls (click to open)
Advanced reading controls (click to open)
- Getting started
- Gestures
- Change defaults
- DPI control
- Style tweaks for misbehaving books
- Reflowing tweaks
- Screenshots
- Troubleshooting
- Android tips and tricks
- Auto frontlight
- Auto standby
- Auto suspend
- Background runner
- Battery statistics
- Calibre
- Cover browser
- Cover image
- Frontlight gesture controller
- Goodreads (deprecated)
- Highlight exporter
- Japanese Support
- Keep alive
- News downloader
- Perception expander
- Progress sync
- Read timer
- Reading statistics
- Send2Ebook
- SSH
- System statistics
- Terminal emulator
- Time sync
- Vocabulary builder
- Wallabag