-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Templates for Different types of Records #155
Comments
Also where are they stored I would like to sync between machines (the tempaltes) |
Hey, a workaround would be: activate "Show all fields templated" and then write the desired fields in the big empty field as follows: FIELDNAME : FIELDCONTENT |
Multiple templates sounds like a very nice idea. The templates are stored together with all configuration options in the system preferred way. Windows: registry But all settings can be over-ruled by a There are some things to take care of when trying to sync on some systems (especially OSX, with regards to text and binary http://doc.qt.io/qt-5/qsettings.html#platform-specific-notes |
The way it is stored also differs per os ;) I'm using the Qt native qsettings types to store all of it. The password save/edit screen I get, the way to input/change the templates not yet . . |
What about writing the templates to the passwordStore folder? In a single template file. Then Syncing would be no problem, as usually this folder is completely Synced (at least I do so). |
It is a nice idea, but unfortunately sort-of breaks with the http://www.passwordstore.org/ philosophy. On the other hand, adding a 'dot file' would not be visible to qtpass or other pass implementations and solve this issue, would also solve a secondary issue of having different templates per profile. Something like |
I Personally am replacing 1 password with pass and QTpass so I was imaging Variable templates for each of my folders in the password store you know where I can select the template tied to each folder.. |
Thanks for the file location.. didn't even think to look for your account name |
I'd also think the dotfiles are a good Idea. |
@jounathaen can you give some sample contents of this files? |
Example:
In Folder 'Mail Accounts':
So when i create a new Password file in "Mail Accounts", I already have the Fields 'IBAN', 'BIC', and 'URL' in the PasswordDialouge This would be basically the same content as in Settings->Templates, just different for each folder |
Okay. |
My Idea:
Maybe we could indicate that a folder uses a template, by changing the icon of the folder. |
so.
In my opinion we should use the approach
The users have a different template for each storage. |
@YoshiMan approach seems the best. |
I'm kind of confused. Could someone write a detailed summary of all comments?! Maybe a new "clean" issue would be good, too. |
Hi,
Feature Request:
Template for Email accounts
Template for Software License or Serial
Template for SSH Accounts
Template for Logins
ETC
The text was updated successfully, but these errors were encountered: