This is an automated archive made by the Lemmit Bot.

The original was posted on /r/neovim by /u/Fjueic on 2024-04-07 16:25:58.


Markdown editors generally lack robust support for Vim (at least in my experience). Although Neovim offers a conceal level feature, it falls short in terms of image support. Consequently, I’ve devised a personalized workflow:

  1. Markdown rendering occurs in real-time within a browser.
  2. The line currently under the cursor remains synchronized with the browser.
  3. Any edits made in the Neovim buffer are reflected in the browser, with a debounce time of 1 second.
  4. I utilize Vimwiki for navigation and Telescope for fuzzy finding.
  5. All notes are stored within a single directory, with a designated directory for non-markdown files such as images

Edit: