-
Notifications
You must be signed in to change notification settings - Fork 21
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
Suggestion: Add "Archive Current Page" #26
Comments
There is a context menu item available for this. Right click anywhere on the page and you should see "ArchiveBox Exporter" > "Archive Current Page" in the list. |
One can also right-click on the menubar icon. I do wish there were a button on the pop-up window for |
Both are good ideas, I think both are fairly easy to add with a couple handler funcs and one-line changes to |
Oh I could try this for keyboard shortcut: ArchiveBox/ArchiveBox#1248 |
I wouldn't do it that way, there is a keyboard shortcuts API built into extensions already, it's very simple and just requires one line in manifest.json defining the default key combo + a handler function to call when it's pressed. The benefit of using the native API is chrome provides the UI to change the default key combo to something else. |
I wrote:
Actually, that method doesn't work for some reason. No matter, most people won't know about this "Archive Current Page" path anyway. @ pirate wrote:
Yeah for sure. I just meant for myself until it's supported in the extension. |
I must have been very unclear in my description. I do think it would be way better to have the "archive current page" on the left click, instead of having it on the right click. Currently a left click leads to a window that gives advances settings and options but not the most important basic functions. My suggestion was to add a Button "Archive current page" to the window that opens on the left click. |
@ludos1978 You were very clear. It's me who confused you with my right-click suggestion (which I later retracted). We're all on the same page: we want to be able to quickly add the current page with a left-click on the icon. |
Because the pageUrl is not available to toolbar context menu entries. This entry should not be displayed on 'all' context menus. (IMO it shouldn't be displayed in any context menus, I don't really want even more context menu entries overflowing the screen when I right click on a page, although that's Chrome's fault) https://stackoverflow.com/a/14251218/2283305 (Also the context menu, even right clicking on the page, also doesn't work in some cases like when you're looking at a PDF in Chrome's built-in viewer) |
Something like Steering7253@793c0a2 (BTW package.json is malformed) |
From my usage experience (a week), i mostly want to archive a page i currently have open. Up till now i never used the url-regex system.
So my suggestion is to add the buttons to archive the current page, to the default window.
The text was updated successfully, but these errors were encountered: