silicon.lua icon indicating copy to clipboard operation
silicon.lua copied to clipboard

Beautiful code snippet images right in the most epic editor :chef_kiss:

Results 12 silicon.lua issues
Sort by recently updated
recently updated
newest added

Now checking for version 0.5.1 or higher instead of just 0.5.1

Also includes a fix for `silicon` version

By digging through the code I figured out why I have only 'true' in my clipboard after executing the function. Now it became clear, that I don't have wl-copy available....

I get the following notification when running this package. ![swappy-20240103_125357](https://github.com/0oAstro/silicon.lua/assets/41182258/c35ad514-7455-4106-a0de-6b8726012d66) It appears that perhaps package is checking for a strict equality? When I change the below to allow 0.5.2, the...

Hey, thanks for the cool plugin. It used to work as expected but now when I yank some text and invoke the create screenshot command it only outputs the first...

The gobble feature sometimes breaks, here are two examples of it happening (LaTeX, Lua) ![image](https://user-images.githubusercontent.com/44092476/206854285-dd50f4f9-5c10-4174-8f24-fa85670f52be.png) ![image](https://user-images.githubusercontent.com/44092476/206854499-4890e387-6bb9-44a7-838e-810e3f1c4f44.png) The blocks are indented as following (using indentation tabs as character). In the second...

in README: there is a keymap that triggers the error: ```-- Generate image of lines in a visual selection vim.keymap.set('v', 's', function() silicon.visualise_api() end )``` anyone help?

I've installed this plugin for the first time, but when I try to run it, the following error appears. ![image](https://user-images.githubusercontent.com/35637860/202572523-5dafb53b-6bcc-4a6b-b857-231c316b40ec.png) I looked into the code and noticed [this statement](https://github.com/NarutoXY/silicon.lua/blob/main/lua/silicon/build_tmTheme.lua#L15) tries...

``` E5108: Error executing lua ...k/packer/start/silicon.lua/lua/silicon/build_tmTheme.lua:204: bad argument #1 to 'lower' (string expected, got nil) stack traceback: [C]: in function 'lower' ...k/packer/start/silicon.lua/lua/silicon/build_tmTheme.lua:204: in function ...te/pack/packer/start/silicon.lua/lua/silicon/request.lua:44: in function 'build_tmTheme' ...te/pack/packer/start/silicon.lua/lua/silicon/request.lua:122: in...

This fixes #23 and reverts #31. As discussed in #31, `visualize_api()` now accepts an optional argument `opts`. If no opts are passed, we fall back to an empty table. The...