Skip to content

Instantly share code, notes, and snippets.

@MRdNk
Last active March 29, 2016 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MRdNk/f730dc81fcb756104d3d to your computer and use it in GitHub Desktop.
Save MRdNk/f730dc81fcb756104d3d to your computer and use it in GitHub Desktop.
Trello Card - Bookmarklet

Introduction

This is a bookmarklet that shows the Trello Card Numbers

  • With an additional margin-right, to add some space

Installation

  • Create a bookmark
  • Name it something like "Trello Card Numbers"
  • Add / Update the URL to the JavaScript below
javascript:(function()%7B$(%22.card-short-id%22).toggleClass(%22hide%22).css(%22margin-right%22,%225px%22)%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment