git-sketch-plugin

授权协议 MIT License
开发语言 JavaScript
所属分类 应用工具、 图形和图像工具
软件类型 开源软件
地区 不详
投 递 者 宋畅
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

This plugin was a first attempt to bring version control and collaboration to designers. Since then, Sketch evolved a lot and my new project takes advantages of them to unlock true version control. Check it out: http://kactus.io


git-sketch-plugin

A Git client built right into Sketch. Generate pretty diffs so that everybody knows what are the changes!

From ...

... To

Requirements

Installation

From a release (simplest)

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on Git.sketchplugin

From the sources

  • Clone the repo
  • Install the dependencies (npm install)
  • Build (npm run build)
  • Double-click on Git.sketchplugin

Documentation

For a Getting started guide, FAQ, etc. check out our docs!

Want to contribute?

Anyone can help make this project better - check out our Contributing guide!

  • 一直用 Sketch 做设计,Sketch 的插件通常都是从 github 上直接 clone 下来安装的,一个插件对应一个 repo。随着插件越来越多,每次更新都得手动一个个 git pull 很麻烦,于是弄了个 bash 小脚本来批量更新: #!/bin/sh for dir in $(ls -d */) do if [ -d "$dir"/.git ]; then echo "$

  • 一、前期准备: Node 8.5.0+ http://nodejs.cn/download/ Python 3.6.1+ https://www.python.org/downloads/ TensorFlow https://www.tensorflow.org/install/pip#system-install sketch-to-react-native:https://github.

 相关资料
  • 作者:宋佳 邮箱:songjia@haomo-studio.com 目录 一. 介绍 二. 界面 三. 图层 四. 图形 五. 文本 六. 图片 七. 符号 八. 式样 九. 编组 十. 画布 十一. 导出 十二. 导入 十三. 偏好设置 十四. 性能 十五. 性能 十六. 快捷键 一.介绍 1.sketch介绍 Sketch 是一款适用于所有设计师的矢量绘图应用。矢量绘图也是目前进行网页,图标以

  • Sketch 是 Android 上一款强大且全面的图片加载器,除了图片加载的必备功能外,还支持 GIF,手势缩放、分块显示超大图片、自动纠正图片方向、显示视频缩略图等功能 特性: 多种 URI 支持. 支持 http://、https://、asset://、content://、file:///sdcard/sample.jpg、 /sdcard/sample.jpg、drawable://、

  • ⚠️ This project is no longer actively maintained Whilst some of the functinality may continue to work on versions earlier than Sketch v53; I am no longer spending my time actively working on this proj

  • Interactive sketches made with three.js. https://ykob.github.io/sketch-threejs/ This code is released under the MIT license. If you want to use some code, you can use these freely by adding license no

  • New plugin Hello everyone! I just created a totally new plugin to establish easier and reliable workflow. if you'd like to test out, it's here: https://github.com/keremciu/sketch-iconfont-web waiting

  • Sketch Commands Sketch Commands is a port of some of my Orange Commands for Fireworks for Sketch.app. Installation Download & unzip the latest version and double click it to install it Documentation f