Closed julienlapointe closed 7 years ago
Please update the opening post following the template: https://github.com/facelessuser/ExportHtml/blob/master/.github/ISSUE_TEMPLATE.md. I need versions and more details. Are you using default commands, or custom commands?
I don't see this issue. Browser Print
opens in the browser; no Sublime tabs are created. This is with the latest version. I suspect you are overriding with personal settings that are incorrect. I am marking this invalid as there is not enough info in the opening post (per the template). Also, I would need to see your personal ExportHtml settings to be sure you are not overriding with bad values. I will leave this open for a week and close it if not updated with the requested info, but currently, I see no issues.
Thanks for the reply. I uninstalled, then re-installed ExportHtml so I should be using the latest version too.
Here are the customizations in my Settings - User file:
{ "html_panel": [ { "Browser Print - Color": { "numbers": true, "wrap": 1100, "browser_print": true, "multi_select": true, "color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme", "style_gutter": false, "show_full_path": false, "view_open": true } } ] }
Did I make any mistakes? I have only been coding for a year.
Thank you,
Julien
On Mar 11, 2017, at 4:37 PM, Isaac Muse notifications@github.com wrote:
I don't see this issue. Browser Print opens in the browser; no Sublime tabs are created. This is with the latest version. I suspect you are overriding with personal settings that are incorrect. I am marking this invalid as there is not enough info in the opening post (per the template). Also, I would need to see your personal ExportHtml settings to be sure you are not overriding with bad values. I will leave this open for a week and close it if not updated with the requested info, but currently, I see no issues.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/facelessuser/ExportHtml/issues/46#issuecomment-285902162, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQu3Ell3SzgeM1WfJJt2bkK73NXNE2xks5rkxQngaJpZM4MaSiN.
Thanks for the reply. I uninstalled, then re-installed ExportHtml so I should be using the latest version too.
Understood, but next time please do follow instructions listed in the template for getting the version of the plugin and the version of its dependencies. It really helps which is why I request it.
Did I make any mistakes? I have only been coding for a year.
There are some issues, but it has nothing to do with coding, you are just setting the wrong settings. Please read the list of settings in the table here in the documentation: http://facelessuser.github.io/ExportHtml/usage/#exporting-html. Particular view_open
is forcing content to open in a Sublime view opposed to the browser. I didn't look at all your settings, but I'll let you read about each setting to learn what they do. Also, you can reference the default print examples if you are looking for working print examples: https://github.com/facelessuser/ExportHtml/blob/master/ExportHtml.sublime-settings#L44.
Haven't heard a response in 29 days, so I am assuming this answered your question. Closing issue.
Hi Isaac,
Apologies for the long delay.
Here is a video of the issue: https://www.dropbox.com/s/7a4ozmp8ub6my8x/ExportHTML%20Issue.mov?dl=0. I press Cmd + Shift + P to open the palette, select ExportHTML > Browser Print - Color, which opens a new Sublime tab with the formatting for Chrome. I then press Cmd + B to open the file in Chrome and the print dialog appears automatically.
I have attached the default and my user settings for ExportHTML.
Thank you,
Julien
On Mar 11, 2017, at 3:37 PM, Isaac Muse notifications@github.com wrote:
I don't see this issue. Browser Print opens in the browser; no Sublime tabs are created. This is with the latest version. I suspect you are overriding with personal settings that are incorrect. I am marking this invalid as there is not enough info in the opening post (per the template). Also, I would need to see your personal ExportHtml settings to be sure you are not overriding with bad values. I will leave this open for a week and close it if not updated with the requested info, but currently, I see no issues.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/facelessuser/ExportHtml/issues/46#issuecomment-285902162, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQu3Ell3SzgeM1WfJJt2bkK73NXNE2xks5rkxQngaJpZM4MaSiN.
I don't see an attachment. Did you look at the docs like I mentioned in my answer?
Please read the list of settings in the table here in the documentation: http://facelessuser.github.io/ExportHtml/usage/#exporting-html. Particular view_open is forcing content to open in a Sublime view opposed to the browser. I didn't look at all your settings, but I'll let you read about each setting to learn what they do. Also, you can reference the default print examples if you are looking for working print examples: https://github.com/facelessuser/ExportHtml/blob/master/ExportHtml.sublime-settings#L44.
Yes, I looked at your docs. Thank you. I have re-attached the settings files.
On Jun 13, 2017, at 10:58 AM, Isaac Muse notifications@github.com wrote:
I don't see an attachment. Did you look at the docs like I mentioned in my answer?
Please read the list of settings in the table here in the documentation: http://facelessuser.github.io/ExportHtml/usage/#exporting-html http://facelessuser.github.io/ExportHtml/usage/#exporting-html. Particular view_open is forcing content to open in a Sublime view opposed to the browser. I didn't look at all your settings, but I'll let you read about each setting to learn what they do. Also, you can reference the default print examples if you are looking for working print examples: https://github.com/facelessuser/ExportHtml/blob/master/ExportHtml.sublime-settings#L44 https://github.com/facelessuser/ExportHtml/blob/master/ExportHtml.sublime-settings#L44.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/facelessuser/ExportHtml/issues/46#issuecomment-308164554, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQu3AbdsB0i67rwd9lKB4KtOHxkhUiPks5sDrHCgaJpZM4MaSiN.
Please don't respond via email with attachments. Come directly to the issue and post your settings. GitHub will not deliver your attachments to me.
Here are my settings: ExportHTML_Settings.zip
I finally figured out what was wrong. I set "view_open": true in my settings. The Docs state that "browser_print": true gets ignored if "view_open": true. Hopefully this thread saves time for anyone who made the same mistake. @facelessuser Apologies for taking your time!
That is what I mentioned earlier, but I'm glad you got it working. Hopefully this will help others in the future.
Description