We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of the issue:
Multiline YAML strings (using the | modifier) are concatenated with \n after going through Khard.
|
\n
This is inconvenient when editing existing contacts.
It would be nice to write the YAML file in the human-friendly way keeping those multiline | string values.
Example:
Create a new contact with khard new.
khard new
Set some multiline property, as suggested by the default template, such as:
Note: | First line. Second line.
Save that contact.
Re-open that contact with khard edit.
khard edit
Notice that the field is now shown for edition as:
Note: "First line.\nSecond line."
Version info:
The text was updated successfully, but these errors were encountered:
I think we serialize the data with the ruaml library. Maybe there is an option in the lib to do this.
Sorry, something went wrong.
No branches or pull requests
Description of the issue:
Multiline YAML strings (using the
|
modifier) are concatenated with\n
after going through Khard.
This is inconvenient when editing existing contacts.
It would be nice to write the YAML file in the human-friendly way keeping
those multiline
|
string values.Example:
Create a new contact with
khard new
.Set some multiline property, as suggested by the default template, such as:
Save that contact.
Re-open that contact with
khard edit
.Notice that the field is now shown for edition as:
Version info:
The text was updated successfully, but these errors were encountered: