• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 10 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A bookmarking plugin for Sketch

===============

Bookmarker is an ultimate solution for bookmarking layers in Sketch App. This plugin is a real time saver when you work with huge documents and want to quickly navigate to any known part of it!

Currently this plugin is in a beta stage. I will be posting updates in my twitter. Follow me @turbobabr to get news about Bookmarker and my other plugins updates! :)

Installation

  1. Download Bookmarker.zip archive file.
  2. Reveal plugins folder in finder ('Sketch App Menu' -> 'Plugins' -> 'Reveal Plugins Folder...').
  3. Copy downloaded zip file to the revealed folder and un-zip it.
  4. You are ready to go! :)

Change Log

v0.1.0 Beta: December 8, 2014
  • Initial release with a bunch of bugs! :)

Usage

Bookmarker has a plethora of features! The best way to explore them is by watching this screencast: Screencast

Bookmarking selected layers and assigning shortcuts

Bookmark layers with default options:

  1. Select one or several layers you want to bookmark.
  2. Hit Control-Shift-[0..9] to bookmark them, where [0..9] is a numeric key and a slot number you want to assign the created shortcut to.

In case the shortcut is taken by the existing bookmark, it will be re-assigned to a new one and the previously assigned bookmark will be automatically discarded.

To bookmark layers and configure the created bookmark:

  1. Select one or several layers you want to bookmark.
  2. Hit Control-Shift-Option-[0..9]
  3. Setup bookmark name and actions.
  4. Click OK button, or hit Enter.

Auto-Bookmarking selected layers

There is a handy command for bookmarking selected layers and get the created bookmarks auto-assigned with Control-[0..9] shortcuts:

  1. Select one or several layers you want to bookmark.
  2. Hit Control-B to bookmark them.

If you want to use auto-bookmarking command and configure the created bookmark, use the following workflow:

  1. Select one or several layer.
  2. Hit Control-Shift-Option-B.
  3. Setup bookmark name and actions.
  4. Click OK button, or hit Enter.

In case there is an empty slot in Control-[0..9] shortcuts set, the first empty shortcut will be auto assigned to the created bookmark. Otherwise it will have no assigned shortcut.

Navigate: Using number shortcuts

You can navigate to the bookmarked layers that were assigned to a specific shortcut using:

  • Control-[0..9], where [0..9] is a numeric key and a slot number of the shortcut you want to navigate to.

Navigate: Using 'Bookmarks Panel'

When you have a huge list of meaningfully named bookmarks its easier to navigate using bookmarks panel:

  1. Activate 'Bookmarks Panel' using Control-Shift-B shortcut.
  2. Select any listed shortcut from the panels' list using mouse or Up/Down keys:
  3. Click OK button or hit Enter to navigate.

Navigate: Using 'Overview Mode'

A very convenient way of navigation through bookmarks is using of overview mode:

  1. Switch to the Overview Mode using Control-Z shortcut.
  2. Select the bookmark you want to navigate to.
  3. Hit Control-Z to navigate to it.

Navigate: Using 'Prev/Next' commands

To quickly cycle through bookmarks using the following shortcuts:

  • Previous bookmark Control-Shift-,
  • Next bookmark Control-Shift-.

Remove: Certain bookmark

To remove a certain bookmark:

  1. Switch to the Overview Mode using Control-Z.
  2. Select the bookmark you want to remove.
  3. Hit Command-Delete to remove it.
  4. Use Control-Z shortcut to exit from overview mode.

In case bookmark had the assigned shortcut to it, it will be emptied.

Remove: All bookmarks

You can remove all the bookmarks from the document using the following two techniques:

  • By removing layer named #bookmarkerMetaLayer# that is located at the bottom of your layer list in the first page of your document.
  • By running plugin Bookmarker -> Remove All Bookmarks

Feedback

If you discover any issue or have any suggestions, please open an issue or find me on twitter @turbobabr.

Thanks

Huge thanks to George Papadakis, who had inspired me to create this plugin! :)

License

The MIT License (MIT)

Copyright (c) 2014 Andrey Shakhmin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

Sketch-Plugins-Cookbook

A collection of recipes for Sketch App plugins developers
612
star
2

sketch-devtools

A set of tools for Sketch App plugins developers
Objective-C
415
star
3

duplicator

A handy SketchApp plugin that allows quickly duplicate selected layers in a specified direction.
JavaScript
349
star
4

easyeda-ibom-extension

iBom - InteractiveHTMLBom for EasyEDA
JavaScript
213
star
5

sketch-wanderer

A small SketchApp extension that introduces 'Finder' like features for working with layer list.
JavaScript
161
star
6

sketch-devtools-assistant

An assistant app for Sketch DevTools solution
Objective-C
66
star
7

easyeda-quick-align-extension

Objects alignment in EasyEDA without a hassle! πŸš€
JavaScript
45
star
8

Annotation-Kit

JavaScript
37
star
9

sketch-ace-jump

A small SketchApp plugin that allows to focus on various inspector's fields like font size, font weight and text/fill color using shortcuts.
JavaScript
34
star
10

sketch-constants

Sketch runtime constants for plugins
JavaScript
29
star
11

sketch-qrcode

QR Code generator plugin for Sketch App
JavaScript
26
star
12

easyeda-extension-registry

EasyEDA Extension Registry
JavaScript
24
star
13

easyeda-qrcode-generator-extension

QRCode generator extension for EasyEDA
JavaScript
23
star
14

sketch-lang-fix

Dirty fix for Sketch App single letter shortcuts bug with non-latin input sources.
Objective-C
22
star
15

sketch-share-as-is

JavaScript
14
star
16

easyeda-extension-menu-ux-normalizer

A dead simple EasyEDA extension that blocks menu popovers on mouseover event.
JavaScript
13
star
17

colorio

Pick colors from the screen on macOS in Node or Electron.js applications
Objective-C
8
star
18

sketch-devtools-console

A companion CocoaScript framework for Sketch DevTools Console module.
JavaScript
3
star
19

sketch-barcode

Barcode generator plugin for Sketch App
2
star
20

sketch-detect-selection-sequence-example

A sample plugin demonstrating how to track selection sequence
JavaScript
2
star
21

cmd-enter

A tiny Sketch 3 plugin that allows to use cmd-enter shortcut to apply changes to a text layer that is being edited.
1
star
22

babel-plugin-sketch-manifest-processor

JavaScript
1
star
23

colorio-electron-example

Colorio module demo embedded into an electron app
JavaScript
1
star
24

sketch-runtime

JavaScript
1
star