[GH-ISSUE #632] Custom title & description overwritten when adding a bookmark #319

Closed
opened 2026-02-25 23:33:56 +03:00 by kerem · 1 comment
Owner

Originally created by @gBasil on GitHub (Jul 5, 2023).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/632

Originally assigned to: @fmartingr on GitHub.

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:

  1. Go to the web interface.
  2. Add a bookmark, and specify a title and/or description.
  3. Wait for the link to be fetched.
  4. 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.

Originally created by @gBasil on GitHub (Jul 5, 2023). Original GitHub issue: https://github.com/go-shiori/shiori/issues/632 Originally assigned to: @fmartingr on GitHub. ## Data - **Shiori version**: 1.5.4 (https://github.com/go-shiori/shiori/commit/f6f3faf1300f3ad95dfd3dcaaeb82467a1955492, 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: 1. Go to the web interface. 2. Add a bookmark, and specify a title and/or description. 3. Wait for the link to be fetched. 4. 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.
kerem 2026-02-25 23:33:56 +03:00
  • closed this issue
  • added the
    type:bug
    label
Author
Owner

@fmartingr commented on GitHub (Jul 6, 2023):

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.

<!-- gh-comment-id:1623062529 --> @fmartingr commented on GitHub (Jul 6, 2023): 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#319
No description provided.