-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add styling options to text #41
Comments
I'm glad you like it! At the moment, styling is not supported, but it should be easy to add. Feel free to open a PR. I can also take a look a bit later. |
Thanks a lot! For anyone who wants to give it a test before the release, feel free to checkout #42 (comment) |
(Nice to find the project, I am migrating my bot away from Telegram Bot) In the examples folder the "styles.py" file the text is entirely surrounded by the marker characters, but I'd like something like:
Anyway, the results are strange and the styling is, well, off -- and seemingly random. |
wanna start off saying this tool is amazing, I love it and use
signalbot
every day 😀I would like to know if it's possible to support text styling in
signalbot
when sending messages.I see
signal-cli
correctly registers the current text styling, here an example:but I can't seem to be able to set it in
signalbot
and cant find any reference inbot.py
signalbot/signalbot/bot.py
Lines 174 to 204 in 71e09a1
in
signal-cli-rest-api
there is a way to pass style to text in the API callhttps://bbernhard.github.io/signal-cli-rest-api/#/Messages/post_v2_send
is there a way to do the same in
signalbot
and I just can't find it, or this would need to be implemented?thanks again for the amazing tool!
The text was updated successfully, but these errors were encountered: