Skip to content

Yorlmar/Content-generator-sketch-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Generator for Sketch

Sketch generator allows you quickly create dummy data such as avatars, names, geo location data etc.

Demo

#####Generating pictures

Generating thumbnails

#####Generating names

Generating names

#####Generating dummy text

Generating text

#####Generating strings custom string

You can create a custom string by combining any of these options:

  • plain text (example: banana)
  • random number from range (example: [0-20] )
  • random item from an array (example: [bananaapplegrapes] )

An example of a combined string: $[0-999],[10-99] [newusedold]

Which would result in "$321,34 old" or "$12,75 new"

Adding custom images

  1. In Sketch app Plugins > Reveal Plugins folder...
  2. Open Content Generator plugin folder
  3. Add your photos to Data > Photos > my-photos

Note: In order to add more than one custom image plugins you would have to add your folders with pictures to Data > Photos then make copies of modified plugins that would point to those folders. To modify a plugin to point to your folder you have to adjust only the last line in the plugin that contains path. When modifying the path to the custom path make sure to type proper " symbol (watch out for autocorrect).

Installation

  1. Download Zip and Extract it to a folder
  2. In Sketch app Plugins > Reveal Plugins folder...
  3. Place the extracted folder directly to the Plugins folder (nesting might not work atm)

Upcoming features

  • More types of data
  • Fetch content directly from different online sources
  • Easier extensibility

Feature requests, bugs & feedback

Ping me on twitter or follow for updates. Best way to submit bugs is to attach a screenshot of the console app like so (use "sketch" in filter box) and include version of your Sketch app (open Sketch\About)

Contributors

Author Timur Carpeev

Number plugins Liu Liu

And others

Credits

About

Sketch app plugin for generating dummy data such as avatars, names, photos, geo data etc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%