1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 18:19:32 +00:00

feat: can mark articles as unread by deleting files

This commit is contained in:
Étienne Fildadut 2025-10-11 15:28:34 +02:00
parent 70a26e418f
commit 00001ed4b0
3 changed files with 39 additions and 19 deletions

View file

@ -16,7 +16,14 @@ opening an article
Delete
See read articles in the trash can
#### Handling read articles
See read articles in the trash can.
Or ask feather to keep read articles:
`server.only_sync_unread_articles = false`
`html.filename_template = "{% if unread %}☐{% else %}☑{% endif %} [{{ feed_title }}]\t{{ title }} ({{ published_formatted }}).html"`
### Updating with the server