1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Created Wallabagger (markdown)

Holger 2025-01-03 09:22:05 +01:00
parent f85830d87e
commit e9b94dcacb

27
Wallabagger.md Normal file

@ -0,0 +1,27 @@
**Wallabagger** is a browser add-on available for most desktop browsers.
### Main Purposes - when wallabag is failing because of...
- Some websites using JavaScript to generate the content on the user's browser or to detect a bot. In this cases, wallabag is not able to fetch the content, just by sending the article's URL to the server.
- Some websites needs you to login, to get the full content of an article. Some of them could be handled by wallabag's UI, if the siteconfig for that domain is already able to handle logins, but that is only a minor count of domains yet.
### How it works
By standard, the wallabagger add-on is just sending the article's URL wallabag, which doesn't help with the problems from above.
But wallabagger is also able to grab the already received/generated/rendered content from your browser and sending this full content to the wallabag server. You just have to activate this in the settings of the add-on. You can do this as standard for all domains or you can define a list of domains to do that:
![grafik](https://github.com/user-attachments/assets/d7e4ca82-68fb-404d-825f-7d4efc323a93)
### Keyboard Shortcuts:
If you have enabled 'Retrieve content from the browser' as default, you have two shortcuts:
- `Alt+W ` to fetch full content from browser and send it to wallabag
- `Shift+Alt+W ` to send just the URL and let wallabag server fetch the content itself
### Disadvantages
Unfortunately, by 'fetching content from the browser' feature, the following things will not work (yet):
- The article title is always fetched from the <title> node which might contain other stuff as the domain. But the title is editable afterwards
- The author field is always empty
- The published-date of the article will not be fetched and remain empty
### Links
- [Wallabagger project on GitHub](https://github.com/wallabag/wallabagger)
- [Blog article about the fetch content feature](https://kdecherf.com/blog/2023/08/02/fetch-content-from-browser-on-demand-with-wallabagger/)
- an older [HowTo article](https://wallabag.org/news/wallabagger-howto/) (might be outdated in some details)