mistricky / codesnap.nvim

📸 Snapshot plugin with rich features that can make pretty code snapshots for Neovim
MIT License
473 stars 15 forks source link

Vector graphics? #95

Open alexeyignatiev opened 1 month ago

alexeyignatiev commented 1 month ago

CodeSnap is a great tool, thank you for working on it!

By any chance, is it possible to output the snippet in a vector graphics format, say SVG, EPS, or PDF? If not, do you have plans to implement this? This seems like a valuable feature if one wants to include nice code snippets in a presentation and/or document written in LaTeX.

mistricky commented 1 month ago

Hi @alexeyignatiev, thx for the issue reporting, for now CodeSnap only support output PNG format, but we have planed to support for output SVG format in the future.

alexeyignatiev commented 1 month ago

Thanks!