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

add an archive function #46

Closed
Export33 opened this issue Dec 28, 2020 · 3 comments · Fixed by #73
Closed

add an archive function #46

Export33 opened this issue Dec 28, 2020 · 3 comments · Fixed by #73
Labels
enhancement New feature or request

Comments

@Export33
Copy link

hi,
it would be cool if links could be archived an therefore not being shown in the main list.

use case
i like adding links which are

  • noteworthy
  • on my todo list

after finishing my task the links on my todo list should disappear from the main list while not being deleted. i still want to find them if i have to check on them later on.

behaviour
links can only be removed from the list. once removed, they are deleted and can never be found again

feature request
Add an button to archive a link. Archived links are shown in a seperate list. the tag list should remain the same but filter only on the archived links.

Bookmark view

  • you can switch to the Archive view
  • links can be Archived
  • search an tags work only for the main list

image

Archive view

  • you can switch back to the main Bookmarks view
  • links can be Restored to the main bookmark list
  • search an tags work only for the archived list

image

@sissbruecker
Copy link
Owner

Thanks for the detailled description. I agree that this would be a desirable feature. I would probably change the link styles - the highlighted button should still be Add bookmark as this is the primary action IMO. But those are details.

Also this needs to be accounted for in the REST API.

@Export33
Copy link
Author

Export33 commented Jan 1, 2021

Sounds good.

Yes, the API should should be supported. Nice to have one btw.

sissbruecker pushed a commit that referenced this issue Feb 14, 2021
sissbruecker pushed a commit that referenced this issue Feb 14, 2021
sissbruecker pushed a commit that referenced this issue Feb 14, 2021
sissbruecker pushed a commit that referenced this issue Feb 14, 2021
@sissbruecker sissbruecker added the enhancement New feature or request label Feb 14, 2021
sissbruecker pushed a commit that referenced this issue Feb 14, 2021
* Implement archive function (#46)

* Implement archive view (#46)

* Filter tags for archived/unarchived (#46)

* Implement archived bookmarks endpoint (#46)

* Implement archive mode for search component (#46)

* Move bookmarklet to settings (#46)

* Update modified timestamp on archive/unarchive (#46)

* Fix bookmarklet (#46)
@Export33
Copy link
Author

Thanks for the implementation. Especially for completing this request this quick. This will help in my daily work.

You may want to add a Bookmarks Button to switch back to the "Bookmarks" view. While this is possible by clicking on the linkding logo it may be more intuitive for new users.

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants