-
Notifications
You must be signed in to change notification settings - Fork 548
Conversation
Catching up with upstream
Fixed an issue that emerged when implementing this. I don't believe when downloading an `.html` page that we'd want the browser toolbar to open. The one with Downloads, History, etc. If we do want that to open, we can easily update this pull request to allow that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, looks good. A few questions and a couple of things about code style.
If we need to setup a standard formatter for the codebase then let's do that and have one pass, but I don't want the style to change incrementally in PRs.
Ye sorry, my vs code formats in save. I need to turn that off. I'll revert the format changes ASAP. Do you have a format file in the code, I'll look when I get home in 15mins or so. In regards to the |
@Septimus okay can you comment on the .html suppression explaining that? Regarding the code formatting, I updated the |
Fixed an issue that emerged when implementing this. I don't believe when downloading an `.html` page that we'd want the browser toolbar to open. The one with Downloads, History, etc. If we do want that to open, we can easily update this pull request to allow that.
This reverts commit c88459a.
👍 Looks great! |
Implemented a prompt when using
CTRLorCMD + S
on an HTML page. It grabs the page title as a default for file saving, but still gives you the option to update the filename and save path.