You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shiori version: 1.5.4 (f6f3faf, built from source for aarch64)
Database Engine: Sqlite
CLI/Web interface/Web Extension: Web interface
Describe the bug / actual behavior
When adding a bookmark and specifying a title and/or description, the values are overwritten with the title and description values from the link.
Expected behavior
When adding a bookmark and specifying a title and/or description, the values should have precedence over the automatically fetched values.
To Reproduce
Steps to reproduce the behavior:
Go to the web interface.
Add a bookmark, and specify a title and/or description.
Wait for the link to be fetched.
See how the title and/or description are overwritten.
Notes
When only one field is filled out and the other is blank, I'm not sure if would be better to have the blank field take precedence over the automatically fetch value for it. It could be a togglable option.
The text was updated successfully, but these errors were encountered:
Hey @gBasil, thanks for the report. Without checking (and adding this as a note for future me) this was most likely introduced in #368. We store the bookmark and then fetch the content, but we do not tell the downloader if it has to keep the title and description or not, so it just overwrites it every time.
Also good point about the blank fields, I'm not sure about that to be honest, I want the experience of adding a bookmark to be easy and straighforward and adding too many options breaks that experience. Maybe showing up just the URL and add some accordions with more "advanced options"? I don't know. Just thinking out loud.
Data
Describe the bug / actual behavior
When adding a bookmark and specifying a title and/or description, the values are overwritten with the title and description values from the link.
Expected behavior
When adding a bookmark and specifying a title and/or description, the values should have precedence over the automatically fetched values.
To Reproduce
Steps to reproduce the behavior:
Notes
When only one field is filled out and the other is blank, I'm not sure if would be better to have the blank field take precedence over the automatically fetch value for it. It could be a togglable option.
The text was updated successfully, but these errors were encountered: