Skip to content
Discussion options

You must be logged in to vote

You can forget about needing to Close anything. The concept of saving is also taken care of by providing filePath to New-HTML, so there's no need to think about it. I recommend starting from scratch than trying to convert your existing commands to new commands because you can create your new output in much less code.

Your commands will be:

  • New-HTML (used once to define HTML content) with FilePath to save the file. Using the Online switch will tell it to use "Links" to JS/CSS instead of inline css/js code, which will be smaller in size but will require you to be online to view the page. You tell the end of the HTML is by placing closing bracket in the end. Most of the functions work this …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BrooksV
Comment options

Answer selected by BrooksV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants