An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 📷 Polacode Plugin

![MadeForGraviton](https://raw.githubusercontent.com/Graviton-Code-Editor/website/master/src/badges/made_for_graviton.svg?sanitize=true)

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

![Example](/assets/1.png)
![Example](/assets/2.png)

## 🕹 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.