Skip to content
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 to HTML on exit #153

Open
dk0d opened this issue Mar 26, 2024 · 1 comment
Open

Convert markdown to HTML on exit #153

dk0d opened this issue Mar 26, 2024 · 1 comment

Comments

@dk0d
Copy link

dk0d commented Mar 26, 2024

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

@stevenxxiu
Copy link

stevenxxiu commented Oct 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants