Skip to content

Commit

Permalink
Tweak extension readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Dec 23, 2021
1 parent 4df9119 commit 51eb530
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.extension.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
_Luna Paint_ is a VS Code extension that lets you edit raster images from within the editor, just open an image from the explorer and start editing like any other file.

> ⚠ This is an early preview:
> ⚠ This is a preview release:
> - Some features you expect from an image editor may be missing or limited.
> - Hot exit state may break when the extension updates as the data format gets refined.
> - Images below may show older versions of the UI.
> - If you hit any problems or want to request a feature, please [create an issue on the repo](https://github.com/lunapaint/vscode-luna-paint).
![](https://raw.githubusercontent.com/lunapaint/vscode-luna-paint/master/images/readme/demo.png)

## Features

- **Performance**: The editor is built on WebGL to achieve a smooth editing experience.
- **Layers and blend modes**: Compose an image using multiple layers, combining them with blend modes.
- **Powerful tools**: A growing range of tools are available to modify images.
- **Formats supported**: .bmp, .ico, .jpg, .png, .webp.
- **Import from clipboard**: Quickly edit the image in the clipboard via ctrl/cmd+'.
- **Hot exit**: Support for [hot exit](https://code.visualstudio.com/docs/editor/codebasics#_hot-exit) is available for small images, just like in text files.
- **Remote support**: Edit images remotely in a [GitHub Codespace](https://github.com/features/codespaces) or via the [Remote WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl), [SSH](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh) and [Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extensions.
- **Format support**: .bmp, .ico, .jpg, .png, .webp.
- **Import from clipboard**: Quickly edit the image in the clipboard via ctrl/cmd+'.

![](https://raw.githubusercontent.com/lunapaint/vscode-luna-paint/master/images/readme/demo.png)
- **Web support**: The extension works in [vscode.dev](http://vscode.dev/) and [github](http://github.dev/).

## Tools

Expand Down Expand Up @@ -227,4 +228,4 @@ Luna Paint is built on VS Code's custom editor's API. Below are some of the limi
- Large images can take a while to load, this is because of the slow transfer speed and lack of ArrayBuffer support of postMessage, see [microsoft/vscode#79257](https://github.com/microsoft/vscode/issues/79257).
- Hot exit is only enabled by default for relatively small images, this is largely due to the slow transfer speed and lack of workers mentioned above.
- Hot exit will prevent closing with an error about dirty custom editors if you make a change and switch away from the tab. `"retainContextWhenHidden": true` works around this, the proper fix is [microsoft/vscode#113507](https://github.com/microsoft/vscode/issues/113507).
- Auto save has problems with custom editors and large files [microsoft/vscode#115404](https://github.com/microsoft/vscode/issues/115404).
- Auto save has problems with custom editors and large files [microsoft/vscode#115404](https://github.com/microsoft/vscode/issues/115404).

0 comments on commit 51eb530

Please sign in to comment.