external-editor-revived icon indicating copy to clipboard operation
external-editor-revived copied to clipboard

Convert markdown to HTML on exit

Open dk0d opened this issue 1 year ago • 1 comments

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

dk0d avatar Mar 26 '24 18:03 dk0d

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.

stevenxxiu avatar Oct 16 '24 16:10 stevenxxiu

I also came across https://github.com/Fanteria/thunderbird-external-editor. (I did not test it.)

Frederick888 avatar Mar 27 '25 06:03 Frederick888