-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
Feature Request: Message formatting (Markdown, or otherwise) #310
Comments
Bravo for being the first 🥇 to actually open a ticket for this. About 50 people have asked, but nobody created a ticket. ;-) |
Does this mean ntfy does not atm support any formatting in the body? |
Correct |
What would be the realistic steps to implement such an idea? I don't have any experience with Go, but am proficient in C#. I could try to set something up to help with the development of this feature. |
This would be 90% Android, 10% server; probably just pulling in a markdown library in Android, and then somehow carrying the "content-type" through the message to the client; could potentially even use the "encoding" field for that. |
I'm working on this now. I will be using the markwon library even though it has not been updated in 2 years 😬 Design proposalRight now, I'm thinking:
Thoughts? @wunter8 maybe. 😬 |
Looks good to me! I am surprised this is being added to Android before the web app, but it'll be very nice to have! |
Will you be able to disable parsing markdown entirely? Or just disable automatic download of images in markdown? Will this be per subscription? |
Might as well also allow disabling it entirely. And yes, probably global and per-subscription, just like the other options. |
@nimbleghost I know you're looking for your next challenge: Wanna do this one, the web app side? 😬 I have started the Android side a while back, before you came along and side-tracked me hard hehe. There is a |
Thanks to @nihalgonsalves's work the server and web app side of Markdown support is now merged to main. The ticket will remain open for the Android portion of it. |
Hey, love the project and its progress! Should it already be available? curl -d "Look ma, **bold text**, *italics*, ..." -H "Markdown: yes" ntfy.sh/rAU8FLX2R9NiXZRf In case it matters: I use Brave, a chromium based browser. |
It's not released yet. |
Thank you for confirming. I was not sure because its documented but the issue is still open. Love what you have created! |
Markdown is now obviously live! (and also does the embedded picture!) LOVE IT! EDIT: at least on the web interface. 😃 |
Are there any plans to implement this in the Android app as well? |
Plans? Yes. I believe there is a work-on-progress branch that was started even. Timeline for estimated completion? Not yet |
seems the Android app does not yet support Markdown... |
I have recently stumbled upon the Markdown functionality, and I already started using it for viewing in the webapp. Could we please also have table support? |
is there any plan to support markdown in the ios app by any chance? |
We'd like to add it to iOS, but I wouldn't expect it anytime soon. We don't have any iOS devs right now, so progress is extremely slow. However, the PWA on iOS already supports Markdown, so that's probably your best option in the meantime. |
The ability to format messages. Like bold, italics and so on. Here for example is the discord formatting guide.
The text was updated successfully, but these errors were encountered: