All Projects → mathieudutour → Sketch Chat

mathieudutour / Sketch Chat

A Sketch plugin to chat in Sketch Cloud files

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sketch Chat

Sketch Commands
A collection of script commands for Sketch.app
Stars: ✭ 826 (+4030%)
Mutual labels:  sketch-plugin, sketch
Renamer
Sketch Plugin to rename multiple selected layers or groups or artboards at once
Stars: ✭ 16 (-20%)
Mutual labels:  sketch-plugin, sketch
Chromatic Sketch
Sketch plugin for creating good-looking and perceptually uniform gradients and color scales.
Stars: ✭ 445 (+2125%)
Mutual labels:  sketch-plugin, sketch
Sketchapi
The JavaScript plugin library embedded in Sketch
Stars: ✭ 784 (+3820%)
Mutual labels:  sketch-plugin, sketch
Html Sketchapp Cli
Quickly generate Sketch libraries from HTML documents and living style guides, powered by html-sketchapp
Stars: ✭ 631 (+3055%)
Mutual labels:  sketch-plugin, sketch
Sync.sketchplugin
Keep your design team in sync!
Stars: ✭ 357 (+1685%)
Mutual labels:  sketch-plugin, sketch
Sketch Sf Ui Font Fixer
A Sketch plugin that adjusts the character spacing on text layers using iOS 9's SF UI Text/SF UI Display fonts to what it would be when used in an iOS app.
Stars: ✭ 492 (+2360%)
Mutual labels:  sketch-plugin, sketch
Sketch Plugin Manager
Keeping your Sketch plugins up to date.
Stars: ✭ 335 (+1575%)
Mutual labels:  sketch-plugin, sketch
Applozic Android Sdk
Android Real Time Chat & Messaging SDK
Stars: ✭ 611 (+2955%)
Mutual labels:  chat, real-time
Sketch Styles Generator
Generate hundreds of Sketch Shared Styles in a matter of seconds.
Stars: ✭ 537 (+2585%)
Mutual labels:  sketch-plugin, sketch
Chain
Dynamic color relations in Sketch.
Stars: ✭ 346 (+1630%)
Mutual labels:  sketch-plugin, sketch
Skpm
💎📦 A utility to build and publish Sketch plugins
Stars: ✭ 890 (+4350%)
Mutual labels:  sketch-plugin, sketch
Sketch Image Compressor
A Plugin for Sketch that compresses your bitmap assets, to keep filesize to a minimum.
Stars: ✭ 338 (+1590%)
Mutual labels:  sketch-plugin, sketch
Swatches
Make colors with Sketch
Stars: ✭ 396 (+1880%)
Mutual labels:  sketch-plugin, sketch
Plugin Directory
Official Sketch Plugin directory
Stars: ✭ 3,412 (+16960%)
Mutual labels:  sketch-plugin, sketch
Sketch swatches
A swatches plugin for Sketch.
Stars: ✭ 446 (+2130%)
Mutual labels:  sketch-plugin, sketch
Sketch Lint
Check the compliance of your design guidelines within seconds
Stars: ✭ 291 (+1355%)
Mutual labels:  sketch-plugin, sketch
Sketch Artboardtricks
A variety of artboard-related utilities for Sketch, primarily rearranging them into a grid, numbering them, etc.
Stars: ✭ 316 (+1480%)
Mutual labels:  sketch-plugin, sketch
Sketch Mate
These plugins will make you best friends with Sketch.
Stars: ✭ 508 (+2440%)
Mutual labels:  sketch-plugin, sketch
Sketch Find And Replace
Sketch plugin to do a find and replace on text within layers
Stars: ✭ 693 (+3365%)
Mutual labels:  sketch-plugin, sketch

💬 sketch-chat

A Sketch plugin to chat in Sketch Cloud files.

demo

Installation

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

Development Guide

This plugin was created using skpm. For a detailed explanation on how things work, checkout the skpm Readme.

Sketch Plugin

Install the dependencies

npm install

Once the installation is done, you can run some commands inside the project folder:

npm run build

To watch for changes:

npm run watch

Backend

The backend is a nodeJS application deployed automatically on Heroku.

Install the dependencies

cd backend && npm install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].