Aegis icon indicating copy to clipboard operation
Aegis copied to clipboard

Suggestions for exporting features

Open Roiyaru opened this issue 2 years ago • 2 comments

Hello developer. Is it possible to add a web format (html) to the format of the export function? The web page contains the "Issuer, Username, QR Code" information for each item.

Roiyaru avatar Aug 05 '22 14:08 Roiyaru

Sounds good to us!

For anyone who wants to pick this up: We don't really want to add a new dependency for this. This should be possible to implement with some clever string concatenation and use of Guava's HtmlEscapers.

alexbakker avatar Aug 08 '22 19:08 alexbakker

I want the ability to export data as QR Code. In order to recognize different QR Code may have to add corresponding account information, such as Issuer and Username; and exporting directly to image may expose the data because of the preview feature of the image. So I thought of exporting to html, I don't know how the developer will handle it, I'm looking forward to it.

Roiyaru avatar Aug 09 '22 08:08 Roiyaru