-
Notifications
You must be signed in to change notification settings - Fork 52
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
Missing formatting like in irc (e.g. bold, italic, underlined) #60
Comments
In my testing, weechat displays formatting for sent messages but not received messages. It always uses the Edit: This is confirmed by looking through the code. Even if I were misinterpreting the code itself, the comments tell me that formatting incoming messages is TODO. |
her001
added a commit
to her001/weechat-matrix-protocol-script
that referenced
this issue
May 23, 2017
Enable the html_formatting var to use this. Currently supports bold, italics, and underlines with weechat attributes. Code, strikethroughs, quotes, and breaks/rules are supported with plain text decorating them. It would be reasonable to add support for colors and lists in the future. Unfortunately, some things will never be possible with the limitations of Weechat, but there may be ways to approximate them better. All unsupported HTML tags are simply stripped from the message. This mostly fixes torhve#60.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Formatting like bold or italic text does not work. With strg+c b/i bold or italic text can be produced in weechat and is visible in e.g. riot but not displayed bold or italic in weechat itself.
The text was updated successfully, but these errors were encountered: