Code Monkey home page Code Monkey logo

sketch_artboard-history's Introduction

Artboard History - Sketch plugin

Switch faster between your latest used Artboards inside Sketch.

Functions

Switch between two Artboards Go Backwards Go Forwards Show saved History Zoom On / Off Set History lifetime Reset History
Status โœ…* ๐Ÿšง* โŒ* โœ… โœ… โœ…* โœ…
Runner icon

Runner icon dark

Shortcut alt + cmd + A ctrl + A ctrl + cmd + A - - - -

* Limitations (for now):

Switch between two Artboards
  • Switch between two Artboards (opt + cmd + a), can be done infinitely.
  • only works within one document (the history is overwritten when opening another document / works with the current used document only).
Go Backwards
  • Works, but the opposite way is currently not possible.
  • only works within one document at the moment due to a bug. On any additionally opened there is a small bug but the caommand mostly works.

Feel free to create an issue if something does not work probably or if you have a feature request.

Install

  1. Download the latest release.
  2. Unzip the file
  3. Double click on the file

Install with Sketch Runner (Pro) or Sketchpacks

With Sketch Runner, just go to the install command and search for Artboard History. Runner allows you to manage plugins and do much more to speed up your workflow in Sketch. Download Runner here.

further information

privacy

This plugin stores your personal Artboard History on your local machine only. You can access this data by using the Show command. No data is stored outside your computer and no backup is made. If you reset / delete the stored history via the Reset command all data will be overwritten.

warranty

The software is provided "as is", without warranty of any kind.

development

History Structure

var artboardHistory = {
  zoom: true,
  lifetime: 2629746000, // in millis (1 month as standard)
  documents: [{
    id: "documentId",
    timestamp: Date.now(),
    lastHistoryIndex: -1,
    lastMoveByUser: true,
    storedHistory: ["artboardId1", "artboardId2"] 
  }]
}

skpm

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.