[GH-ISSUE #755] Option to add existing URL as new bookmark #365

Closed
opened 2026-02-25 23:34:03 +03:00 by kerem · 8 comments
Owner

Originally created by @rmayergfx on GitHub (Oct 14, 2023).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/755

Short to explain. There is a landing page:
https://www.maerklin-messagewagons.com/de
old one:
https://web.archive.org/web/20221203063405/https://www.maerklin-messagewagons.com/de

The URL is always the same, but the content changes 2 times a year.
Is there an option to not override the old bookmark?

Originally created by @rmayergfx on GitHub (Oct 14, 2023). Original GitHub issue: https://github.com/go-shiori/shiori/issues/755 Short to explain. There is a landing page: https://www.maerklin-messagewagons.com/de old one: https://web.archive.org/web/20221203063405/https://www.maerklin-messagewagons.com/de The URL is always the same, but the content changes 2 times a year. Is there an option to not override the old bookmark?
kerem 2026-02-25 23:34:03 +03:00
Author
Owner

@fmartingr commented on GitHub (Oct 15, 2023):

No, since this is a bookmark first, we don't allow duplicates.

As a workaround you can append a hash to the URL to store it twice: Something like https://www.maerklin-messagewagons.com/de#2023-10-15.

<!-- gh-comment-id:1763366917 --> @fmartingr commented on GitHub (Oct 15, 2023): No, since this is a bookmark first, we don't allow duplicates. As a workaround you can append a hash to the URL to store it twice: Something like `https://www.maerklin-messagewagons.com/de#2023-10-15`.
Author
Owner

@rmayergfx commented on GitHub (Oct 18, 2023):

how can this be done with the webExtension?

<!-- gh-comment-id:1768027928 --> @rmayergfx commented on GitHub (Oct 18, 2023): how can this be done with the webExtension?
Author
Owner

@fmartingr commented on GitHub (Oct 22, 2023):

how can this be done with the webExtension?

Is the webextension reporting a duplicate if you visit a site with the #random has? Maybe the extension does some cleanup.

<!-- gh-comment-id:1774063326 --> @fmartingr commented on GitHub (Oct 22, 2023): > how can this be done with the webExtension? Is the webextension reporting a duplicate if you visit a site with the `#random` has? Maybe the extension does some cleanup.
Author
Owner

@rmayergfx commented on GitHub (Oct 22, 2023):

i tried to to find out any information about the Hasch (#) in the doc, but don´t find anything about this.
it ist not working with webextionsion or web, adding a hash gives me an error if i try to do this:
grafik

<!-- gh-comment-id:1774092537 --> @rmayergfx commented on GitHub (Oct 22, 2023): i tried to to find out any information about the Hasch (#) in the doc, but don´t find anything about this. it ist not working with webextionsion or web, adding a hash gives me an error if i try to do this: ![grafik](https://github.com/go-shiori/shiori/assets/105392164/6b8361e5-0651-4be5-84a0-aa11b2101fba)
Author
Owner

@fmartingr commented on GitHub (Oct 29, 2023):

I just tried adding a random hash to an URL and it allowed me adding the same URL:

https://github.com/go-shiori/shiori/assets/812088/3747d7e9-ac9c-4035-8511-94c5aa7736cb

<!-- gh-comment-id:1784040605 --> @fmartingr commented on GitHub (Oct 29, 2023): I just tried adding a random hash to an URL and it allowed me adding the same URL: https://github.com/go-shiori/shiori/assets/812088/3747d7e9-ac9c-4035-8511-94c5aa7736cb
Author
Owner

@rmayergfx commented on GitHub (Oct 30, 2023):

if i do so, it will fail on my synology and creates an error:
grafik
Tell me more about your installation and test, version, host. etc.

<!-- gh-comment-id:1785332724 --> @rmayergfx commented on GitHub (Oct 30, 2023): if i do so, it will fail on my synology and creates an error: ![grafik](https://github.com/go-shiori/shiori/assets/105392164/7e1f671f-9046-4844-aafb-e3b089e46a2d) Tell me more about your installation and test, version, host. etc.
Author
Owner

@fmartingr commented on GitHub (Nov 5, 2023):

Ok my bad! This workaround will be possible in 1.6.0, it was added by https://github.com/go-shiori/shiori/issues/315.

<!-- gh-comment-id:1793690260 --> @fmartingr commented on GitHub (Nov 5, 2023): Ok my bad! This workaround will be possible in 1.6.0, it was added by https://github.com/go-shiori/shiori/issues/315.
Author
Owner

@rmayergfx commented on GitHub (Dec 13, 2024):

with release 1.7.1 this is now working as expected
added #2024.12.13 to the url and got a second snap

<!-- gh-comment-id:2541328620 --> @rmayergfx commented on GitHub (Dec 13, 2024): with release 1.7.1 this is now working as expected added #2024.12.13 to the url and got a second snap
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#365
No description provided.