sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
MIT License
5.33k stars 261 forks source link

Add option for marking bookmarks as unread by default #706

Closed ab623 closed 2 months ago

ab623 commented 2 months ago

Fixes https://github.com/sissbruecker/linkding/issues/669

This feature adds an option to the user profile to set the default state for Mark as unread.

This is my first proper contribution to this project, so apologies if I have missed anything. I picked up this feature as it seemed like an easy one to implement.

sissbruecker commented 2 months ago

Thanks!