Summary: | Markdown support | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Mike Harris <mike.a.harris> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | montel, wolff |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.10.0 | |
Sentry Crash Report: |
Description
Mike Harris
2018-02-27 15:03:38 UTC
Please explain more this feature and usercase Thanks The ability to write markdown emails and when sent converted to html. You can write html in a message but not for something like embedding code into an email with syntax highlighting like markdown uses `` for code. Currently the only way to write is either html or rich text. Adding markdown for composing would be very beneficial. Ok I see. I will look at how to implement it. Regards. I started to implement a plugin which allows to generate html based on mardown language. I need some days for finishing it. I am a problem for generating html with inline css... I think that it will be a big problem. (In reply to Laurent Montel from comment #4) > I started to implement a plugin which allows to generate html based on > mardown language. > I need some days for finishing it. > I am a problem for generating html with inline css... > I think that it will be a big problem. Okular is able to convert markdown to html by using "discount": https://phabricator.kde.org/source/okular/browse/master/generators/markdown/converter.cpp;b25979121fd3f28788a2958b0faed250f1d1054c$52 (In reply to Julian Wolff from comment #5) > (In reply to Laurent Montel from comment #4) > > I started to implement a plugin which allows to generate html based on > > mardown language. > > I need some days for finishing it. > > I am a problem for generating html with inline css... > > I think that it will be a big problem. > > Okular is able to convert markdown to html by using "discount": > https://phabricator.kde.org/source/okular/browse/master/generators/markdown/ > converter.cpp;b25979121fd3f28788a2958b0faed250f1d1054c$52 Thanks for info. Git commit d4a87fd93dd91f61a85dfc8f638336182bca5f16 by Laurent Montel. Committed on 12/10/2018 at 11:50. Pushed by mlaurent into branch 'master'. Allow to create email based on mardown language M +5 -2 kmail/editorconvertertextplugins/markdown/markdowninterface.cpp https://commits.kde.org/kdepim-addons/d4a87fd93dd91f61a85dfc8f638336182bca5f16 it's mainly implemented in 5.10 Plugin implemented in 5.10.0 |