Re: [vimb-users] Any chance of a MarkDown file viewer plugin for vimb?
Vimp browser is a webkit based web browser.
Brought to you by:
fanglingsu
|
From: Konst M. <cdl...@gm...> - 2025-08-22 07:31:16
|
Hi Philip,
When I want to preview a markdown file in vimb I use this command
cmark file.md | vimb -
since vimb can read HTML files from stdin. Of course, you can use any
other markdown->html converter instead of cmark.
Cheers,
Konst
|