This NeoVim plugin generates ✨fancy✨ images from your code
This package requires
NodeJS
to be installed. See How to install NodeJS
If you are on Linux, please make sure to take a look at this page.
Using packer.nvim
use({
"atlj/Pixie.nvim",
run = function() vim.cmd.PixieInstall() end
})
- Highlight the text you wish to create a Screenshot from
- Use
:PixieCopy
command to copy the generated image to your clipboard - You can now paste the generated image
This plugin uses puppeteer to headlessly render and take a screenshot of an auto-generated HTML file.
- vim-silicon uses silicon to create images using GPU.
- If a line is too wide, it crashes
- Quality multiplier cannot take a float value, and it is NaN on javascript when not defined
- Add
PixieSave
command - Add theming support and new themes
- Make the generated screenshots bordered
- Get the quality etc. from a config
- Create a simple logo using Midjourney
- Share on Twitter