external-editor-revived
external-editor-revived copied to clipboard
Convert markdown to HTML on exit
Description
It would be great to be able to compose in markdown and have it formatted into HTML on exit.
Might be reasonable to implement leveraging something like: https://github.com/wooorm/markdown-rs
This is possible by using a custom editor and writing your own script.
There are quite a few Markdown formatting options in the libraries I used. Maybe it's just easier to write your own script to configure them.
I wrote one using Nushell at https://github.com/stevenxxiu/external_editor_revived_markdown.
I also came across https://github.com/Fanteria/thunderbird-external-editor. (I did not test it.)