Feel-ix-343/markdown-oxide

How do you achieve real-time preview of markdown on nvim?

Closed this issue · 7 comments

How do you achieve real-time preview of markdown on nvim?

Hey!

Though I don't think this is in the scope of the project, there are some neovim plugins for this. https://github.com/iamcco/markdown-preview.nvim is a popular one.

I typically just use Obsidian though

thanks, i thought this was a built-in function of this plugin

No problem! Comment again for anything else!

Thank you for your positive response to me. What I want to express is actually how you can achieve real-time rendering like typora. I have also used markdown-preview, but it can only be opened in the browser. obsidian.nvim seems to only support some, like I cannot directly render the callout, bold and italic formats in your gif. thanks again

Oh okay, so you want to see the rendered view in real time?

There are a few new cool plugins that support this:

I hope this helps!

Perhaps we should add this information to the README/Wiki (#84)?

oh, that's nice! Maybe someone like me are using nvim and your plugin to edit markdown for the first time! Thanks a lot!