PSWriteHTML icon indicating copy to clipboard operation
PSWriteHTML copied to clipboard

PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.

Results 82 PSWriteHTML issues
Sort by recently updated
recently updated
newest added

URL building based on the markdown approach works for most cases. But it doesn't work for cases where the URL itself has brackets in it. The second text won't convert...

bug
enhancement
help wanted

Is there a way to specify what shows in the SearchPane by default? If not can we add it?

enhancement

On page reload, tables still get filtered but the search field is shown as empty. Example: Table filtered for "Acrobat" ![image](https://user-images.githubusercontent.com/13918530/56149713-6f222380-5fad-11e9-9f89-b0e882d3e742.png) After reloading the page, the filter is still applied...

bug

Hello, is it possible to set a cell-border-style in new-tableheader? The same what you can do in excel? Then it is little bit easier to see which cells are belongs...

enhancement

Some possible solutions: - https://dev.to/blacksonic/add-dark-mode-to-your-site-with-this-short-css-trick-1g7b 1. I would like to have automatic dark mode switch available 2. I would like to have manual switch available This looks easy, but there's...

enhancement

Useful blog post to build Excel report on: https://www.pauljones.co.nz/github/buttons-html5-styles/examples/simple_table_style.html

enhancement

It's possible in ApexCharts - https://apexcharts.com/docs/chart-types/pie-donut/ This most likely requires a new cmdlet to be created and tested. _Originally posted by @PrzemyslawKlys in https://github.com/EvotecIT/PSWriteHTML/discussions/173#discussioncomment-252245_

enhancement

Hi, I'm the one talking about timeline chart from the slack channel the other day. I'm looking for a way to support the following: ``` Charts - TimeLinebody { font-family:...

enhancement

List of different plugins we should consider: - https://cdn.datatables.net/plug-ins/1.10.21/ - https://cdn.datatables.net/plug-ins/1.10.21/features/ - https://cdn.datatables.net/plug-ins/1.10.21/integration/ - [ ] Font Awesome integration - https://datatables.net/blog/2014-06-06 - [ ] https://stackoverflow.com/questions/44982621/how-to-use-datatables-font-awesome-icons - [ ] https://datatables.net/forums/discussion/55874/font-awesome-plus-circle-and-minus-circle-instead-of-image-for-controlling-child-rows -...

enhancement

Hello, when I have a lot of lines in the table, all are displayed in the email-body. Is it possible do display only the first 10 line for example and...

question