Skip to content
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

Make message contents richer #49

Closed
sik0vny opened this issue Feb 17, 2019 · 3 comments
Closed

Make message contents richer #49

sik0vny opened this issue Feb 17, 2019 · 3 comments
Labels
question Further information is requested

Comments

@sik0vny
Copy link

sik0vny commented Feb 17, 2019

Would be great to add some rich content to the messages. Preferable html or some markdown. I would like to attach images inside the messages.

BTW: Is there a possibility to send EOL character in the message when using cUrl?

@jmattheis
Copy link
Member

Would be great to add some rich content to the messages. Preferable html or some markdown. I would like to attach images inside the messages.

I've created gotify/server#129 for this.

Is there a possibility to send EOL character in the message when using cUrl?

Yeah, this should be possible with a linebreak.

$ curl -X POST "gotify.net/message?token=<token>" -F "title=t" -F "message=my message
new line" -F "priority=5"

(there is a real linebreak in this example)

@jmattheis jmattheis added the question Further information is requested label Feb 17, 2019
@sik0vny
Copy link
Author

sik0vny commented Feb 26, 2019

@pm-pm I hope this will be possible when markdown will be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

3 participants
@jmattheis @sik0vny and others