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

Save all tabs in window #15

Closed
deathau opened this issue Aug 26, 2020 · 2 comments
Closed

Save all tabs in window #15

deathau opened this issue Aug 26, 2020 · 2 comments

Comments

@deathau
Copy link
Owner

@deathau deathau commented Aug 26, 2020

A request from icebear on the Obsidian Forum: An option to batch download all current tabs in an open window, so you can open a bunch of articles and download the lot at once - without all the clicking involved in doing that now.

@deathau
Copy link
Owner Author

@deathau deathau commented Aug 26, 2020

This would probably have to be something I add into a context menu or something. Not sure if you can tap into tab context menus in extensions these days. If not, I'll have to add a context menu to a page for 'MarkDownload > Save current tab' and 'MarkDownload > Save all tabs in window' (could also do it for selected text, but that would be a separate issue)

@deathau
Copy link
Owner Author

@deathau deathau commented Sep 9, 2020

I've added this now. Firefox lets me add a context menu to a tab, but chrome(ium) does not so, in that case, I added it to the "all" context menu, which shows up when you right-click the page, as well as the extension icon itself.
If you haven't got "save as" on, it's pretty cool, downloading a bunch of .md files at once. If you do, you have to click through one dialog per file, which can get annoying

@deathau deathau closed this Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant