Update README
This commit is contained in:
parent
67f8466a07
commit
4b72801de2
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -1,4 +1,12 @@
|
|||
# Silica Viewer
|
||||
[](https://git.sr.ht/~redstrate/silica-viewer)
|
||||
[](https://github.com/redstrate/silica-viewer)
|
||||
[](https://git.ryne.moe/redstrate/silica-viewer)
|
||||
|
||||
**Note:** When I merged my new repository (when developing Silica Viewer for the App store release) and this old, archived one (which used to be c alled Procreate Viewer)- I rewrote a bunch of history in the process. If you've cloned or forked this repository before, I'd recommend rebasing it again as something probably broke. Sorry!
|
||||
|
||||
This is a macOS app to view [Procreate](https://procreate.art) documents, and it also contains [QuickLook](https://support.apple.com/guide/mac-help/preview-files-with-quick-look-mh14119/mac) and thumbnail extensions to allow you to
|
||||
quickly preview your files as well!
|
||||
|
||||
|
@ -6,8 +14,11 @@ quickly preview your files as well!
|
|||
|
||||
I created this app because I frequently store backups of my Procreate documents on my computer, but you can't actually preview them! And if you're like me, your files have nonsense or unusable names like "Untitled" or "Untitled 1", which makes file management harder.
|
||||
|
||||
## Installation
|
||||
You can install an official build by purchasing it on [the App Store](https://apps.apple.com/us/app/silica-viewer/id1585769765). As always, if you want to compile and use it yourself you're more than welcome to!
|
||||
|
||||
## Usage
|
||||
Installing this app is simple, just open it at least once to register the QuickLook and thumbnail extensions to Finder. Although it's still experimental, you can view Procreate files in-app. Because blending modes are unsupported, only simpler canvases render correctly.
|
||||
Installing this app is simple, just open it at least once to register the QuickLook and thumbnail extensions to Finder. Although it's still experimental, you can view Procreate files in-app.
|
||||
|
||||
For user's interested, this app registers the `com.procreate` [UTI](https://developer.apple.com/documentation/uniformtypeidentifiers) into your system. This is registered for all `.procreate` files (they are detected via file extension).
|
||||
|
||||
|
|
Reference in a new issue