Hey all. I recently made the jump to using neovim as my full-time editor of choice using a modified version of LazyVim. I'm looking for a plugin that shows Markdown preview (preferably within a buffer and not by opening a browser page, if that's possible). This is primarily for taking notes at work, although I don't need the most heavyweight note taking app (for that I usually use Notion, which unfortunately doesn't seem to have a read-write neovim plugin). Do you have any recommendations?
5 Comments
em_s_h@sh.itjust.works · 2 pts · 3y
While not a plugin, I like to use glow for viewing markdown files.
Oobleck@lemmy.sdf.org · 2 pts · 3y
As @em_s_h@sh.itjust.works mentioned, glow is rad. There’s this plug-in https://github.com/ellisonleao/glow.nvim which is alright
Snowcap7567@beehaw.org · 0 pts · 3y
peek.nvim should do what you like. I found it however not so straightforward to get it running.
Please share if you find something better which doesn't need a browser.
cark@beehaw.org · 1 pts · 3y
Thanks! I'll give peek a try and report back.
cark@beehaw.org · 2 pts · 3y
Alright, tried to give it a go but I encountered the same build issues that are filling up the issues tracker. I tried making the same changes locally that are in the PR and that didn't work. Given that it seems like this isn't being maintained, and relies on deno which I guess is making breaking API changes, I'm going to pass on peek.