Results 24 issues of Kevin Decherf

The new feature that lets user fetch content from the browser introduced in v1.1.4 has an intriguing behavior, at least on bloomberg.com, e.g. links are missing (_on "Microsoft Corp", "NVIDIA...

This PR is a proposal to rewrite the whole Dockerfile used for wallabag. I made this version while moving my own instance to Docker, I wanted to simplify the management...

Considering the following snippet from a medium.com article: ``` html Dow ``` Currently graby removes these `source` tags because of this routine in [`Graby.php`](https://github.com/j0k3r/graby/blob/master/src/Graby.php#L277-L279): ``` php // Remove empty lines...

Hello, The search bar does not seem to search through tags. I would like to be able to get posts having tags matching a given term. For example, here is...

enhancement

Hello, It would be interesting to show the creation date of a post on the list view.

It could be cool to have access to filters on the tag view to be able to filter articles by reading time, domain or status.

Improvement

The "New bookmark" form (`/bookmarks/new`) currently supports some fields to be pre-filled through query params. For example, going to `/bookmarks/new?url=example.com&title=Hello%20World` will show the form with URL and Title fields pre-filled...

enhancement

This PR rewrites the documentation using [hugo](https://gohugo.io/) and theme [hextra](https://github.com/imfing/hextra). You may prefer to review it commit by commit. Changes: - [x] Remove DE and IT translations - [ ]...

I am not sure if the following statements in `user_information.md` are still valid: > If the wallabag instance has more than one enabled user, you can delete > your account...

Forwardport of #368 to the graby 3.x branch