https://github.com/denyncrawford/graviton-polacode-plugin
Simple graviton editor plugin to take code snapshots.
https://github.com/denyncrawford/graviton-polacode-plugin
Last synced: over 1 year ago
JSON representation
Simple graviton editor plugin to take code snapshots.
- Host: GitHub
- URL: https://github.com/denyncrawford/graviton-polacode-plugin
- Owner: denyncrawford
- Created: 2020-12-29T17:23:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T14:14:24.000Z (over 5 years ago)
- Last Synced: 2025-02-05T11:38:04.399Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 475 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📷 Polacode Plugin

This plugin takes beatiful snapshots/screenshots of your code that you can save and/or copy.
What you can do for now:
* Convert a code selection to image.
* Save file
* Copy file
Contributions are welcomed!
## Todo
* [] Remove panel on tab quit.
* [] Reactive selection updates.
## Pictures


## 🕹 Developing
Clone the repo to your .graviton2/plugins:
```shell
git clone https://github.com/denyncrawford/graviton-polacode-plugin.git
```
Install dependencies:
```shell
npm install
```
Watch for changes (development):
```shell
npm run watch
```
Build (optional):
```shell
npm run build
```
Made by Miguel Rangel and Marc EspÃn Sanz.