Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to have export to HTML File Alphabetized #6164

Closed
uffbros opened this issue Feb 21, 2021 · 3 comments · Fixed by #7011
Closed

Ability to have export to HTML File Alphabetized #6164

uffbros opened this issue Feb 21, 2021 · 3 comments · Fixed by #7011

Comments

@uffbros
Copy link

uffbros commented Feb 21, 2021

I would like to be able to export the database to HTML that would alphabetize the HTML file list. It just randomizes them now.

It would much easier to find the entry I want if it was in order.

@droidmonkey
Copy link
Member

Good point, they are actually written in "Natural Order" which is essentially the order they were created in the database.

@libklein
Copy link
Contributor

libklein commented Oct 1, 2021

I've been working on an PR and was wondering how we should approach this. Should be list all entries in alphabetical order (i.e., as a large list) or should be keep the group view? I've implemented the latter - i.e. entries/groups are sorted recursively.

@droidmonkey
Copy link
Member

Prefer the latter

droidmonkey pushed a commit to libklein/keepassxc that referenced this issue Nov 24, 2021
- Closes keepassxreboot#6164
- Implement sorting support in HtmlExporter
- Add ExportDialog class and UI, which allows to configure export options.
droidmonkey pushed a commit that referenced this issue Nov 24, 2021
- Closes #6164
- Implement sorting support in HtmlExporter
- Add ExportDialog class and UI, which allows to configure export options.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants