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:
- Markdown rendering occurs in real-time within a browser.
- The line currently under the cursor remains synchronized with the browser.
- Any edits made in the Neovim buffer are reflected in the browser, with a debounce time of 1 second.
- I utilize Vimwiki for navigation and Telescope for fuzzy finding.
- All notes are stored within a single directory, with a designated directory for non-markdown files such as images
Edit:
You must log in or register to comment.