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

One of the options: - https://github.hubspot.com/pace/docs/welcome/

enhancement
JS

Cool concept: https://datatables.net/extensions/responsive/examples/display-types/modal.html Would be useful for having let's say basic details of Domain Controllers and display some additional information in a modal box. Wondering if it's possible to apply...

enhancement

Something that I would like to have ability to create with PSWriteHTML ![image](https://user-images.githubusercontent.com/15063294/71275093-9c04b280-2354-11ea-88cf-b6b0209f7bff.png)

enhancement

"I was wondering if there was some functionality that would allow you to filter/fold/hide DiagramNodes and DiagramLinks interactively from the web page?" Answer: "You can see here different examples of...

enhancement
hacktoberfest

When creating a dashboard using the -AutoRefresh option, Internet Explorer always reverts back to the first tab, while Chrome will stay on whichever tab you're already looking at. This may...

help wanted
Internet Explorer

All options: https://visjs.github.io/vis-network/docs/network/interaction.html# ``` // these are all options in full. var options = { interaction:{ dragNodes:true, dragView: true, hideEdgesOnDrag: false, hideEdgesOnZoom: false, hideNodesOnDrag: false, hover: false, hoverConnectedEdges: true, keyboard:...

enhancement
good first issue
hacktoberfest

All options are here: https://visjs.github.io/vis-network/docs/network/edges.html ``` // these are all options in full. var options = { edges:{ arrows: { to: {enabled: false, scaleFactor:1, type:'arrow'}, middle: {enabled: false, scaleFactor:1, type:'arrow'},...

enhancement
good first issue
hacktoberfest

I've defined only couple of optons. There's a whole bunch available here: https://visjs.github.io/vis-network/docs/network/nodes.html# ``` // these are all options in full. var options = { nodes:{ borderWidth: 1, borderWidthSelected: 2,...

enhancement
good first issue
hacktoberfest

I've noticed while we can change the background colour of a panel, we cannot change the colour of the text that's in a chart in that panel. Not sure if...

enhancement
good first issue
hacktoberfest

https://apexcharts.com/javascript-chart-demos/area-charts/

good first issue
hacktoberfest