1
0
Fork 0
codesnap.nvim/generator/src
The Mist b3e3c23146
[Feat] support for take code snapshot in ASCII art format ^ ^ (#114)
* [Refactor] separate calc_wh_with_min_width from calc_wh

* [Feat] support take code snapshot as ascii art

* [Fix] incorrect line number

* [Feat] remove unused logger
2024-07-05 17:00:50 +08:00
..
components [Feat] support for take code snapshot in ASCII art format ^ ^ (#114) 2024-07-05 17:00:50 +08:00
edges [Feat] add `has_background` config to control visibility of background component (#110) 2024-07-03 16:35:41 +08:00
code.rs [Feat] support for take code snapshot in ASCII art format ^ ^ (#114) 2024-07-05 17:00:50 +08:00
color.rs [Feat] convert rgb hex color to rgba hex color 2024-03-31 18:19:23 +08:00
components.rs [Feat] support highlight code block 2024-05-07 16:06:45 +08:00
config.rs [Feat] add `bg_x_padding`, `bg_y_padding` and `bg_padding` to allows users can customize background padding of snapshot (#112) 2024-07-04 13:50:06 +08:00
copy.rs [Feat] add `has_background` config to control visibility of background component (#110) 2024-07-03 16:35:41 +08:00
copy_ascii.rs [Feat] support for take code snapshot in ASCII art format ^ ^ (#114) 2024-07-05 17:00:50 +08:00
edges.rs [Release] v1.0.0 (#43) 2024-03-17 01:07:12 +08:00
highlight.rs [Perf] add comments for highlight logic 2024-04-25 18:02:51 +08:00
lib.rs [Feat] support for take code snapshot in ASCII art format ^ ^ (#114) 2024-07-05 17:00:50 +08:00
path.rs [Perf] add path protection logic 2024-03-17 01:46:46 +08:00
save.rs [Feat] add `has_background` config to control visibility of background component (#110) 2024-07-03 16:35:41 +08:00
snapshot.rs [Feat] add `bg_x_padding`, `bg_y_padding` and `bg_padding` to allows users can customize background padding of snapshot (#112) 2024-07-04 13:50:06 +08:00
text.rs [Release] v1.0.0 (#43) 2024-03-17 01:07:12 +08:00