-
Notifications
You must be signed in to change notification settings - Fork 39
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
Synchronize scli's use-formatting
with the one used by Signal
#218
Comments
Yes! Displaying formatting in the received messages should become the default, since it's the official Signal behavior now. The However, sending indicating formatting in messages is not yet supported by signal-cli in DBus mode: AsamK/signal-cli#1271. |
To give some relevant feedback, I actually used to disable formatting for one reason only - I send code snippets very often, and I just hate that they look corrupted, potentially even affecting the formatting of the non-code part of the message. Long-term it would be nice to send the code wrapped in a pair of backticks formatted with monospace, but maybe we could in the meantime just skip any formatting in such blocks? Or would it be very hard? |
If I understand correctly, the formatting looks corrupted when the symbols Scli's |
You got it correctly - we don't need to format anything inside backticks specially on scli's side, terminal app is indeed already monospace, I'd like the text inside backticks that I send from scli to be rendered in monospace in official Signal apps, once AsamK/signal-cli#1271 is implemented 😊 And to confirm one more thing, content wrapped in a pair of single backticks and a pair of triplets of backticks should both be considered code blocks 😊 |
Now that Signal has implemented support for bold, italic, strikethrough and monospace formatting, it would be nice to synchronize that with scli's own formatting logic, when
use-formatting
is set totrue
.*hello*
from scli, I want it rendered as bold on Android._italic_
,~strikethrough
and`monospace`
.I'm not sure how the logic should be when
use-formatting
is set tofalse
.The text was updated successfully, but these errors were encountered: