-
Notifications
You must be signed in to change notification settings - Fork 30
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
Convert markdown for email #4
Comments
👍 |
I am planning on adding this feature, but it does require quite a bit of work. |
👍 |
2 similar comments
👍 |
👍 |
The work is in progress but I did not have much recently. https://github.com/tuvistavie/meditable The plan is to have an ultra minimal AST representing |
|
I did know about markdown-here but I did not know it also converted HTML to markdown, |
@tuvistavie Not sure if this library still being worked on... but would there be any interest in generalizing whatever you solution come up with above to work w/ any sort of transpilation steps? (i.e. ES6 in editor to ES5 in browser, etc.). I understand that in these cases two-way syncing would not be possible, but I think this would be okay as long as it could be toggled by the user. |
While I do not have much time to work on this project recently, |
It would be really cool to toggle the output to html for markdown text. I've always wanted to write my emails in markdown inside gmail.
The text was updated successfully, but these errors were encountered: