Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow running arbitrary actions over bookmarks #939

Open
fmartingr opened this issue Jun 12, 2024 · 2 comments
Open

Allow running arbitrary actions over bookmarks #939

fmartingr opened this issue Jun 12, 2024 · 2 comments

Comments

@fmartingr
Copy link
Member

fmartingr commented Jun 12, 2024

We dont have a way of running some actions over bookmarks at the moment. We can update the boomkark cache in several ways but we don't have a way of updating the readable version, deleting some of the local content and probably other.

Using this issue as a point of discussion for the work that may be required in order to achieve two singular actions:

  • Delete bookmark archive
  • Update bookmark readable version

This issue not only covers the backend works (which should be fairly easy, but we should refactor it into Domains), but also how it may look in the UI and if we should allow CLI options for all of this.


Original issue description: Right now if we add a bookmark with automatic archival from Youtube, a useless archive is made with no means of removing it from Shiori itself, we would need to remove it from the filesystem manually. Provide an option to remove Archive, Thumbnails and Contents from bookmarks.

@fmartingr fmartingr added type:enhancement New feature or request component:frontend The bug is in front-end component:backend user:web type:meta and removed type:enhancement New feature or request component:frontend The bug is in front-end component:backend labels Jun 12, 2024
@fmartingr fmartingr changed the title Allow removal of archives/thumbnails/contents from the web interface Allow running arbitrary actions over bookmarks Jun 12, 2024
@Monirzadeh
Copy link
Collaborator

Monirzadeh commented Jun 12, 2024

About archive we show a little archive box and a paper for readable version.
I am thinking we can use them as clickable element (and change color on them to red with hover mouse )
When user click them open a confirm menu with yes no option(or need double click)
What I am not sure about it:

  1. Is it over complicated?
  2. Is it possible random tap happen for user specially in mobile device?
  3. It not cover thumbnail
  4. If article not have thumbnail those icon not align with other bookmarks that has thumbnail. Those icon is just be under title.

Copy link

stale bot commented Jul 12, 2024

This issue has been automatically marked as stale because it has not had any activity for quite some time.
It will be closed if no further activity occurs.
Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants