Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurlobopro/easy-codesnap
Create beautiful snapshots of your code. Easy and quick!
https://github.com/arthurlobopro/easy-codesnap
codesnap vscode vscode-extension
Last synced: about 2 months ago
JSON representation
Create beautiful snapshots of your code. Easy and quick!
- Host: GitHub
- URL: https://github.com/arthurlobopro/easy-codesnap
- Owner: ArthurLobopro
- License: mit
- Created: 2023-11-11T01:47:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T14:24:50.000Z (2 months ago)
- Last Synced: 2024-10-27T16:22:15.208Z (2 months ago)
- Topics: codesnap, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 8.56 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy CodeSnap
![Banner](https://raw.githubusercontent.com/ArthurLobopro/easy-codesnap/main/screenshots/banner.png)
## Features
- Import your settings from CodeSnap
- Quickly save screenshots of your code
- Copy screenshots to your clipboard
- Appearance configurable
- Highlight lines
- Save to PNG or SVG
- One time settings
- Lock changes
- Link on editor
- Custom Watermark
- And much more!## How to Use
- Select the code from your editor
- Click on the camera icon on vscode statusbar![icon screenshot](https://raw.githubusercontent.com/ArthurLobopro/easy-codesnap/master/screenshots/screenshot-icon.png)
- You can also use the **`Easy CodeSnap`** command in your command palette.
- Make the final adjustments and take your code snapshot.
![](https://raw.githubusercontent.com/ArthurLobopro/easy-codesnap/main/screenshots/one-time-config.gif)
## Commands
- You can take your code snapshot from the command palette using the **`Easy CodeSnap`** command
- You can import your CodeSnap configuration using the **`Import CodeSnap Settings`** command## Languages
* en-US. American English
* pt-BR. Português Brasileiro
* zh-TW. Taiwanese Mandarin (Thanks [CoffeeChaton](https://github.com/CoffeeChaton))
* zh-CN. Chinese Mandarin (Thanks [CoffeeChaton](https://github.com/CoffeeChaton))## Acknowledgments
Thank you very much [kufii](https://github.com/kufii/) to made the [CodeSnap extension](https://github.com/kufii/CodeSnap), the base of this project.