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
Hello,
is it possible to manipulate the GET parameters of the bookmarklet URL in order to tick the checkboxes of the new bookmark form?
I mean, extending the bookmarklet URL by some parameters for shared and archived:
/linkding/bookmarks/new?url=https%3A%2F%2Fgithub.com%2Fsissbruecker%2Flinkding%2Fissues%2Fnew&auto_close=&shared=true&archived=true
When i open this page, the checkboxes for "Mark as unread" and "Share" are already ticked.
The text was updated successfully, but these errors were encountered:
It can only prefill fields that are part of the form. There is no field for the archived state and I also don't think I want to add one. It seems quite niche, and for most users would just be one additional field that they might have to scroll over to get to the save button. I would be fine with a hidden input if someone really wants to prefill this through the URL, though they would not get any visual feedback.
Regarding the shared state I'm a bit confused by your description - you mention that it is preselected but there doesn't seem to be any logic that handles that. Though that could be added if someone wants to contribute.
Thank you for your response. I would like to check the box for a shared link automaticallly, because i always forget to set it manually. If there is any other way to check this box by default, this would be fine, too.
Hello,
is it possible to manipulate the GET parameters of the bookmarklet URL in order to tick the checkboxes of the new bookmark form?
I mean, extending the bookmarklet URL by some parameters for shared and archived:
/linkding/bookmarks/new?url=https%3A%2F%2Fgithub.com%2Fsissbruecker%2Flinkding%2Fissues%2Fnew&auto_close=&shared=true&archived=true
When i open this page, the checkboxes for "Mark as unread" and "Share" are already ticked.
The text was updated successfully, but these errors were encountered: