Results 156 comments of Kevin Decherf

@ngosang I need to take some time to rebase my PR to reflect recent changes. It seems that a discussion has been started to replace ansible. As I didn't address...

I'm trying to resume work on this PR. I've made a small check on entries hosted on my instance, using a query like `select id, substring(content FOR 250) from wallabag_entry...

@HolgerAusB I'll try to take time before the end of the year to check this PR

@jtojnar could you elaborate on 4th and 6th items?

@devtobi could you remove the database, if it exists, retry and provide full log from the container? How do you run/start the container? Also, `POPULATE_DATABASE` is useless when used with...

As of today there's a feedback through the color of the add-on logo: orange is for saving in progress, green is for saved and red is for error occured. Do...

Can we consider this as a satisfying fix or workaround @nicosomb? https://kdecherf.com/blog/2023/08/02/fetch-content-from-browser-on-demand-with-wallabagger/

Hello @HolgerAusB, I've put an allow-list in order to respect HTML semantic usage: `blockquote`, `p` and `div` are allowing flow content tags whereas `b`, `strong` and others only accept phrasing...

> maybe we could even extend it to remove `img` without `src` Removing `img` without `src` attribute would break `picture` tags containing it, even if `source` tags are present, see...

Noted @j0k3r, I'll take care of that