PSHTML
PSHTML copied to clipboard
Cross platform Powershell module to generate HTML markup language
### Subject of the issue Describe your issue here. Using chart.js 2.9.4 and everything works fine, but when i update to chart.js 3 or 4 it just does not show...
Currently it is not possible to pass data / configuration data down to the contents of an include. Which means that the include is somewhat static. # What to do...
Currently, the logger object is build using a property that is generated via the configurationdocument object. Since the configurationdocument class also use write-verbose statement, when they are called during the...
Extend the configuration object to be able to clearly distinguish **project and module includes & assets** This is how the configuration object currently looks like  Two ways of doing...
It looks like the **the project includes** folder's path is wrongly calculated, and is one level too high in the folder path. This means that the current project includes path...
Not sure how to add docType to Html? trying docType + Html { } Need other attributes . VsCode uses this with Emmet by typing ! + tab Document
It would be nice to have a function which could read a HTML page out, and send an object back, which could be developed further, or even converted to an...
I have wanted to add a main PSHTML object to be able to parse the HTML tree programmatically. The base research and prototype as been done in #218. Additionally, we...
add the possibility to set the button to 'disabled' state. See here for ref -> https://www.w3schools.com/tags/att_button_disabled.asp Set-pshtmltag might need to be adapted as well to make this work
Pie chart has BarChart options removed bar options from class ChartOptions and added it to class BarChartOptions fixed some examples