This roadmap outlines the planned features and improvements for inlyne.nvim.
- Live Real-time Preview: Update the preview as you type using
TextChangedandTextChangedIwith a debounced writer to ensure performance. - Smart Auto-Cleanup: Automatically terminate
inlyneprocesses when the corresponding markdown buffer is closed or deleted.
- Native CLI Flags: Expose
inlyneoptions (theme, scale, opacity, etc.) in the plugin configuration. - Custom CSS Support: Add a configuration option to pass a custom CSS file path to the viewer.
- Fragment Navigation: Support opening
inlyneat a specific header or line.
- Scroll Sync: (Experimental) Synchronize the scroll position between Neovim and the
inlynewindow. - Binary Management: Add version checking in
:checkhealthand more robust path detection. - Statusline Integration: Provide a helper function to show if
inlyneis active for the current buffer.