Kunzisoft / KeePassDX

Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
https://www.keepassdx.com/
GNU General Public License v3.0
4.49k stars 266 forks source link

Option to set other template as default #1578

Closed orbitneon closed 1 year ago

orbitneon commented 1 year ago

Right now new entries always opens on the "Standard" template.

When clicked "new entry button" we want to land on the template WE choose.

We want ability to change the default.

J-Jamet commented 1 year ago

If you want to change the template, it's done dynamically simply by selecting the one you want from the drop-down list once the entry has been created.

Selecting a default template could be added in settings. But first, we have to define a standard format for templates, so that it's normalized between KeePass apps. At present, the default is simply the KeePass program fields without plug-ins.

(when you say "WE" do you mean you share your github account with other people? You shouldn't do that, it's not very safe. :D)

orbitneon commented 1 year ago

@J-Jamet This is very important to me. Please consider adding that option. Some people might not want to use "Standard" one at all. Everytime switching to custom from dropdown is inefficient. Please.

J-Jamet commented 1 year ago

Understand that the standard is the official KeePass format. There are normally no templates in the KeePass format; here, it's simply the implementation of a plugin that isn't standardized and needs to be redone. If you don't want to use the standard, you'll have compatibility problems with other KeePass applications.