All Projects → sketch-hq → Date Time Sketchplugin

sketch-hq / Date Time Sketchplugin

Licence: mit
Sketch data plugin generating random dates and times

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Date Time Sketchplugin

Sketch Resize Commands
A Sketch plugin that lets you resize and reposition objects by using simple arithmetic commands, like `b+20,lr+20`. Multiple objects are supported.
Stars: ✭ 32 (-28.89%)
Mutual labels:  sketch-plugin, sketch
Import Colors Sketch
Import colors from macOS CLR, Photoshop ACO/ACT, Illustrator ASE, GIMP GPL, Sketch, Text file to Sketch color variables.
Stars: ✭ 32 (-28.89%)
Mutual labels:  sketch-plugin, sketch
Renamer
Sketch Plugin to rename multiple selected layers or groups or artboards at once
Stars: ✭ 16 (-64.44%)
Mutual labels:  sketch-plugin, sketch
Sketchapi
The JavaScript plugin library embedded in Sketch
Stars: ✭ 784 (+1642.22%)
Mutual labels:  sketch-plugin, sketch
Sketch Toggle Constrain Proportions
Toggle the constrain proportions setting with your own configurable keyboard shortcut.
Stars: ✭ 9 (-80%)
Mutual labels:  sketch-plugin, sketch
Sketch Commands
A collection of script commands for Sketch.app
Stars: ✭ 826 (+1735.56%)
Mutual labels:  sketch-plugin, sketch
Rename Layers
Rename multiple layers at once in Sketch. Not maintained, try RenameIt (https://github.com/rodi01/RenameIt) or other plugins
Stars: ✭ 10 (-77.78%)
Mutual labels:  sketch-plugin, sketch
Sketch Mate
These plugins will make you best friends with Sketch.
Stars: ✭ 508 (+1028.89%)
Mutual labels:  sketch-plugin, sketch
Sprite
Sketch 3 Plugin that makes SpriteSheets for game developers to export or use
Stars: ✭ 23 (-48.89%)
Mutual labels:  sketch-plugin, sketch
Sketch Chat
A Sketch plugin to chat in Sketch Cloud files
Stars: ✭ 20 (-55.56%)
Mutual labels:  sketch-plugin, sketch
Sketch Find And Replace
Sketch plugin to do a find and replace on text within layers
Stars: ✭ 693 (+1440%)
Mutual labels:  sketch-plugin, sketch
Sketch Text Style Master
Sketch plugin providing utilities for working with shared text styles
Stars: ✭ 32 (-28.89%)
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 (+1302.22%)
Mutual labels:  sketch-plugin, sketch
Symbol Organizer
Organize your symbols page alphabetically (including layer list) and into groupings determined by your symbol names.
Stars: ✭ 835 (+1755.56%)
Mutual labels:  sketch-plugin, sketch
Sketch Styles Generator
Generate hundreds of Sketch Shared Styles in a matter of seconds.
Stars: ✭ 537 (+1093.33%)
Mutual labels:  sketch-plugin, sketch
Sketch Icons
🚀 Generate a dynamic icon library
Stars: ✭ 878 (+1851.11%)
Mutual labels:  sketch-plugin, sketch
Sketch swatches
A swatches plugin for Sketch.
Stars: ✭ 446 (+891.11%)
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 (+993.33%)
Mutual labels:  sketch-plugin, sketch
Skpm
💎📦 A utility to build and publish Sketch plugins
Stars: ✭ 890 (+1877.78%)
Mutual labels:  sketch-plugin, sketch
Automate Sketch
Make your workflow more efficient.
Stars: ✭ 856 (+1802.22%)
Mutual labels:  sketch-plugin, sketch

Date and Time Data Plugin

Sketch Data plugin that allows you to generate random dates and times.

Date and Time Data Plugin Screenshot

Installation

From a release (simplest)

  • Download the latest release of the plugin
  • Double-click the .zip archive file to extract the plugin
  • Double-click the date-time.sketchplugin to install the plugin

From source

  • Clone the repo
  • Install the dependencies with npm install

Using the plugin

  • Select one or more text layers.
  • Click on the Data button in the top left of the document's toolbar.
  • Under Text, select Date & Time and then select a date or time format to generate.
  • Press SHIFT + COMMAND + D to generate another random date or time.

The date or time is localized to your current language and region system settings e.g. in the US the date will be in the format month/day/year while in Europe it will be in the format day/month/year.

Create your own Data plugin for Sketch

To find out more about making your own Data plugin check out this blog post with a step by step guide.

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].