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

Update to manifest v3, redesign UI to allow click-to-archive + tagging, add history view + options.html page for settings #31

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

pirate
Copy link
Member

@pirate pirate commented Nov 26, 2024

With help from Cursor w/ Claude 3.6, all of this was done in <12hr 🤯

image
  • redesign UI to show a popup in the upper right when image action button is clicked
  • autocomplete tags from all tags in popup

image


image
image

  • add admin view where you can see a list of all the URLs you've collected so far
  • add ability to search admin view by url, timestamp, uuid, tags
  • add the ability to export filtered URLs list from history as CSV and JSON
  • add the ability to import URLs from chrome history / bookmarks by daterange or filter query
  • show button to open URL on archivebox server

  • update to manifest v3

image
  • add the ability to edit extension config options, allowlist/denylist, etc. from options.html
  • add the ability to test connection to ArchiveBox server

image
  • add the ability to load cookies from browser into archivebox persona

@pirate
Copy link
Member Author

pirate commented Nov 26, 2024

@jimwins I'd love to get your help with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment