Description
I was satisfied with the old extension, until I was automatically updated to the new design. I think it looks okay, but it's very much unusable.
1. Stable 0.7.3 ArchiveBox simply does not work.
I'm using ArchiveBox stable 0.7.3 docker image so the authentication token feature isn't there, so I left the authentication token blank according to the documentation.
Then, I tried to archive something and click sync. But when I do that, nothing happens. Why? Let's look at your code:
You wrote if (archivebox_api_key)
without an else branch, so this code does nothing when the authentication token is not set. This tell me that people who wrote this did not even test it once on the stable version of ArchiveBox, which is very bad for a published extension.
2. How can I automatically add a specific tag?
This is a feature before the new design, and it seems to be removed?