-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Suggestion: Warn users when sending a Markdown formatted message without applying the formatter #90
Comments
This would be great. I accidentally send without rendering all the time as well. I think that there are two aspects to doing this, one of which is tricky and interesting, and the other is super craptastic:
(As I was saying in another issue's comment last night, it's becoming clearer that per-site code, styling, etc. is needed. This is seems to be another case for that.) |
Work on this is in progress in the So far it's basically working for Gmail in Chrome and Firefox. Still to do:
|
Update... Still to do:
|
Merged Here's the
|
Thank you very much. |
Due to a bug in Firefox, hitting Probably I could "fix" this by capturing the |
Sometimes it happens to me that I write a nicely formatted Markdown message and forget to transform it at the end. Would it be possible to add a hook to sending messages, check if it "seems" to be Markdown and ask the user for confirmation? Similarly to what email clients do with attachments - they warn the user if an email contains "attach" or "attachment", but no attached file.
The question is how to detect Markdown. Perhaps look for some often occurring patterns like "`", "word" etc.
The text was updated successfully, but these errors were encountered: