Skip to content

Synchronize scli's use-formatting with the one used by Signal #218

@max-baz

Description

@max-baz

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 to true.

  • If someone sends bold message to me from Android app, I want to see it in scli rendered as bold.
  • If I reply with *hello* from scli, I want it rendered as bold on Android.
  • The same logic for _italic_, ~strikethrough and `monospace`.
    • Bonus points for supporting multiline monospace formatting using
```
echo hello
echo world
```

I'm not sure how the logic should be when use-formatting is set to false.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions