Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fnky/sketch-dockpreview
A Sketch plugin that lets you preview your current artboard in the Dock.
https://github.com/fnky/sketch-dockpreview
dock icons plugin sketch sketch-plugin
Last synced: 2 months ago
JSON representation
A Sketch plugin that lets you preview your current artboard in the Dock.
- Host: GitHub
- URL: https://github.com/fnky/sketch-dockpreview
- Owner: fnky
- License: mit
- Created: 2014-06-06T03:55:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T23:44:22.000Z (over 6 years ago)
- Last Synced: 2024-08-02T07:02:17.151Z (6 months ago)
- Topics: dock, icons, plugin, sketch, sketch-plugin
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 91
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-designops - Dock preview - a fun way to preview artboard on the dock. (Sketch / Design)
README
A Sketch plugin that lets you preview your current artboard in the Dock.## Installation
##### Recommended
You can install the plugin from [Sketch Runner](http://sketchrunner.com), [Sketchpacks](https://sketchpacks.com), and [Sketch Toolbox](http://sketchtoolbox.com).
##### Manually
Download [Sketch Dockpreview](https://github.com/fnky/sketch-dockpreview/archive/master.zip) and double-click to install.
## Usage
Press `⇧⌘D` (*Shift + Command + D*) to preview the current active artboard in the dock.
To restore the icon back to the default Sketch icon, go to `Plugins > Restore Sketch icon`. If you quit Sketch, the icon will automatically restore by itself.
#### Custom Keybinding
If you'd like to change the shortcuts, you can change the `manifest.json` file in `Dockpreview.sketchplugin/Contents/Sketch` and change the `shortcut` to your liking.
> *Note:* When the plugin updates, this will overwrite the `manifest.json` because of versioning.
## Contributing
Contributions are welcomed, [file a pull request](https://github.com/fnky/sketch-dockpreview/issues) or [an issue](https://github.com/fnky/sketch-dockpreview/pulls).
## License
The MIT License