PSWriteHTML
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.
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...
Is there a way to specify what shows in the SearchPane by default? If not can we add it?
On page reload, tables still get filtered but the search field is shown as empty. Example: Table filtered for "Acrobat"  After reloading the page, the filter is still applied...
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...
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...
Useful blog post to build Excel report on: https://www.pauljones.co.nz/github/buttons-html5-styles/examples/simple_table_style.html
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_
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:...
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 -...
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...