Robert Autenrieth
Robert Autenrieth
This is a fairly specific request. Could you work around using either of the following? `property | | AC: 10, HP: 60, Speed: 30ft` `property | Properties | AC 10,...
I don't think it is possible to use the operating system Save As dialog from javascript. I'll have to find out what other options there are to implement this.
The tool is already using data URIs (when you press the "Save to File" button, it generates a hidden link element with the data URI and triggers a click event...
> have a custom Dialog box pop up and ask the use for the file name then concatenate that onto a base URI string Browsers don't have access to the...
As far as I know, theres no way to force this from javascript code. The only thing you can set is the filename (but not the full path), what the...
> Hi, I can work on this issue, is it still open? Still open and all contributions are welcome!
This is known and stated in the help. Browsers dont print images unless you enable the "background graphics" option.
Using img tags would solve printing the icons, but it would still not print the card background color. If you find a solution that works without using the background graphics...
The colored card background has a radial gradient, generating an image for that sounds like a lot of work. Using a SVG [could work](https://www.w3schools.com/graphics/svg_grad_radial.asp) though. Note also that there is...
Currently, the customization options are limited. This is something I'd like to change for the next major version (#36). In the mean time, you could use the following workarounds: -...